![]() |
MyCaffe
1.12.0.60
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 13 of file SolverState.cs.
MyCaffe.param.SolverState.SolverState | ( | ) |
The SolverState constructor.
Definition at line 29 of file SolverState.cs.
|
getset |
The current step for learning rate.
Definition at line 72 of file SolverState.cs.
|
getset |
Direction used with L-BFGS state.
Definition at line 90 of file SolverState.cs.
|
getset |
Specifies the end used by L-BGFS
Definition at line 54 of file SolverState.cs.
|
getset |
Gradients used with L-BFGS state.
Definition at line 81 of file SolverState.cs.
|
getset |
The history for SGD solvers.
Definition at line 63 of file SolverState.cs.
|
getset |
The current iteration.
Definition at line 36 of file SolverState.cs.
|
getset |
rho history used with L-BFGS state.
Definition at line 108 of file SolverState.cs.
|
getset |
S history used with L-BFGS state.
Definition at line 99 of file SolverState.cs.
|
getset |
Specifies the start used by L-BGFS
Definition at line 45 of file SolverState.cs.