DenseNet 121 1.2

By for July 3, 2018

Report Abuse
DenseNet-121 is a convolutional neural network for classification.
**Paper** [DenseNet-121 is a convolutional neural network for classification.][1] **Dataset** [ILSVRC2012][2] **Source** Caffe2 DenseNet-121 ==> ONNX DenseNet **Model input and output** **Input** * data_0: float[1, 3, 224, 224] **Output** * fc6_1: float[1, 1000, 1, 1] **Sample test data** random generated sampe test data: * test_data_0.npz * test_data_1.npz * test_data_2.npz * test_data_set_0 * test_data_set_1 * test_data_set_2 **Results/accuracy on test set** NA **Model size: 33 MB** **License** [MIT][3] [1]: https://arxiv.org/abs/1608.06993 [2]: http://www.image-net.org/challenges/LSVRC/2012/ [3]:https://github.com/onnx/models/blob/master/LICENSE