Skip to content

Commit 0e27d18

Browse files
committed
Reorg README
1 parent b2df93c commit 0e27d18

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Hardware-Aware Automated Machine Learning Research
22

3-
Auxiliary resources for using AutoX - BootstrapNAS solutions in the Neural Network Compression Framework (NNCF).
3+
Auxiliary resources for using AutoX - BootstrapNAS solution in the Neural Network Compression Framework (NNCF).
44

5-
## Examples for using third-party solutions to search for subnetworks.
65

7-
[DyNAS-T](examples/bootstrapNAS/third_party_search/dynas-t_external_search_resnet50_supernet.ipynb)
8-
[SigOpt](examples/bootstrapNAS/third_party_search/sigopt_external_search_resnet50_supernet.ipynb)
96

107

examples/bootstrapNAS/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ Automated Neural Architecture Search with BootstrapNAS
33
</h1>
44

55
This notebook demonstrates how to use [BootstrapNAS](https://arxiv.org/abs/2112.10878), a capability in NNCF to generate weight-sharing super-networks from pre-trained models. Once the super-network has been generated, BootstrapNAS can train it and search for efficient sub-networks.
6+
7+
## Examples for using third-party solutions to search for subnetworks.
8+
9+
[SigOpt](third_party_search/sigopt_external_search_resnet50_supernet.ipynb)
10+
[DyNAS-T](third_party_search/dynas-t_external_search_resnet50_supernet.ipynb)

0 commit comments

Comments
 (0)