Apache SINGA
A distributed deep learning platform .
|
#include <updater.h>
Public Member Functions | |
virtual void | Init (const UpdaterProto &proto) |
virtual void | Update (int step, shared_ptr< Param > param, float grad_scale=1.0f)=0 |
float | GetLearningRate (int step) |
Protected Attributes | |
UpdaterProto | proto_ |