ml-hongkong / hongkong_flowers

An APP for identify flowers in Hong Kong with Deep Learning technology
31 stars 5 forks source link

Error withDeploy with my trained model #17

Open bryanleekw opened 6 years ago

bryanleekw commented 6 years ago

In Step 2 Compile your trained model and upload to Google Cloud Storage

When I deploy with my new trained model, and got following errors.

root@desktop:~/projects/hkflower/hongkong_flowers/checkpoints/2017-11-18_experiment_0# python ./deploy --trained_model=model_best_weights --model_dir=./checkpoints/2017-11-18_experiment_0/ --bucket_dir=$MODEL_BUCKET
python: can't open file './deploy': [Errno 2] No such file or directory

May I know why? I have tried to search solution from internet, but no luck.