Advertisement
lamiastella

UnencryptedCookieSessionFactoryConfig

Sep 13th, 2021
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. (proxy) [jalal@goku proxynca_pp]$ CUDA_VISIBLE_DEVICES=0,1 python train.py --dataset cub --config config/cub.json --mode train --apex --seed 0
  2. (1024, 4096)
  3. train.py:12: MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3. If any parameter follows 'warn', they should be pass as keyword, not positionally.
  4. matplotlib.use('agg', warn=False, force=True)
  5. Traceback (most recent call last):
  6. File "train.py", line 70, in <module>
  7. from apex import amp
  8. File "/scratch3/venv/proxy/lib/python3.8/site-packages/apex/__init__.py", line 13, in <module>
  9. from pyramid.session import UnencryptedCookieSessionFactoryConfig
  10. ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location)
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement