dmlc / mxnet-notebooks

Notebooks for MXNet
Apache License 2.0
616 stars 325 forks source link

Clean tutorial #55

Closed kevinthesun closed 7 years ago

kevinthesun commented 7 years ago

Clean notebook warnings.

For tutorials/mnist.ipynb, this PR https://github.com/dmlc/mxnet/pull/5772 is required to use Module. So currently I keep using model.

@zackchase