Liking cljdoc? Tell your friends :D
Clojure only.

org.apache.clojure-mxnet.lr-scheduler


factor-schedulerclj

(factor-scheduler step factor)

Assume the weight has been updated by n times, then the learning rate will be base_lr * factor^^(floor(n/step))

  • step int, schedule learning rate after n updates
  • factor number, the factor for reducing the learning rate
Assume the weight has been updated by n times, then the learning rate will
 be base_lr * factor^^(floor(n/step))
- step int, schedule learning rate after n updates
- factor number, the factor for reducing the learning rate
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close