|
SmartEngine
1.6.0
|
Data used to construct an IGradientDescentTrainer instance More...
#include <GradientDescentTrainer.h>
Public Attributes | |
| ILoss * | loss = nullptr |
| The loss of the network output to train against. More... | |
Public Attributes inherited from SmartEngine::LossTrainerCInfo | |
| IContext * | context = nullptr |
| Context this trainer belongs to. Only trainers and graph nodes of the same context can be connected. More... | |
| IGraph * | graph = nullptr |
| The graph to be trained. More... | |
Public Attributes inherited from SmartEngine::ResourceCInfo | |
| const char * | resourceName = nullptr |
| Optional resource name that will be used with Load() and Save() if no other name is provided. More... | |
Data used to construct an IGradientDescentTrainer instance
| ILoss* SmartEngine::GradientDescentTrainerCInfo::loss = nullptr |
The loss of the network output to train against.