From 8167081b8510b34cefe22ee5d43b34b83bbeb8dc Mon Sep 17 00:00:00 2001 From: Jack Turner Date: Tue, 9 Jun 2020 10:08:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 669cb9f..57d3e69 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Each command will finish by calling `process_results.py`, which will print a tab | Ours (N=100) | 17.4139 | 88.45 +- 1.46 | 91.61 +- 1.71 | 66.42 +- 3.27 | 66.56 +- 3.28 | 36.56 +- 6.70 | 36.37 +- 6.97 -To try different sample sizes, simply change the `--n_samples` argument in the call to `search.py`, and update the list of sample sizes on line 51 of `process_results.py`. +To try different sample sizes, simply change the `--n_samples` argument in the call to `search.py`, and update the list of sample sizes [this line](https://github.com/BayesWatch/nas-without-training/blob/master/process_results.py#L51) of `process_results.py`. Note that search times may vary from the reported result owing to hardware setup.