MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The DataDebugParameter is used by the DataParameter when the 'enable_debugging' = True. More...
Public Member Functions | |
DataDebugParameter () | |
The constructor. More... | |
void | Copy (DataDebugParameter src) |
Copies the specified source data noise parameter to this one. More... | |
RawProto | ToProto (string strName) |
Convert the DataDebugParameter into a RawProto. More... | |
Static Public Member Functions | |
static DataDebugParameter | FromProto (RawProto rp, DataDebugParameter p=null) |
Parses the parameter from a RawProto. More... | |
Properties | |
int | iterations [getset] |
(/b optional, default = 1) Specifies the number of iterations to output debug information. More... | |
string | debug_save_path [getset] |
(/b optional, default = null) Specifies the path where the debug data images are saved, otherwise is ignored when null. This setting is only used for debugging. More... | |
The DataDebugParameter is used by the DataParameter when the 'enable_debugging' = True.
Definition at line 16 of file DataDebugParameter.cs.
MyCaffe.param.DataDebugParameter.DataDebugParameter | ( | ) |
The constructor.
Definition at line 24 of file DataDebugParameter.cs.
void MyCaffe.param.DataDebugParameter.Copy | ( | DataDebugParameter | src | ) |
Copies the specified source data noise parameter to this one.
src | Specifies the source data noise parameter. |
Definition at line 67 of file DataDebugParameter.cs.
|
static |
Parses the parameter from a RawProto.
rp | Specifies the RawProto to parse. |
p | Optionally, specifies an instance to load. If null, a new instance is created and loaded. |
Definition at line 98 of file DataDebugParameter.cs.
RawProto MyCaffe.param.DataDebugParameter.ToProto | ( | string | strName | ) |
Convert the DataDebugParameter into a RawProto.
strName | Specifies the RawProto name. |
Definition at line 81 of file DataDebugParameter.cs.
|
getset |
(/b optional, default = null) Specifies the path where the debug data images are saved, otherwise is ignored when null. This setting is only used for debugging.
Definition at line 42 of file DataDebugParameter.cs.
|
getset |
(/b optional, default = 1) Specifies the number of iterations to output debug information.
Definition at line 32 of file DataDebugParameter.cs.