You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set --use_amp to True, I get the following traceback:
Traceback (most recent call last):
File "train.py", line 16, in
from apex import amp
File "/home/miniconda3/envs/msa/lib/python3.8/site-packages/apex/init.py", line 13, in
from pyramid.session import UnencryptedCookieSessionFactoryConfig
ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)
The text was updated successfully, but these errors were encountered:
When I set --use_amp to True, I get the following traceback:
Traceback (most recent call last):
File "train.py", line 16, in
from apex import amp
File "/home/miniconda3/envs/msa/lib/python3.8/site-packages/apex/init.py", line 13, in
from pyramid.session import UnencryptedCookieSessionFactoryConfig
ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)
The text was updated successfully, but these errors were encountered: