Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/LiJianfei06/MnasNet-caffe
- Owner: LiJianfei06
- Created: 2018-08-15T15:48:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T00:09:05.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:50:10.695Z (6 months ago)
- Language: Python
- Size: 9.96 MB
- Stars: 52
- Watchers: 4
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-image-classification - unofficial-caffe : https://github.com/LiJianfei06/MnasNet-caffe
- awesome-image-classification - unofficial-caffe : https://github.com/LiJianfei06/MnasNet-caffe
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