MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The GetIterationArgs is sent bubbled up to the solver when a layer needs to know the curret training iteration. More...
Public Member Functions | |
GetIterationArgs () | |
The constructor. More... | |
void | SetIteration (Phase p, int nIteration) |
The SetIteration method is used to set the iteration and the phase. More... | |
Properties | |
int | Iteration [get] |
Returns the iteration. More... | |
Phase | CurrentPhase [get] |
Returns the phase. More... | |
The GetIterationArgs is sent bubbled up to the solver when a layer needs to know the curret training iteration.
Definition at line 747 of file EventArgs.cs.
MyCaffe.common.GetIterationArgs.GetIterationArgs | ( | ) |
The constructor.
Definition at line 755 of file EventArgs.cs.
void MyCaffe.common.GetIterationArgs.SetIteration | ( | Phase | p, |
int | nIteration | ||
) |
The SetIteration method is used to set the iteration and the phase.
p | Specifies the phase associated with the iteration. |
nIteration | Specifies the iteration. |
Definition at line 764 of file EventArgs.cs.
|
get |
Returns the phase.
Definition at line 781 of file EventArgs.cs.
|
get |
Returns the iteration.
Definition at line 773 of file EventArgs.cs.