This commit is contained in:
Jack Turner
2021-02-26 16:12:51 +00:00
parent c895924c99
commit b74255e1f3
74 changed files with 11326 additions and 537 deletions

24
env.yml Normal file
View File

@@ -0,0 +1,24 @@
name: naswot2
channels:
- conda-forge
- pytorch
dependencies:
- python=3.7
- numpy
- matplotlib
- seaborn
- pandas
- xlrd
- scipy
- pip
- scikit-learn
- scikit-image
- pytorch::pytorch==1.6.0
- pytorch::torchvision==0.7.0
- cudatoolkit=9.2
- tqdm
- pip:
- tensorflow-gpu==1.15
- yacs
- simplejson
- "--editable=git+https://github.com/google-research/nasbench#egg=nasbench-master"