This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
This is the mapping from choice label to choice index. In the example, all the labels along with index are autogenerated. In case you want to use your own, you can write self.choice = nn.LayerChoice({'conv1': ..., 'conv2': ...}, label='my_layer_1') |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am referring to this example:
notebooks/Retiarii_example_one-shot_NAS.ipynb
. The workflow is clear to me and also thanks to the brief notes included in the notebook that clarifies the strategy too.Here's what we get as a final output:
How to interpret this?
Beta Was this translation helpful? Give feedback.
All reactions