All Projects → mli → Gluon Crash Course

mli / Gluon Crash Course

A 60min Gluon crash course

Programming Languages

python
139335 projects - #7 most used programming language

A 60-min crash course on Gluon

Update: This crash course is now a part of the new MXNet document site, please check it at http://beta.mxnet.io/guide/crash-course/index.html

Build Status

Every .md file in this repo may be run directly in Jupyter notebook when you use the notedown plugin. Keeping the format in markdown instead of .ipynb makes it easier to collaborate and review on GitHub.

Prerequisites

You should already have MXNet 1.2.1 or greater installed in a Python virtual environment. Start this environment and continue with Step 1.

Step 1: Install Jupyter notebook with notedown.

This tarball is provided to do this for you.

pip install https://github.com/mli/notedown/tarball/master

Note: If you run into a problem with this installation at the pandoc-attributes step, run pip uninstall pypandoc, then try the installation tarball again.

Step 2: Start Jupyter with notedown

jupyter notebook --NotebookApp.contents_manager_class='notedown.NotedownContentsManager'

Before committing updates to these notebooks, please make sure all outputs are cleared.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].