Webportal ========= Q&A --- There are many trials in the detail table but ``Default Metric`` chart is empty ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. note:: First you should know that ``Default metric`` and ``Hyper parameter`` chart only show succeeded trials. What should you do when you think the chart is strange, such as ``Default metric``, ``Hyper parameter``... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Download the experiment results(``experiment config``, ``trial message`` and ``intermeidate metrics``) from ``Experiment summary`` and then upload these results in your issue. .. image:: ../../img/webui-img/summary.png :target: ../../img/webui-img/summary.png :alt: summary What should you do when your experiment has error ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Click the icon in the right of ``experiment status`` and screenshot the error message. * And then click the ``learn about`` to download ``nni-manager`` and ``dispatcher`` logfile. * Please file an issue from the `Feedback` in the `About` and upload above message. .. image:: ../../img/webui-img/experimentError.png :target: ../../img/webui-img/experimentError.png :alt: experimentError What should you do when your trial fails ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * ``Customized trial`` could be used in here. Just submit the same parameters to the experiment to rerun the trial. .. image:: ../../img/webui-img/detail/customizedTrialButton.png :target: ../../img/webui-img/detail/customizedTrialButton.png :alt: customizedTrialButton .. image:: ../../img/webui-img/detail/customizedTrial.png :target: ../../img/webui-img/detail/customizedTrial.png :alt: customizedTrial * ``Log model`` will help you find the error reason. 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. If you have any question you could tell us in the issue. **local mode:** .. image:: ../../img/webui-img/detail/log-local.png :target: ../../img/webui-img/detail/log-local.png :alt: logOnLocal **OpenPAI, Kubeflow and other mode:** .. image:: ../../img/webui-img/detail-pai.png :target: ../../img/webui-img/detail-pai.png :alt: detailPai How to use dict intermediate result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `The discussion `_ could help you. How to use tensorboard ^^^^^^^^^^^^^^^^^^^^^^ You can launch a tensorboard process cross one or multi trials within webportal since NNI v2.2. This feature supports local training service and reuse mode training service with shared storage for now, and will support more scenarios in later nni version. .. note:: Make sure tensorboard installed in your environment. If you never used tensorboard, here are getting start tutorials for your reference, `tensorboard with tensorflow `__, `tensorboard with pytorch `__. Save Logs """"""""" NNI will automatically fetch the ``tensorboard`` subfolder under trial's output folder as tensorboard logdir. So in trial's source code, you need to save the tensorboard logs under ``NNI_OUTPUT_DIR/tensorboard``. This log path can be joined as: .. code-block:: python log_dir = os.path.join(os.environ["NNI_OUTPUT_DIR"], 'tensorboard') Launch Tensorboard """""""""""""""""" * Like compare, select the trials you want to combine to launch the tensorboard at first, then click the ``Tensorboard`` button. .. image:: ../../img/Tensorboard_1.png :target: ../../img/Tensorboard_1.png :alt: * After click the ``OK`` button in the pop-up box, you will jump to the tensorboard portal. .. image:: ../../img/Tensorboard_2.png :target: ../../img/Tensorboard_2.png :alt: * You can see the ``SequenceID-TrialID`` on the tensorboard portal. .. image:: ../../img/Tensorboard_3.png :target: ../../img/Tensorboard_3.png :alt: Stop All """""""" If you want to open the portal you have already launched, click the tensorboard id. If you don't need the tensorboard anymore, click ``Stop all tensorboard`` button. .. image:: ../../img/Tensorboard_4.png :target: ../../img/Tensorboard_4.png :alt: Experiments management ---------------------- Experiments management page could manage many experiments on your machine. .. image:: ../../img/webui-img/managerExperimentList/experimentListNav.png :target: ../../img/webui-img/managerExperimentList/experimentListNav.png :alt: ExperimentList nav * On the ``All experiments`` page, you can see all the experiments on your machine. .. image:: ../../img/webui-img/managerExperimentList/expList.png :target: ../../img/webui-img/managerExperimentList/expList.png :alt: Experiments list * When you want to see more details about an experiment you could click the trial id, look that: .. image:: ../../img/webui-img/managerExperimentList/toAnotherExp.png :target: ../../img/webui-img/managerExperimentList/toAnotherExp.png :alt: See this experiment detail * If has many experiments on the table, you can use the ``filter`` button. .. image:: ../../img/webui-img/managerExperimentList/expFilter.png :target: ../../img/webui-img/managerExperimentList/expFilter.png :alt: filter button Experiment details ------------------ View overview page ^^^^^^^^^^^^^^^^^^ * On the overview tab, you can see the experiment information and status and the performance of ``top trials``. .. image:: ../../img/webui-img/full-oview.png :target: ../../img/webui-img/full-oview.png :alt: 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). **Search space file:** .. image:: ../../img/webui-img/searchSpace.png :target: ../../img/webui-img/searchSpace.png :alt: searchSpace **Config file:** .. image:: ../../img/webui-img/config.png :target: ../../img/webui-img/config.png :alt: config * You can view and download ``nni-manager/dispatcher log files`` on here. .. image:: ../../img/webui-img/review-log.png :target: ../../img/webui-img/review-log.png :alt: logfile * If your experiment has many trials, you can change the refresh interval here. .. image:: ../../img/webui-img/refresh-interval.png :target: ../../img/webui-img/refresh-interval.png :alt: refresh * You can change some experiment configurations such as ``maxExecDuration``, ``maxTrialNum`` and ``trial concurrency`` on here. .. image:: ../../img/webui-img/edit-experiment-param.png :target: ../../img/webui-img/edit-experiment-param.png :alt: editExperimentParams View job default metric ^^^^^^^^^^^^^^^^^^^^^^^ * Click the tab ``Default metric`` to see the point chart of all trials. Hover to see its specific default metric and search space message. .. image:: ../../img/webui-img/default-metric.png :target: ../../img/webui-img/default-metric.png :alt: defaultMetricGraph * Turn on the switch named ``Optimization curve`` to see the experiment's optimization curve. .. image:: ../../img/webui-img/best-curve.png :target: ../../img/webui-img/best-curve.png :alt: bestCurveGraph View hyper parameter ^^^^^^^^^^^^^^^^^^^^ Click the tab ``Hyper-parameter`` to see the parallel chart. * 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. .. image:: ../../img/webui-img/hyperPara.png :target: ../../img/webui-img/hyperPara.png :alt: hyperParameterGraph View Trial Duration ^^^^^^^^^^^^^^^^^^^ Click the tab ``Trial Duration`` to see the bar chart. .. image:: ../../img/webui-img/trial_duration.png :target: ../../img/webui-img/trial_duration.png :alt: trialDurationGraph View Trial Intermediate Result chart ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Click the tab ``Intermediate Result`` to see the line chart. .. image:: ../../img/webui-img/trials_intermeidate.png :target: ../../img/webui-img/trials_intermeidate.png :alt: 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 chart. 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. .. image:: ../../img/webui-img/filter-intermediate.png :target: ../../img/webui-img/filter-intermediate.png :alt: 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. .. image:: ../../img/webui-img/detail-local.png :target: ../../img/webui-img/detail-local.png :alt: detailLocalImage * Support searching for a specific trial by its id, status, Trial No. and trial parameters. **Trial id:** .. image:: ../../img/webui-img/detail/searchId.png :target: ../../img/webui-img/detail/searchId.png :alt: searchTrialId **Trial No.:** .. image:: ../../img/webui-img/detail/searchNo.png :target: ../../img/webui-img/detail/searchNo.png :alt: searchTrialNo. **Trial status:** .. image:: ../../img/webui-img/detail/searchStatus.png :target: ../../img/webui-img/detail/searchStatus.png :alt: searchStatus **Trial parameters:** ``parameters whose type is choice:`` .. image:: ../../img/webui-img/detail/searchParameterChoice.png :target: ../../img/webui-img/detail/searchParameterChoice.png :alt: searchParameterChoice ``parameters whose type is not choice:`` .. image:: ../../img/webui-img/detail/searchParameterRange.png :target: ../../img/webui-img/detail/searchParameterRange.png :alt: 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. .. image:: ../../img/webui-img/addColumn.png :target: ../../img/webui-img/addColumn.png :alt: addColumnGraph * If you want to compare some trials, you can select them and then click ``Compare`` to see the results. .. image:: ../../img/webui-img/select-trial.png :target: ../../img/webui-img/select-trial.png :alt: selectTrialGraph .. image:: ../../img/webui-img/compare.png :target: ../../img/webui-img/compare.png :alt: compareTrialsGraph * You can use the button named ``Copy as python`` to copy the trial's parameters. .. image:: ../../img/webui-img/copyParameter.png :target: ../../img/webui-img/copyParameter.png :alt: copyTrialParameters * Intermediate Result chart: you can see the default metric in this chart by clicking the intermediate button. .. image:: ../../img/webui-img/intermediate.png :target: ../../img/webui-img/intermediate.png :alt: intermeidateGraph * Kill: you can kill a job that status is running. .. image:: ../../img/webui-img/kill-running.png :target: ../../img/webui-img/kill-running.png :alt: killTrial