We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can the author show the version of pytorch and torchtext. The code cannot run in my env.
pytorch 1.13 cuda 11.7 torchtext: 0.14.0
The error message is "ModuleNotFoundError: No module named 'torchtext.legacy' "
We replace the torchtext.legacy to torchtext. the error message is "AttributeError: module 'torchtext.data' has no attribute 'Iterator'"
The text was updated successfully, but these errors were encountered:
i encountered the same problem about torchtext. my anaconda env is : pytorch 1.12.0 torchtext 0.13.0 cuda 11.6
Sorry, something went wrong.
pip install torchtext==0.10.0
No branches or pull requests
Can the author show the version of pytorch and torchtext. The code cannot run in my env.
pytorch 1.13
cuda 11.7
torchtext: 0.14.0
The error message is "ModuleNotFoundError: No module named 'torchtext.legacy' "
We replace the torchtext.legacy to torchtext.
the error message is "AttributeError: module 'torchtext.data' has no attribute 'Iterator'"
The text was updated successfully, but these errors were encountered: