MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The SolverState specifies the state of a given solver. More...
Public Member Functions | |
SolverState () | |
The SolverState constructor. More... | |
Properties | |
int | iter [getset] |
The current iteration. More... | |
int | start [getset] |
Specifies the start used by L-BGFS More... | |
int | end [getset] |
Specifies the end used by L-BGFS More... | |
List< BlobProto > | history [getset] |
The history for SGD solvers. More... | |
int | current_step [getset] |
The current step for learning rate. More... | |
BlobProto | gradients [getset] |
Gradients used with L-BFGS state. More... | |
BlobProto | direction [getset] |
Direction used with L-BFGS state. More... | |
List< BlobProto > | s_history [getset] |
S history used with L-BFGS state. More... | |
List< double > | rho_history [getset] |
rho history used with L-BFGS state. More... | |
The SolverState specifies the state of a given solver.
Definition at line 16 of file SolverState.cs.
MyCaffe.param.SolverState.SolverState | ( | ) |
The SolverState constructor.
Definition at line 32 of file SolverState.cs.
|
getset |
The current step for learning rate.
Definition at line 75 of file SolverState.cs.
|
getset |
Direction used with L-BFGS state.
Definition at line 93 of file SolverState.cs.
|
getset |
Specifies the end used by L-BGFS
Definition at line 57 of file SolverState.cs.
|
getset |
Gradients used with L-BFGS state.
Definition at line 84 of file SolverState.cs.
|
getset |
The history for SGD solvers.
Definition at line 66 of file SolverState.cs.
|
getset |
The current iteration.
Definition at line 39 of file SolverState.cs.
|
getset |
rho history used with L-BFGS state.
Definition at line 111 of file SolverState.cs.
|
getset |
S history used with L-BFGS state.
Definition at line 102 of file SolverState.cs.
|
getset |
Specifies the start used by L-BGFS
Definition at line 48 of file SolverState.cs.