Skip to content

Commit b19beb1

Browse files
jpablomchYuan0320
andcommitted
Add LoNAS and EFTNAS
Co-authored-by: Yuan, Jinjie <[email protected]>
1 parent 9140a45 commit b19beb1

File tree

93 files changed

+14144
-1969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+14144
-1969
lines changed

BootstrapNAS/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="architecture.png" alt="BootstrapNAS Architecture" width="500"/>
77
</p>
88

9-
BootstrapNAS (1) takes as input a pre-trained model. (2) It uses this model to generate a weight-sharing super-network. (3) BootstrapNAS then applies a training strategy, and once the super-network has been trained, (4) it searches for efficient subnetworks that satisfy the user's requirements. (5) The configuration of the discovered sub-network(s) is returned to the user.
9+
BootstrapNAS (1) takes a pre-trained model as input. (2) It uses this model to generate a weight-sharing super-network. (3) BootstrapNAS then applies a training strategy, and once the super-network has been trained, (4) it searches for efficient subnetworks that satisfy the user's requirements. (5) The configuration of the discovered sub-network(s) is returned to the user.
1010

1111
## Quickstart
1212

@@ -22,7 +22,7 @@ More information about BootstrapNAS is available in our papers:
2222
@inproceedings{
2323
munoz2022automated,
2424
title={Automated Super-Network Generation for Scalable Neural Architecture Search},
25-
author={Mu{\~{n}}oz, J. Pablo and Lyalyushkin, Nikolay and Lacewell, Chaunte and Senina, Anastasia and Cummings, Daniel and Sarah, Anthony and Kozlov, Alexander and Jain, Nilesh},
25+
author={Muñoz, J. Pablo and Lyalyushkin, Nikolay and Lacewell, Chaunte and Senina, Anastasia and Cummings, Daniel and Sarah, Anthony and Kozlov, Alexander and Jain, Nilesh},
2626
booktitle={First Conference on Automated Machine Learning (Main Track)},
2727
year={2022},
2828
url={https://openreview.net/forum?id=HK-zmbTB8gq}
@@ -33,7 +33,7 @@ More information about BootstrapNAS is available in our papers:
3333
```BibTex
3434
@article{
3535
bootstrapNAS,
36-
author = {Mu{\~{n}}oz, J. Pablo and Lyalyushkin, Nikolay and Akhauri, Yash and Senina, Anastasia and Kozlov, Alexander and Jain, Nilesh},
36+
author = {Muñoz, J. Pablo and Lyalyushkin, Nikolay and Akhauri, Yash and Senina, Anastasia and Kozlov, Alexander and Jain, Nilesh},
3737
title = {Enabling NAS with Automated Super-Network Generation},
3838
journal = {CoRR},
3939
volume = {abs/2112.10878},

BootstrapNAS/instructions/Configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ List of parameters that can be used in the configuration file:
8181

8282
`ref_acc`: Defines the reference accuracy from the pre-trained model used to generate the super-network.
8383

84-
*A full list of the possible configuration parameters can be found [here](https://github.com/jpablomch/nncf_bootstrapnas/blob/develop/nncf/config/experimental_schema.py).
84+
*A full list of the possible configuration parameters can be found [here](https://github.com/openvinotoolkit/nncf/blob/develop/nncf/config/experimental_schema.py).

BootstrapNAS/instructions/Home.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### BootstrapNAS: Automated Super-Network Generation for Scalable Neural Architecture Search
22

3-
### [Quickstart](https://github.com/jpablomch/bootstrapnas/wiki/Quickstart)
3+
### [Quickstart](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/BootstrapNAS/instructions/Quickstart.md)
44

5-
### [Sub-network Search](https://github.com/jpablomch/bootstrapnas/wiki/Subnetwork_Search)
5+
### [Sub-network Search](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/BootstrapNAS/instructions/Subnetwork_Search.md)
66

7-
### [Configuration](https://github.com/jpablomch/bootstrapnas/wiki/Configuration)
7+
### [Configuration](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/BootstrapNAS/instructions/Configuration.md)
88

99
More detailed guides coming soon.
1010

0 commit comments

Comments
 (0)