MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.common.GetIterationArgs Class Reference

The GetIterationArgs is sent bubbled up to the solver when a layer needs to know the curret training iteration. More...

Inheritance diagram for MyCaffe.common.GetIterationArgs:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ GetIterationArgs()

MyCaffe.common.GetIterationArgs.GetIterationArgs ( )

The constructor.

Definition at line 755 of file EventArgs.cs.

Member Function Documentation

◆ SetIteration()

void MyCaffe.common.GetIterationArgs.SetIteration ( Phase  p,
int  nIteration 
)

The SetIteration method is used to set the iteration and the phase.

Parameters
pSpecifies the phase associated with the iteration.
nIterationSpecifies the iteration.

Definition at line 764 of file EventArgs.cs.

Property Documentation

◆ CurrentPhase

Phase MyCaffe.common.GetIterationArgs.CurrentPhase
get

Returns the phase.

Definition at line 781 of file EventArgs.cs.

◆ Iteration

int MyCaffe.common.GetIterationArgs.Iteration
get

Returns the iteration.

Definition at line 773 of file EventArgs.cs.


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