From 6d82905be897cfa88dd960b3c55ea9c6083f0f10 Mon Sep 17 00:00:00 2001 From: D-X-Y <280835372@qq.com> Date: Tue, 21 Jul 2020 11:35:14 -0700 Subject: [PATCH] Update link of NAS-Bench-201 benchmark file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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