资源算法chainer-example-overfeat-classify

chainer-example-overfeat-classify

2019-09-19 | |  55 |   0 |   0

chainer-example-overfeat-classify

Image classifier built with Chainer, an implementation of OverFeat.

Requirements

Install

Download pre-trained models:

sh download_model.sh

Run

Classify example.jpg with fast model on CPU:

python classify.py example.jpg

Classify example.jpg with accurate model on CPU:

python classify.py --model accurate example.jpg

Classify example.jpg with fast model on GPU (ID=0):

python classify.py --gpu 0 example.jpg

References


上一篇:memnn

下一篇:YOLOtiny_v2

用户评价
全部评价

热门资源

  • 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...