MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.layers.beta.TextData.IterationInfo Class Reference

The IterationInfo class contains information about each iteration. More...

Public Member Functions

 IterationInfo (bool bNewEpoch, bool bNewSequence, int nOutputCount)
 The constructor. More...
 

Properties

bool NewEpoch [get]
 Returns whether or not the current iteration is in a new epoch. More...
 
bool NewSequence [get]
 Returns whether or not the current iteration is in a new sequence. More...
 
int OutputCount [get]
 Returns the output count of the current sequence. More...
 

Detailed Description

The IterationInfo class contains information about each iteration.

Definition at line 842 of file TextDataLayer.cs.

Constructor & Destructor Documentation

◆ IterationInfo()

MyCaffe.layers.beta.TextData.IterationInfo.IterationInfo ( bool  bNewEpoch,
bool  bNewSequence,
int  nOutputCount 
)

The constructor.

Parameters
bNewEpochSpecifies whether or not the current iteration is in a new epoch.
bNewSequenceSpecifies whether or not the current iteration is in a new sequence.
nOutputCountSpecifies the output count of the current sequence.

Definition at line 854 of file TextDataLayer.cs.

Property Documentation

◆ NewEpoch

bool MyCaffe.layers.beta.TextData.IterationInfo.NewEpoch
get

Returns whether or not the current iteration is in a new epoch.

Definition at line 864 of file TextDataLayer.cs.

◆ NewSequence

bool MyCaffe.layers.beta.TextData.IterationInfo.NewSequence
get

Returns whether or not the current iteration is in a new sequence.

Definition at line 872 of file TextDataLayer.cs.

◆ OutputCount

int MyCaffe.layers.beta.TextData.IterationInfo.OutputCount
get

Returns the output count of the current sequence.

Definition at line 880 of file TextDataLayer.cs.


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