@Name(value="caffe::RMSPropSolver<double>") @Properties(inherit=caffe.class) public class DoubleRMSPropSolver extends DoubleSGDSolver
DoubleSolver.CallbackPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DoubleRMSPropSolver(BytePointer param_file) |
DoubleRMSPropSolver(Pointer p)
Pointer cast constructor.
|
DoubleRMSPropSolver(SolverParameter param) |
DoubleRMSPropSolver(String param_file) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComputeUpdateValue(int param_id,
double rate) |
BytePointer |
type()
\brief Returns the solver type.
|
ApplyUpdate, ClipGradients, history, Normalize, Regularize, RestoreSolverStateFromBinaryProto, RestoreSolverStateFromHDF5, SnapshotSolverState, SnapshotSolverStateToBinaryProto, SnapshotSolverStateToHDF5add_callback, callbacks, CheckSnapshotWritePermissions, GetRequestedAction, Init, InitTestNets, InitTrainNet, iter, net, param, Restore, Restore, SetActionFunction, Snapshot, Solve, Solve, Solve, Step, test_netsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic DoubleRMSPropSolver(Pointer p)
Pointer.Pointer(Pointer).public DoubleRMSPropSolver(@Const @ByRef SolverParameter param)
public DoubleRMSPropSolver(@Const @StdString @ByRef BytePointer param_file)
public DoubleRMSPropSolver(@Const @StdString @ByRef String param_file)
@Virtual @Const(value={false,false,true}) @Cast(value="const char*") public BytePointer type()
DoubleSolvertype in class DoubleSGDSolver@Virtual protected void ComputeUpdateValue(int param_id, double rate)
ComputeUpdateValue in class DoubleSGDSolverCopyright © 2020. All rights reserved.