MVOS-OL icon indicating copy to clipboard operation
MVOS-OL copied to clipboard

EOFError

Open xmengli opened this issue 5 years ago • 1 comments

Traceback (most recent call last): File "demo_mvos_davis16.py", line 164, in <module> main() File "demo_mvos_davis16.py", line 85, in main saved_state_dict = torch.load(normal_restore_from) File "/home/xmli/anaconda2/envs/python2/lib/python2.7/site-packages/torch/serialization.py", line 261, in load return _load(f, map_location, pickle_module) File "/home/xmli/anaconda2/envs/python2/lib/python2.7/site-packages/torch/serialization.py", line 399, in _load magic_number = pickle_module.load(f) EOFError

The code produces an error. It seems the model is not correctly closed. Could you help solve the issue?

xmengli avatar Mar 18 '19 04:03 xmengli

I have the same problem as you did.

hyBlue avatar Mar 21 '19 17:03 hyBlue