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

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

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

Public Member Functions

PropertySet GetRunProperties ()
 The GetRunProperties method is used to qeury the properties used when Running, if any. More...
 
- Public Member Functions inherited from MyCaffe.trainers.IXMyCaffeCustomTrainerCallback
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 IXMyCaffeCustomTrainerCallbackRNN interface is used to call back to the parent running the custom RNN trainer.

Definition at line 211 of file Interfaces.cs.

Member Function Documentation

◆ GetRunProperties()

PropertySet MyCaffe.trainers.IXMyCaffeCustomTrainerCallbackRNN.GetRunProperties ( )

The GetRunProperties method is used to qeury the properties used when Running, if any.

Returns
The property set returned.

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