MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.trainers.IXMyCaffeCustomTrainerCallback Interface Reference

The IXMyCaffeCustomTrainerCallback interface is used to call back to the parent running the custom trainer. More...

Inheritance diagram for MyCaffe.trainers.IXMyCaffeCustomTrainerCallback:
MyCaffe.trainers.IXMyCaffeCustomTrainerCallbackRNN

Public Member Functions

void Update (TRAINING_CATEGORY cat, Dictionary< string, double > rgValues)
 The Update method updates the parent with the global iteration, reward and loss. More...
 

Detailed Description

The IXMyCaffeCustomTrainerCallback interface is used to call back to the parent running the custom trainer.

Definition at line 198 of file Interfaces.cs.

Member Function Documentation

◆ Update()

void MyCaffe.trainers.IXMyCaffeCustomTrainerCallback.Update ( TRAINING_CATEGORY  cat,
Dictionary< string, double >  rgValues 
)

The Update method updates the parent with the global iteration, reward and loss.

Parameters
catSpecifies the category of the trainer used.
rgValuesSpecifies a dictionary of values that contains 'GlobalIteration', 'GlobalLoss', "LearningRate' and 'GlobalReward' (PG trainers only) values.

The documentation for this interface was generated from the following file: