This repository provides tutorial code for deep learning researchers && engineers to learn Gluon.
In the tutorial, most of the models were implemented with less than 50 lines of code.
You will find Gluon and PyTorch share lots of similarities.
After reading PyTorch to MXNet, you can easily convert your project between Pytorch and Gluon and learn both of them well. Before starting this tutorial, it is recommended to finish Crash Course. Then you can read Dive into Deep Learning to get a more comprehensive study.
$ git clone https://github.com/ybai62868/gluon-tutorial.git
$ cd gluon-tutorial/tutorials/PATH_TO_PROJECT
$ python main.py
Yang Bai / @YangBai
Inspired by the pytorch-tutorial writen by @yunjey
Code will be continued.