File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ We provide some examples on how to use NATS-Bench in the following notebooks:
5
5
- [ ` create-query-sss.ipynb ` ] ( create-query-sss.ipynb ) : create the size search space and query the performance of some architectures.
6
6
- [ ` find-largest.ipynb ` ] ( find-largest.ipynb ) : find the largest model and report its performance on each dataset.
7
7
- [ ` 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
+
10
13
11
14
FYI, to open and run them in your machine, execute ` jupyter notebook ` under the ` NATS-Bench/notebooks ` folder.
You can’t perform that action at this time.
0 commit comments