Skip to content

hpi-xnor/BMXNet-v2-examples

Repository files navigation

BMXNet v2 Examples // Hasso Plattner Institute

This repository contains binary models, based on original mxnet architectures and others. Note, that not all models and changes are documented completely.

Examples for hyperparameters are documented in the Wiki.

Datasets

Files for CIFAR10 or MNIST will be downloaded automatically before training.

We use record files of mxnet for training imagenet. Therefore, you will need to create them before training. Please use the official guide or the guide from Gluon-CV to do that.