This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Built-in options for NAS mutation visualization? #4526
Unanswered
DaanSchalk
asked this question in
Q&A
Replies: 1 comment
-
I believe NNI v2.6 has improved the visualization. If upgrading NNI doesn't work for you, I believe there might be some bugs, please submit an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I am looking for a way to visualize the chosen mutations for each trial of a NAS experiment.
When using a tuner (example: nni/examples/trials/mnist-pytorch)
It automatically shows the taken search space options for all trials in the hyperparameter tab:
I like this visualization because it quickly shows the sensitivity of the performance for each choice/mutation
However, when using the example given for multi-trial NAS with inline mutations (nni/examples/nas/multi-trial/mnist)
The mutations are shown in the parameter tab
but the visualization from the hyperparameter tab becomes less useful:
My question: Is there a built-in method for getting such a visualization for inline mutations when using the retiarii NAS experiment setup?
Beta Was this translation helpful? Give feedback.
All reactions