27 from nemo.collections.common.parts.utils import _compute_softmax ---> 28 from nemo.collections.nlp.data.question_answering_squad.qa_squad_processing import ( 29 EVALUATION_MODE, 30 INFERENCE_MODE, /usr/local/lib/python3.6/dist-packages/nemo/collections/nlp/data/question_answering_squad/qa_squ...
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 ...