@Name(value="caffe::AdaGradSolver<double>") @Properties(inherit=caffe.class) public class DoubleAdaGradSolver extends DoubleSGDSolver
DoubleSolver.CallbackPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DoubleAdaGradSolver(BytePointer param_file) |
DoubleAdaGradSolver(Pointer p)
Pointer cast constructor.
|
DoubleAdaGradSolver(SolverParameter param) |
DoubleAdaGradSolver(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, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic DoubleAdaGradSolver(Pointer p)
Pointer(Pointer).public DoubleAdaGradSolver(@Const @ByRef SolverParameter param)
public DoubleAdaGradSolver(@Const @StdString @ByRef BytePointer param_file)
public DoubleAdaGradSolver(@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 © 2022. All rights reserved.