Ver Fonte

Explicitly requiring pytorch 1.0.1 to get around fastai install bug

Jason Antic há 6 anos atrás
pai
commit
7321719578
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      environment.yml

+ 1 - 0
environment.yml

@@ -6,6 +6,7 @@ channels:
 dependencies:
 - python>=3.7.3
 - fastai=1.0.51
+- pytorch=1.0.1
 - ffmpeg=4.1.1
 - tensorboardX=1.6
 - youtube-dl>=2019.4.17