WebUI

View summary page

Click the tab “Overview”.

  • On the overview tab, you can see the experiment trial profile/search space and the performance of top trials.

../_images/over1.png ../_images/over2.png

  • If your experiment has many trials, you can change the refresh interval here.

../_images/refresh-interval.png

  • You can review and download the experiment results and nni-manager/dispatcher log files from the “View” button.

../_images/download.png

  • You can click the exclamation point in the error box to see a log message if the experiment’s status is an error.

../_images/log-error.png ../_images/review-log.png

  • You can click “Feedback” to report any questions.

View job default metric

  • Click the tab “Default Metric” to see the point graph of all trials. Hover to see its specific default metric and search space message.

../_images/default-metric.png

  • Click the switch named “optimization curve” to see the experiment’s optimization curve.

../_images/best-curve.png

View hyper parameter

Click the tab “Hyper Parameter” to see the parallel graph.

  • You can select the percentage to see top trials.
  • Choose two axis to swap its positions

../_images/hyperPara.png

View Trial Duration

Click the tab “Trial Duration” to see the bar graph.

../_images/trial_duration.png

View Trial Intermediate Result Graph

Click the tab “Intermediate Result” to see the line graph.

../_images/trials_intermeidate.png

The trial may have many intermediate results in the training process. In order to see the trend of some trials more clearly, we set a filtering function for the intermediate result graph.

You may find that these trials will get better or worse at an intermediate result. This indicates that it is an important and relevant intermediate result. To take a closer look at the point here, you need to enter its corresponding X-value at #Intermediate. Then input the range of metrics on this intermedia result. In the picture below, we choose the No. 4 intermediate result and set the range of metrics to 0.8-1.

../_images/filter-intermediate.png

View trials status

Click the tab “Trials Detail” to see the status of all trials. Specifically:

  • Trial detail: trial’s id, trial’s duration, start time, end time, status, accuracy, and search space file.

../_images/detail-local.png

  • The button named “Add column” can select which column to show on the table. If you run an experiment whose final result is a dict, you can see other keys in the table. You can choose the column “Intermediate count” to watch the trial’s progress.

../_images/addColumn.png

  • If you want to compare some trials, you can select them and then click “Compare” to see the results.

../_images/select-trial.png ../_images/compare.png

  • Support to search for a specific trial by it’s id, status, Trial No. and parameters.

../_images/search-trial.png

  • You can use the button named “Copy as python” to copy the trial’s parameters.

../_images/copyParameter.png

  • If you run on the OpenPAI or Kubeflow platform, you can also see the hdfsLog.

../_images/detail-pai.png

  • Intermediate Result Graph: you can see the default and other keys in this graph by clicking the operation column button.

../_images/intermediate-btn.png ../_images/intermediate.png

  • Kill: you can kill a job that status is running.

../_images/kill-running.png ../_images/canceled.png