namisan / mt-dnn

Multi-Task Deep Neural Networks for Natural Language Understanding
MIT License
2.23k stars 411 forks source link

UnencryptedCookieSessionFactoryConfig #213

Closed prince14322 closed 3 years ago

prince14322 commented 3 years ago

Once I try to run train.py it gives the below error: ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)

I have installed everything in a new conda env with pip install -r requirements.txt but still getting the above error.

Thanks in advance.

prince14322 commented 3 years ago

Referred this : https://github.com/NVIDIA/apex#quick-start

Finally did this step Apex also supports a Python-only build (required with Pytorch 0.4) via

pip install -v --disable-pip-version-check --no-cache-dir ./

It is resolved.

MilenioScience commented 1 year ago

Is there any expalantion how to install apex NVIDIA in google colab?