apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

Layer Specific Learning Rate For R #6925

Open Leloew opened 7 years ago

Leloew commented 7 years ago

Hey, is there a way to set layer Specific Learning Rate for the R version? I found two different posts, one naming: Optimizer.set_lr_scale(). and one mx.sym.YOURSYMBOL(attr={'lr_mult': 0.01}).

which both make sense but I haven't found a way to do this in R. Thanks for any help.

thirdwing commented 7 years ago

Currently, this hasn't been support in R.

anirudhacharya commented 6 years ago

@mxnet-label-bot please add [Feature Request] to this issue.

anirudhacharya commented 6 years ago

@sandeep-krishnamurthy please label - "Feature Request"