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 have follow error when I try to load pretrained networks in inference.py:
DataLossError (see above for traceback): Unable to open table file D:\Progetti\Tensorflow\GAN\WSHP\parsing_network\models\final_model\checkpoint: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
[[node save/RestoreV2 (defined at D:\Progetti\Tensorflow\GAN\WSHP\parsing_network\inference.py:109) ]]
[[node save/RestoreV2 (defined at D:\Progetti\Tensorflow\GAN\WSHP\parsing_network\inference.py:109) ]]
The text was updated successfully, but these errors were encountered:
A little bit late, but I was having the same issue (Python 2.7, tensorflow 1.1.0). Found the answer on stack overflow by user Anggi Permana Harianja.
Use: models/final_model/model.ckpt-19315
instead of: models/final_model/model.ckpt-19315.data-00000-of-00001
I have follow error when I try to load pretrained networks in inference.py:
DataLossError (see above for traceback): Unable to open table file D:\Progetti\Tensorflow\GAN\WSHP\parsing_network\models\final_model\checkpoint: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
[[node save/RestoreV2 (defined at D:\Progetti\Tensorflow\GAN\WSHP\parsing_network\inference.py:109) ]]
[[node save/RestoreV2 (defined at D:\Progetti\Tensorflow\GAN\WSHP\parsing_network\inference.py:109) ]]
The text was updated successfully, but these errors were encountered: