ModuleNotFoundError:没有名为“ allennlp.data.iterators”的模块

时间:2020-09-23 06:50:58

标签: python debugging nlp pytorch

在Google colab中,我尝试使用以下命令导入BucketIterator

from allennlp.data.iterators import BucketIterator 

但是它一次又一次引发相同的错误-

ModuleNotFoundError: No module named 'allennlp.data.iterators

安装带有导入的allennlp

from allennlp.data.token_indexers import TokenIndexer, SingleIdTokenIndexer
from allennlp.data.tokenizers.character_tokenizer import CharacterTokenizer
from allennlp.data.vocabulary import Vocabulary
from allennlp.modules.seq2vec_encoders import PytorchSeq2VecWrapper

工作正常。有办法解决这个问题吗?

0 个答案:

没有答案