MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The LossArgs contains the loss values for a given batch. More...
Public Member Functions | |
LossArgs (int nCount, List< int > rgShape) | |
The constructor. More... | |
Properties | |
List< int > | Shape [get] |
Specifies the shape of the data. More... | |
float[] | Data [get] |
Specifies the loss values for a given batch. More... | |
The LossArgs contains the loss values for a given batch.
Definition at line 206 of file EventArgs.cs.
MyCaffe.basecode.LossArgs.LossArgs | ( | int | nCount, |
List< int > | rgShape | ||
) |
The constructor.
nCount | Specifies the batch size used. |
rgShape | Specifies the shape of the data. |
Definition at line 216 of file EventArgs.cs.
|
get |
Specifies the loss values for a given batch.
Definition at line 233 of file EventArgs.cs.
|
get |
Specifies the shape of the data.
Definition at line 225 of file EventArgs.cs.