Click the tab All experiments
on the nav bar.
- On the
All experiments
page, you can see all the experiments on your machine.
- When you want to see more details about an experiment you could click the trial id, look that:
- If has many experiments on the table, you can use the
filter
button.
Click the tab Overview
.
- On the overview tab, you can see the experiment information and status and the performance of
top trials
.
If you want to see experiment search space and config, please click the right button
Search space
andConfig
(when you hover on this button).You can view and download
nni-manager/dispatcher log files
on here.
- If your experiment has many trials, you can change the refresh interval here.
- You can review and download the experiment results(
experiment config
,trial message
andintermeidate metrics
) when you click the buttonExperiment summary
.
- You can change some experiment configurations such as
maxExecDuration
,maxTrialNum
andtrial concurrency
on here.
- You can click the icon to see specific error message and
nni-manager/dispatcher log files
by clickingLearn about
link.
- You can click
About
to see the version and report any questions.
- Click the tab
Default Metric
to see the point graph of all trials. Hover to see its specific default metric and search space message.
- Click the switch named
optimization curve
to see the experiment's optimization curve.
Click the tab Hyper Parameter
to see the parallel graph.
- You can
add/remove
axes and drag to swap axes on the chart. - You can select the percentage to see top trials.
Click the tab Trial Duration
to see the bar graph.
Click the tab Intermediate Result
to see the line graph.
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.
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.
- 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 columnIntermediate count
to watch the trial's progress.
- If you want to compare some trials, you can select them and then click
Compare
to see the results.
- Support to search for a specific trial by it's id, status, Trial No. and parameters.
- You can use the button named
Copy as python
to copy the trial's parameters.
- If you run on the OpenPAI or Kubeflow platform, you can also see the nfs log.
- Intermediate Result Graph: you can see the default metric in this graph by clicking the intermediate button.
- Kill: you can kill a job that status is running.