资源算法squeezenet-chainer

squeezenet-chainer

2020-01-10 | |  50 |   0 |   0

SqueezeNet

An implementation of SqueezeNet in chainer.

Below are some benchmarks on a ImageNet-like dataset (1 million 255x255 images with 128 batch size)

ModelSize (mb)Parameters (million)Accuracy
ZFNet11716.420.5835
SqueezeNet4.61.2880.5207

Details

  • ZFNet instead of AlexNet (I already had a trained ZFNet model).

  • This is the basic squeezenet without deep compression. I had to add a dense layer to the end of SqueezeNet to get correct shape for my labels. I also had to add batch normalisation to the fire modules so it would fit.

  • The paper says images are 224x224 but the code and parameters suggests they use 227x227. I also added some padding, relu and initialisation that was used in the squeezenet code but not mentioned in the paper.

  • Accuracy of squeezenet is lower in this test but there is a 25x size reduction over ZFNet (SqueezeNet size is the same as in the paper) and a 12x reduction in params.


上一篇:ncnn-android-squeezenet

下一篇:CCNN-Tensorflow

用户评价
全部评价

热门资源

  • TensorFlow-Course

    This repository aims to provide simple and read...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • mxnet_VanillaCNN

    This is a mxnet implementation of the Vanilla C...

  • tensorflow-sketch...

    Discrlaimer: This is not an official Google pro...

  • vsepp_tensorflow

    Improving Visual-Semantic Embeddings with Hard ...