Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretrained weights for transfer learning STS benmark #255

Open
viethoang303 opened this issue Oct 29, 2023 · 0 comments
Open

Pretrained weights for transfer learning STS benmark #255

viethoang303 opened this issue Oct 29, 2023 · 0 comments

Comments

@viethoang303
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant