diff --git a/README.md b/README.md index 5f817ba..0abf1fa 100644 --- a/README.md +++ b/README.md @@ -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