Error in loading the pretrained model
Closed this issue · 3 comments
Hi @srush Amazing work with ICLR2020. I enjoyed the conference a lot. :)
I was looking into the visualizations and the code for generating the embeddings using the paper abstracts. I am unable to load the pre-trained model you shared here When I try to run the cache_paper_embeddings.py file, I face the following error:
Loading model
Traceback (most recent call last):
File "cache_paper_embeddings.py", line 31, in <module>
model, epoch = load_model(None, "scratch/similarity-model.pt")
File "/Users/gollum/Desktop/Work/iclr.github.io/recommendations/models.py", line 20, in load_model
model = torch.load(load_file, map_location=lambda storage, loc: storage)
File "/Users/gollum/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 529, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "/Users/gollum/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 692, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, 'v'.
This is imo problem with the saved model keys. If possible can you share steps to run the code for training this model?
Thanks!
I did actually use git lfs earlier. But somehow the model was still not unpickling even with a GPU enabled machine.
I repeated the whole process now just to be double sure. It works as expected. Probably something went wrong earlier.
Thanks! I'll make a PR for the readme and mention the steps explicitly.