Skip to content

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

Description

@wanguangxi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions