Jin Han

Results 4 comments of Jin Han

> Did you run setup.py successfully? Successful, but I just found that this error doesn't interrupt the training process... It just prints the error again and again

Problem solved! Maybe TITAN Xp and 1080Ti are too old for pytorch 1.6. I downgrade cudatoolkit=10.1, pytorch=1.4, torchvision=0.5, remove build/ and rebuild by running `python setup.py develop` There is no...

The same question... ``` Python 3.5.6 |Anaconda, Inc.| (default, Aug 26 2018, 21:41:56) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>>...