-
Notifications
You must be signed in to change notification settings - Fork 333
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
cannot run colab example code #61
Comments
Same here. I installed torch version: 1.8. But still have the same error. |
Modifying pytorch and torchvision pip install commands to use torch 1.8.1 and torchvision 0.9.0 works. It will print an error complaining about torchtext dependency but the notebook will run just fine.
|
Thanks for pointing out it. This is brought API breaking changes from PyTorch. Commit 4f6fce3 should fix the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
torch version : 1.9.0+cu102
Error happen while do this import
In torch 1.9
It does ot have ""queue"" and "string_classes" in torch._six
https://github.com/pytorch/pytorch/blob/master/torch/_six.py
However, torch version 1.8 has these function
https://github.com/pytorch/pytorch/blob/release/1.8/torch/_six.py
The text was updated successfully, but these errors were encountered: