MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.param.DataDebugParameter Class Reference

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

Detailed Description

The DataDebugParameter is used by the DataParameter when the 'enable_debugging' = True.

Definition at line 16 of file DataDebugParameter.cs.

Constructor & Destructor Documentation

◆ DataDebugParameter()

MyCaffe.param.DataDebugParameter.DataDebugParameter ( )

The constructor.

Definition at line 24 of file DataDebugParameter.cs.

Member Function Documentation

◆ Copy()

void MyCaffe.param.DataDebugParameter.Copy ( DataDebugParameter  src)

Copies the specified source data noise parameter to this one.

Parameters
srcSpecifies the source data noise parameter.

Definition at line 67 of file DataDebugParameter.cs.

◆ FromProto()

static DataDebugParameter MyCaffe.param.DataDebugParameter.FromProto ( RawProto  rp,
DataDebugParameter  p = null 
)
static

Parses the parameter from a RawProto.

Parameters
rpSpecifies the RawProto to parse.
pOptionally, specifies an instance to load. If null, a new instance is created and loaded.
Returns
A new instance of the parameter is returned.

Definition at line 98 of file DataDebugParameter.cs.

◆ ToProto()

RawProto MyCaffe.param.DataDebugParameter.ToProto ( string  strName)

Convert the DataDebugParameter into a RawProto.

Parameters
strNameSpecifies the RawProto name.
Returns
The RawProto containing the settings is returned.

Definition at line 81 of file DataDebugParameter.cs.

Property Documentation

◆ debug_save_path

string MyCaffe.param.DataDebugParameter.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.

Definition at line 42 of file DataDebugParameter.cs.

◆ iterations

int MyCaffe.param.DataDebugParameter.iterations
getset

(/b optional, default = 1) Specifies the number of iterations to output debug information.

Definition at line 32 of file DataDebugParameter.cs.


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