-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
While trying to load the model given here, I'm facing the following problem:
.....
.....
File "/home/sid/text-segmentation/evaluate.py", line 13, in load_model
model = torch.load(f)
File "/home/sid/miniconda2/envs/textseg/lib/python2.7/site-packages/torch/serialization.py", line 261, in load
return _load(f, map_location, pickle_module)
File "/home/sid/miniconda2/envs/textseg/lib/python2.7/site-packages/torch/serialization.py", line 399, in _load
magic_number = pickle_module.load(f)
cPickle.UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
Metadata
Metadata
Assignees
Labels
No labels