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
I download the pre-trained weights from your link. But it only has a .data file. Not have .idex and .meta files. So when I run the fcn_run_loop.py, I got the ValueError.
like this:
ValueError: The passed save_path is not a valid checkpoint: /xxx/FCN/models/fcn8_pascal_68_5_mIoU
Could you help me to deal it?
The text was updated successfully, but these errors were encountered:
I download the pre-trained weights from your link. But it only has a .data file. Not have .idex and .meta files. So when I run the fcn_run_loop.py, I got the ValueError.
like this:
ValueError: The passed save_path is not a valid checkpoint: /xxx/FCN/models/fcn8_pascal_68_5_mIoU
Could you help me to deal it?
The text was updated successfully, but these errors were encountered: