Anuradha25

Results 2 comments of Anuradha25

Facing the same error. To avoid this error I tried installing a higher version of allennlp==1.0.0.. but in that case I am getting an error - ModuleNotFoundError: No module named...

> If I change the setting for `allennlp` in `requirements.txt` to: > > ``` > tensorflow_gpu==1.14.0 > spacy==2.0.11 > allennlp==0.4.2 > numpy==1.14.2 > ``` > > It returns the following...