MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The ApplyUpdateArgs is passed to the OnApplyUpdates event. More...
Public Member Functions | |
ApplyUpdateArgs (int nIteration, MyCaffeControl< T > mycaffeWorker) | |
The constructor. More... | |
Properties | |
MyCaffeControl< T > | MyCaffeWorker [get] |
Returns the MyCaffe worker instance whos gradients are to be applied. More... | |
int | Iteration [get] |
Returns the iteration from which the gradients are to be applied. More... | |
double | LearningRate [getset] |
Returns the learning rate at the time the gradients were applied. More... | |
The ApplyUpdateArgs is passed to the OnApplyUpdates event.
T |
Definition at line 18 of file EventArgs.cs.
MyCaffe.trainers.ApplyUpdateArgs< T >.ApplyUpdateArgs | ( | int | nIteration, |
MyCaffeControl< T > | mycaffeWorker | ||
) |
The constructor.
nIteration | Specifies the iteration from which the gradients are to be applied. |
mycaffeWorker | Specifies the MyCaffe worker instance whos gradients are to be applied. |
Definition at line 29 of file EventArgs.cs.
|
get |
Returns the iteration from which the gradients are to be applied.
Definition at line 46 of file EventArgs.cs.
|
getset |
Returns the learning rate at the time the gradients were applied.
Definition at line 54 of file EventArgs.cs.
|
get |
Returns the MyCaffe worker instance whos gradients are to be applied.
Definition at line 38 of file EventArgs.cs.