This folder contains examples of MXNet.
- composite symbol gives you a demo of how to composite a symbolic Inception-BatchNorm Network
- cifar-10 recipe gives you a step by step demo of how to use MXNet
- cifar-100 gives you a demo of how to train a 75.68% accuracy CIFAR-100 model
- predict with pretained model gives you a demo of use a pretrained Inception-BN Network
- simple bind gives you a demo of some details in
mx.model
module.
Python Howto is a folder containing short snippet of code introducing a certain feature of mxnet.