MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Specifies the arguments sent to the OnBatchLoad event used when synchronizing between Data Layers. More...
Public Member Functions | |
LastBatchLoadedArgs (List< int > rgLabels) | |
The constructor. More... | |
Properties | |
List< int > | Labels [get] |
Returns the labels loaded. More... | |
Specifies the arguments sent to the OnBatchLoad event used when synchronizing between Data Layers.
Definition at line 1057 of file DataLayer.cs.
MyCaffe.layers.LastBatchLoadedArgs.LastBatchLoadedArgs | ( | List< int > | rgLabels | ) |
The constructor.
rgLabels | Specifies the labels loaded. |
Definition at line 1065 of file DataLayer.cs.
|
get |
Returns the labels loaded.
Definition at line 1073 of file DataLayer.cs.