Merge branch 'master' into densenet_update_and_more

pull/155/head
Ross Wightman 2020-05-26 00:02:57 -07:00
commit ff94ffce61
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,3 @@
torch==1.4.0
torchvision==0.5.0
pyyaml

View File

@ -1,3 +1,3 @@
torch>=1.2.0
torchvision>=0.4.0
torch>=1.4.0
torchvision>=0.5.0
pyyaml

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
source /workspace/venv/bin/activate
pip install -r requirements-sotabench.txt