ZFNet 1.2

By for July 3, 2018

Report Abuse
ZFNet (aka VGG16) is a deep convolutional network for classification.
**Paper** [Visualizing and Understanding Convolutional Networks][1] **Dataset** [ILSVRC2013][2] **Source** Caffe2 ZFNet ==> ONNX ZFNet **Model input and output** **Input** * gpu_0/data_0: float[1, 3, 224, 224] **Output** * gpu_0/softmax_1: float[1, 1000] **Pre-processing steps** **Post-processing steps** **Sample test data** random generated sample test data: * test_data_set_0 * test_data_set_1 * test_data_set_2 * test_data_set_3 * test_data_set_4 * test_data_set_5 **Model size: 349 MB** **License** [MIT][3] [1]: https://arxiv.org/abs/1311.2901 [2]: http://www.image-net.org/challenges/LSVRC/2013/ [3]:https://github.com/onnx/models/blob/master/LICENSE