You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: