Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LiJianfei06/MnasNet-caffe

A caffe implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.
https://github.com/LiJianfei06/MnasNet-caffe

Last synced: 3 months ago
JSON representation

A caffe implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.

Awesome Lists containing this project

README

        

# MnasNet-caffe
A caffe implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.

### train:

./train_net.sh

### test:

python eval_image.py --proto deploy_MnasNet.prototxt --model ./model_save/MnasNet_model_cat_dog_iter_64000.caffemodel --image ./cat.jpg

### valid:

python verify.py