You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is interesting work.
I am wanting to transfer learning on STS-benmark. My scripts is:
bash scripts/run_stsb.sh 16 16 0
and I got the error:
Traceback (most recent call last):
File "../train.py", line 476, in
main()
File "../train.py", line 365, in main
state_dict = torch.load(init_model, map_location=device)
File "/root/miniconda3/envs/ML/lib/python3.6/site-packages/torch/serialization.py", line 593, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "/root/miniconda3/envs/ML/lib/python3.6/site-packages/torch/serialization.py", line 763, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
EOFError: Ran out of input
And I detected that the weight file is empty. Can you provide it again?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello author,
This is interesting work.
I am wanting to transfer learning on STS-benmark. My scripts is:
bash scripts/run_stsb.sh 16 16 0
and I got the error:
Traceback (most recent call last):
File "../train.py", line 476, in
main()
File "../train.py", line 365, in main
state_dict = torch.load(init_model, map_location=device)
File "/root/miniconda3/envs/ML/lib/python3.6/site-packages/torch/serialization.py", line 593, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "/root/miniconda3/envs/ML/lib/python3.6/site-packages/torch/serialization.py", line 763, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
EOFError: Ran out of input
And I detected that the weight file is empty. Can you provide it again?
Thank you.
The text was updated successfully, but these errors were encountered: