Skip to content

Commit b455a43

Browse files
committed
Update README
1 parent 55cce0e commit b455a43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

notebooks/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ We provide some examples on how to use NATS-Bench in the following notebooks:
55
- [`create-query-sss.ipynb`](create-query-sss.ipynb) : create the size search space and query the performance of some architectures.
66
- [`find-largest.ipynb`](find-largest.ipynb) : find the largest model and report its performance on each dataset.
77
- [`random-search.ipynb`](random-search.ipynb) : use random search on the topology search space of NATS-Bench
8-
- [`issue-7.ipynb`](issue-7.ipynb) : show how to use `find_best` function
9-
- [`issue-11.ipynb`](issue-11.ipynb) : show how to use `get_more_info` function
8+
- [`issue-7.ipynb`](issue-7.ipynb) : show how to use `find_best` function.
9+
- [`issue-11.ipynb`](issue-11.ipynb) : show how to use `get_more_info` function.
10+
- [`issue-12.ipynb`](issue-12.ipynb) : show the unique string of each candidate and remove duplicated candidates.
11+
- [`issue-21.ipynb`](issue-21.ipynb) : create the PyTorch model instance of an architecture candidate.
12+
1013

1114
FYI, to open and run them in your machine, execute `jupyter notebook` under the `NATS-Bench/notebooks` folder.

0 commit comments

Comments
 (0)