资源算法caffe2-mobilenet

caffe2-mobilenet

2020-02-27 | |  29 |   0 |   0

caffe2-mobilenet

Intro

This is a Caffe2 implementation of Google's MobileNets.For details, please read the original paper:
"MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications" by Andrew G. Howard et. al. 2017
This is refer to shicai/MobileNet-Caffe. My code is not elegant.

Loss and accuracy

I provide a pretrained MobileNet model on cifar10, because of smaller image size than imagenet, I reduce some downsampling operation, and got 89.24% accuracy.

图片.png

How to Use

python ./mobile_net_trainer.py --train_data [path-to-train-dataset] --test_data [path-to-test-dataset]

Citation

@article{Howard2017mobilenet,
  Author = {Andrew G. Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andreetto, Hartwig Adam},
  Journal = {arXiv preprint arXiv:1704.04861},
  Title = {MobileNets: Efficient Convolutional Neural Networks for Mobile Vision},
  Year = {2017}
}


上一篇:mxnet-mobilenet-v2

下一篇:mobilenetv3-segmentation

用户评价
全部评价

热门资源

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...