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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
What would you like to be added:
Web dashboard for managing all experiments
Why is this needed:
Command line interface is supported to manage experiments (list, view, resume, etc.)
However, this interface is uncomfortable to handle experiments result.
Without this feature, how does current nni work:
Here is the example to resume some experiment,
listing all experiment IDs using "nnictl experiment view --all"
find exact experiment by printing configs using "nnictl experiment config show [ID]"
resume/view experiment using "nnictl view [ID] --port xxx"
It is very difficult to find exact experiment if there are many experiments using CLI.
Brief description of your proposal if any:
Web dashboard manages all experiments (include stopped, running exps)
Here are features for new dashboard
* Listing all experiment: show status, port, start/end time, etc.
* Manage experiments: stop, delete, view, resume, show config
* Editing exp config: rename exp name
The text was updated successfully, but these errors were encountered:
Thanks for your issue. The good news is showing all experiments information on web dashboard will release in v2.0. And experiment management is in the supporting plan. If you have any other good suggestions, please feel free to let us know.
What would you like to be added:
Web dashboard for managing all experiments
Why is this needed:
Command line interface is supported to manage experiments (list, view, resume, etc.)
However, this interface is uncomfortable to handle experiments result.
Without this feature, how does current nni work:
Here is the example to resume some experiment,
It is very difficult to find exact experiment if there are many experiments using CLI.
Brief description of your proposal if any:
Web dashboard manages all experiments (include stopped, running exps)
Here are features for new dashboard
* Listing all experiment: show status, port, start/end time, etc.
* Manage experiments: stop, delete, view, resume, show config
* Editing exp config: rename exp name
The text was updated successfully, but these errors were encountered: