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 am trying to read pretrained model files but I got error and could not load any of them.
This is just an example of one of pretrained models. I tried every one of them.
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file EVDodgeNet/code/HomographyNetUnsup/Checkpoints/HomographySUSL1LR1e-4/199model.ckpt.data-00000-of-00001: 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 /drone/EVDodgeNet/code/HomographyNetUnsup/RunEVHomographyNet.py:277) ]]
Original stack trace for u'save/RestoreV2':
File "/drone/EVDodgeNet/code/HomographyNetUnsup/RunEVHomographyNet.py", line 378, in <module>
main()
File "/drone/EVDodgeNet/code/HomographyNetUnsup/RunEVHomographyNet.py", line 375, in main
TestOperation(PatchPH, I1PH, I2PH, PatchSize, ModelPath, ReadPath, WritePath, TrainNames, NumTrainSamples, CropType)
File "/drone/EVDodgeNet/code/HomographyNetUnsup/RunEVHomographyNet.py", line 277, in TestOperation
Saver = tf.train.Saver()
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 825, in __init__
self.build()
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 837, in build
self._build(self._filename, build_save=True, build_restore=True)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 875, in _build
build_restore=build_restore)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 508, in _build_internal
restore_sequentially, reshape)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 328, in _AddRestoreOps
restore_sequentially)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 575, in bulk_restore
return io_ops.restore_v2(filename_tensor, names, slices, dtypes)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/ops/gen_io_ops.py", line 1696, in restore_v2
name=name)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/framework/op_def_library.py", line 788, in _apply_op_helper
op_def=op_def)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/util/deprecation.py", line 507, in new_func
return func(*args, **kwargs)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 3616, in create_op
op_def=op_def)
File "/miniconda3/envs/tf14/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 2005, in __init__
self._traceback = tf_stack.extract_stack()
The text was updated successfully, but these errors were encountered:
I am trying to read pretrained model files but I got error and could not load any of them.
This is just an example of one of pretrained models. I tried every one of them.
The text was updated successfully, but these errors were encountered: