Skip to content

karlind/gluon-crash-course

This branch is 41 commits ahead of xiaoweiruby/gluon-crash-course:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

hcho3Mu Li
and
Mu Li
May 25, 2018
ae9885f · May 25, 2018

History

60 Commits
Apr 16, 2018
Apr 16, 2018
Apr 16, 2018
Apr 16, 2018
Apr 6, 2018
May 25, 2018
May 25, 2018
Apr 16, 2018
Apr 3, 2018
May 25, 2018
May 25, 2018
May 25, 2018
Apr 16, 2018
Apr 16, 2018

Repository files navigation

A 60-min crash course on Gluon

Build Status

This is a staging repo, and will be merged to MXNet once it is ready.

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.1.0 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.

About

A 60min Gluon crash course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.3%
  • Makefile 42.6%
  • JavaScript 1.8%
  • Shell 1.6%
  • CSS 0.7%