problem when running guess.py
priyanshugandhi opened this issue · 1 comments
priyanshugandhi commented
I tried running the command:
python guess.py --model_type inception --model_dir /home/priyanshu/Downloads/inception/22801/ --filename home/priyanshu/frame0.jpg
The command run without any errors. But it doesn't give me any output.
Output:
2018-06-21 17:11:41.239679: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
Executing on /cpu:0
selected (fine-tuning) inception model
/home/priyanshu/Downloads/inception/21936/checkpoint-14999
[]
I have used the pre-trained checkpoints.
Deleted user commented
Your filename couldn't be found.
You missed "/" in home path.