-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restore failed with latest tensorflow(1.x) #72
Comments
There are two ways to restore models, you need to use the right code and use the right model. |
try both command as follow has the same error, my tensorflow version is 1.8.0 python predict.py --model_path NYU_FCRN-checkpoint/NYU_FCRN.ckpt.data-00000-of-00001 --image_paths ~/Downloads/dp/t4.jpg what the right code and right model mean, model is download as readme link |
|
i use tensorflow ckpt not modify the predict.py code, and error info like i post |
I have the same problem |
Use for the first option: |
The text was updated successfully, but these errors were encountered: