Merge pull request #5 from D-X-Y/master

Update link of NAS-Bench-201 benchmark file.
This commit is contained in:
Jack Turner
2020-07-22 10:20:26 +01:00
committed by GitHub

View File

@@ -5,10 +5,10 @@ This repository contains code for replicating our paper, [NAS Without Training](
## Setup
1. Download the [datasets](https://drive.google.com/drive/folders/1L0Lzq8rWpZLPfiQGd6QR8q5xLV88emU7).
2. Download [NAS-Bench-201](https://drive.google.com/file/d/1OOfVPpt-lA4u2HJrXbgrRd42IbfvJMyE/view).
2. Download [NAS-Bench-201](https://drive.google.com/file/d/16Y0UwGisiouVRxW-W5hEtbxmcHw_0hF_/view).
3. Install the requirements in a conda environment with `conda env create -f environment.yml`.
We also refer the reader to instructions in the official [NASBench-201 README](https://github.com/D-X-Y/NAS-Bench-201).
We also refer the reader to instructions in the official [NAS-Bench-201 README](https://github.com/D-X-Y/NAS-Bench-201).
## Reproducing our results