This is due to the latest PyTorch (version 1.3) from conda is built on
CUDA 10.1 while the version on the test machine is CUDA 10.0.
This commit is contained in:
Simon Zhao 2019-12-23 09:15:31 +08:00 коммит произвёл Young Park
Родитель 788025ab6d
Коммит 055b537dcb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ channels:
dependencies:
- python==3.6.8
- pytorch==1.2.0
- torchvision>=0.3.0
- torchvision==0.4.0
- fastai==1.0.57
- ipykernel>=4.6.1
- jupyter>=1.0.0