zackchase / mxnet-the-straight-dope

An interactive book on deep learning. Much easy, so MXNet. Wow. [Straight Dope is growing up] ---> Much of this content has been incorporated into the new Dive into Deep Learning Book available at https://d2l.ai/.
https://d2l.ai/
Apache License 2.0
2.56k stars 727 forks source link

Unused variable in example #563

Open ikamensh opened 5 years ago

ikamensh commented 5 years ago

https://gluon.mxnet.io/chapter03_deep-neural-networks/mlp-gluon.html

contains code line: smoothing_constant = .01

This code line is never used and can be deleted.