facebookresearch / fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
MIT License
30.43k stars 6.4k forks source link

urllib.error.HTTPError: HTTP Error 404: Not Found #3902

Closed yrf1 closed 2 years ago

yrf1 commented 3 years ago

What is your question?

torch.hub.load('pytorch/fairseq', 'roberta.large') leads to url not found error.

What have you tried?

I also tried to look at the link https://github.com/pytorch/fairseq/archive/master.zip but the link is broken?

What's your environment?

GeekDream-x commented 3 years ago

Bro, you could try to add ":main" at the end of the first parameter, this helped me. Like this: xlmr = torch.hub.load('pytorch/fairseq:main', 'xlmr.large')

stale[bot] commented 2 years ago

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!

stale[bot] commented 2 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!