-
Notifications
You must be signed in to change notification settings - Fork 129
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
Tutorials on Colab #77
Comments
Thanks for pointing this out: |
This is something I've been wanting to fix too. @lxuechen, thoughts? I can see your comment on the matter here, but I can't duplicate the issue. Are you still able to repro it? I can run
|
Thanks for the heads-up. Will be working on checking this tonight. |
Everything works as intended now, thanks! |
Because pytorch currently gets downgraded to 1.7.1 when we install torchdyn, this creates an issue with torchtext
For those who might face a similar problem, the solution is to add the following line
!pip install torchtext==0.8.1
The text was updated successfully, but these errors were encountered: