You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
10
10
11
11
## Quickstart
12
12
@@ -22,7 +22,7 @@ More information about BootstrapNAS is available in our papers:
22
22
@inproceedings{
23
23
munoz2022automated,
24
24
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},
26
26
booktitle={First Conference on Automated Machine Learning (Main Track)},
27
27
year={2022},
28
28
url={https://openreview.net/forum?id=HK-zmbTB8gq}
@@ -33,7 +33,7 @@ More information about BootstrapNAS is available in our papers:
33
33
```BibTex
34
34
@article{
35
35
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},
37
37
title = {Enabling NAS with Automated Super-Network Generation},
Copy file name to clipboardexpand all lines: BootstrapNAS/instructions/Configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,4 +81,4 @@ List of parameters that can be used in the configuration file:
81
81
82
82
`ref_acc`: Defines the reference accuracy from the pre-trained model used to generate the super-network.
83
83
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).
0 commit comments