ModuleNotFoundError: No module named 'transformers.tokenization_bert'. It is from the first import of the 3rd cell, from nemo.collections import nlp as nemo_nlp The full traceback is: ModuleNotFoundError Traceback (most recent call last) <ipython-input-6-9dea72b2f46b> in <module>() -...
When I am importing from nemo.collections import nlp as nemo_nlp I was getting an error as module not found of apex.So I tryed installing apex using the below given commands git clone https://github.com/NVIDIA/apex cd apex pip install -v --disable-pip-version-check --no-cache-dir ...
Hello, I tried to install Nemo Toolkit on my Jetson Nano following the guide at Pip from Source Introduction — NVIDIA NeMo But getting the error “ModuleNotFoundError: No module named ‘Cython’” even though Cython is ins…