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

The torchtext version has been updated in Colab, causing import problems. #10

Open
c4big opened this issue May 22, 2023 · 0 comments
Open

Comments

@c4big
Copy link

c4big commented May 22, 2023

\code_practices\Sequence_to_Sequence_with_Attention_Tutorial.ipynb
\code_practices\Sequence_to_Sequence_with_LSTM_Tutorial.ipynb

from torchtext.data import Field, BucketIterator # An error occured!!


ImportError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from torchtext.data import Field, BucketIterator
2
3 SRC = Field(tokenize=tokenize_de, init_token="", eos_token="", lower=True)
4 TRG = Field(tokenize=tokenize_en, init_token="", eos_token="", lower=True)

ImportError: cannot import name 'Field' from 'torchtext.data' (/usr/local/lib/python3.10/dist-packages/torchtext/data/init.py)


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

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