import error
Closed this issue · 1 comments
udion commented
I have installed torchtext and using pytorch 0.4 and python=3.6
I am getting the following error while testing one of my files
File "conll.py", line 7, in <module>
from torchtext.datasets import SequenceTaggingDataset, CoNLL2000Chunking
ImportError: cannot import name 'CoNLL2000Chunking'
any clues?
udion commented
I think it's coming from torchtext, as even without this repo there is that problem