AttributeError: module 'nemo.collections' has no attribute 'nlp' #2970
Unanswered
MuhammedTech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have downloaded nemo this way:
sudo pip install nemo_toolkit[all]
but when i runimport nemo.collections.nlp
i am gettingAttributeError: module 'nemo.collections' has no attribute 'nlp'
At the same time, when i run
import nemo.collections.cv
orimport nemo.collections.asr
everything worksBeta Was this translation helpful? Give feedback.
All reactions