Apache SINGA
A distributed deep learning platform .
|
Public Member Functions | |
void | Update (int step, Param *param, float grad_scale) override |
Public Member Functions inherited from singa::Updater | |
virtual void | Init (const UpdaterProto &proto) |
Additional Inherited Members | |
Static Public Member Functions inherited from singa::Updater | |
static Updater * | Create (const UpdaterProto &proto) |
Protected Attributes inherited from singa::Updater | |
UpdaterProto | proto_ |
LRGenerator * | lr_gen_ |
float | weight_decay_ |
float | momentum_ |