MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / SGD

Method SGD

include/core/optimizer.h:274–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272class SGD : public Optimizer {
273public:
274 SGD(float _lr = 1e-4, float _weight_decay = 0, const LRSchedule &_schedule = "linear") :
275 Optimizer("SGD", 0, _lr, _weight_decay, _schedule) {}
276};
277
278/** Helper class for Momentum */

Callers 1

linear_classificationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected