WebUI

Experiments managerment

Click the tab All experiments on the nav bar.

ExperimentList nav
  • On the All experiments page, you can see all the experiments on your machine.

Experiments list
  • When you want to see more details about an experiment you could click the trial id, look that:

See this experiment detail
  • If has many experiments on the table, you can use the filter button.

filter button

View summary page

Click the tab Overview.

  • On the overview tab, you can see the experiment information and status and the performance of top trials.

overview
  • If you want to see experiment search space and config, please click the right button Search space and Config (when you hover on this button).

    1. Search space file:

      searchSpace
    2. Config file:

      config
  • You can view and download nni-manager/dispatcher log files on here.

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

refresh
  • You can review and download the experiment results(experiment config, trial message and intermeidate metrics) when you click the button Experiment summary.

summary
  • You can change some experiment configurations such as maxExecDuration, maxTrialNum and trial concurrency on here.

editExperimentParams
  • You can click the icon to see specific error message and nni-manager/dispatcher log files by clicking Learn about link.

experimentError
  • You can click About to see the version and 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.

defaultMetricGraph
  • Turn on the switch named Optimization curve to see the experiment’s optimization curve.

bestCurveGraph

View hyper parameter

Click the tab Hyper-parameter to see the parallel graph.

  • You can click the add/remove button to add or remove axes.

  • Drag the axes to swap axes on the chart.

  • You can select the percentage to see top trials.

hyperParameterGraph

View Trial Duration

Click the tab Trial Duration to see the bar graph.

trialDurationGraph

View Trial Intermediate Result Graph

Click the tab Intermediate Result to see the line graph.

trialIntermediateGraph

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.

filterIntermediateGraph

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.

detailLocalImage
  • Support searching for a specific trial by its id, status, Trial No. and trial parameters.

  1. Trial id:

searchTrialId
  1. Trial No.:

searchTrialNo.
  1. Trial status:

searchStatus
  1. Trial parameters:

  1. parameters whose type is choice:

searchParameterChoice
  1. parameters whose type is not choice:

searchParameterRange
  • 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.

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

selectTrialGraph compareTrialsGraph
  • Tensorboard please refer doc.

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

copyTrialParameters
  • You could see trial logs on the tab of Log. There are three buttons View trial log, View trial error and View trial stdout on local mode. If you run on the OpenPAI or Kubeflow platform, you could see trial stdout and nfs log.

  1. local mode:

logOnLocal
  1. OpenPAI, Kubeflow and other mode:

detailPai
  • Intermediate Result Graph: you can see the default metric in this graph by clicking the intermediate button.

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

killTrial
  • Customized trial: you can change this trial parameters and then submit it to the experiment. If you want to rerun a failed trial you could submit the same parameters to the experiment.

customizedTrialButton customizedTrial