Skip to content

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

Notifications You must be signed in to change notification settings

cccvt/MnasNet-caffe

This branch is up to date with LiJianfei06/MnasNet-caffe:master.

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • Shell 4.7%