An implementation of DenseNet trained on the MNIST handwritten digits dataset.
from tensorflow.examples.tutorials.mnist import input_data
input_data.read_data_sets('my/directory')
- Official DenseNet Keras implementation - https://github.com/cmasch/densenet
- DenseNet Paper - https://arxiv.org/pdf/1608.06993.pdf