This repository contains the code for Densely Connected Convolutional Networks.
Based on the examples in the mxnet and keras implementation for DenseNet, we implemented densenet for mxnet (in progress).
Currently, we are testing the performance.
python train_cifar10_densenet.py --batch-size 128 --lr 0.1 --gpus 0