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

The IxTrainerCallbackRNN provides functions used by each trainer to 'call-back' to the parent for information and updates. More...

Inheritance diagram for MyCaffe.trainers.IxTrainerCallbackRNN:
MyCaffe.trainers.IxTrainerCallback MyCaffe.trainers.MyCaffeTrainerDual MyCaffe.trainers.MyCaffeTrainerRNN

Public Member Functions

void OnConvertOutput (ConvertOutputArgs e)
 The OnConvertOutput callback fires from within the Run method and is used to convert the network's output into the native format used by the CustomQuery. More...
 
void OnTestAccuracyUpdate (TestAccuracyUpdateArgs e)
 The OnTestAccuracyUpdate callback fires from within the Run method and is used to give the recipient the chance to determine whether the label detected is correct or not. More...
 
- Public Member Functions inherited from MyCaffe.trainers.IxTrainerCallback
void OnInitialize (InitializeArgs e)
 The OnIntialize callback fires when initializing the trainer. More...
 
void OnShutdown ()
 The OnShutdown callback fires when shutting down the trainer. More...
 
void OnGetData (GetDataArgs e)
 The OnGetData callback fires from within the Train method and is used to get a new observation data. More...
 
void OnUpdateStatus (GetStatusArgs e)
 The OnGetStatus callback fires on each iteration within the Train method. More...
 
void OnWait (WaitArgs e)
 The OnWait callback fires when waiting for a shutdown. More...
 

Detailed Description

The IxTrainerCallbackRNN provides functions used by each trainer to 'call-back' to the parent for information and updates.

The IxTrainerCallbackRNN is passed to each RNN trainer.

Definition at line 347 of file Interfaces.cs.

Member Function Documentation

◆ OnConvertOutput()

void MyCaffe.trainers.IxTrainerCallbackRNN.OnConvertOutput ( ConvertOutputArgs  e)

The OnConvertOutput callback fires from within the Run method and is used to convert the network's output into the native format used by the CustomQuery.

Parameters
eSpecifies the argument sent with the callback.

Implemented in MyCaffe.trainers.MyCaffeTrainerDual, and MyCaffe.trainers.MyCaffeTrainerRNN.

◆ OnTestAccuracyUpdate()

void MyCaffe.trainers.IxTrainerCallbackRNN.OnTestAccuracyUpdate ( TestAccuracyUpdateArgs  e)

The OnTestAccuracyUpdate callback fires from within the Run method and is used to give the recipient the chance to determine whether the label detected is correct or not.

Parameters
eSpecifies the argument sent with the callback.

Implemented in MyCaffe.trainers.MyCaffeTrainerDual, and MyCaffe.trainers.MyCaffeTrainerRNN.


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