Skip to content
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

DataLossError: 2 root error(s) found. #125

Open
wanguangxi opened this issue Aug 29, 2020 · 0 comments
Open

DataLossError: 2 root error(s) found. #125

wanguangxi opened this issue Aug 29, 2020 · 0 comments

Comments

@wanguangxi
Copy link

wanguangxi commented Aug 29, 2020

I have a problems, when run python .../gps_main.py pr2_tensorflow_example -p 9 to test the policy, follows:

File "/home/eric/PycharmProjects/gps/python/gps/algorithm/policy_opt/policy_opt_tf.py", line 249, in restore_model
self.saver.restore(self.sess, fname)

.....
......
DataLossError: 2 root error(s) found.
(0) Data loss: Unable to open table file /tmp/tmp6LrbLL: Data loss: file is too short to be an sstable: perhaps your file is in a different file format and you need to use a different restore operator?
[[node save/RestoreV2 (defined at home/eric/PycharmProjects/gps/python/gps/algorithm/policy_opt/policy_opt_tf.py:95) ]]
[[save/RestoreV2/_19]]
(1) Data loss: Unable to open table file /tmp/tmp6LrbLL: Data loss: file is too short to be an sstable: perhaps your file is in a different file format and you need to use a different restore operator?
[[node save/RestoreV2 (defined at home/eric/PycharmProjects/gps/python/gps/algorithm/policy_opt/policy_opt_tf.py:95) ]]

The training process is OK. I use tensorflow-gpu=1.14.0, cuda-10.0, cudnn=7.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant