"...composable_kernel.git" did not exist on "82837d1b1a2f316ae9f987433e39a24e99a32cfa"
Commit c76dcce5 authored by Lijiao's avatar Lijiao Committed by chicm-ms
Browse files

[Document] Update webui doc (#587)

* Update webui document

* update
parent dbe7c21d
...@@ -7,10 +7,10 @@ Click the tab "Overview". ...@@ -7,10 +7,10 @@ Click the tab "Overview".
* See the experiment trial profile and search space message. * See the experiment trial profile and search space message.
* Support to download the experiment result. * Support to download the experiment result.
![](./img/over1.png) ![](./img/webui-img/over1.png)
* See good performance trials. * See good performance trials.
![](./img/over2.png) ![](./img/webui-img/over2.png)
## View job default metric ## View job default metric
...@@ -38,9 +38,14 @@ Click the tab "Trial Duration" to see the bar graph. ...@@ -38,9 +38,14 @@ Click the tab "Trial Duration" to see the bar graph.
Click the tab "Trials Detail" to see the status of the all trials. Specifically: Click the tab "Trials Detail" to see the status of the all trials. Specifically:
* Trial detail: trial's id, trial's duration, start time, end time, status, accuracy and search space file. * Trial detail: trial's id, trial's duration, start time, end time, status, accuracy and search space file.
* If you run a pai experiment, you can also see the hdfsLogPath.
![](./img/table_openrow.png) ![](./img/webui-img/detail-local.png)
* If you run a pai or kubeflow experiment, you can also see the hdfsLog.
![](./img/webui-img/detail-pai.png)
![](./img/webui-img/trialog.png)
* Kill: you can kill a job that status is running. * Kill: you can kill a job that status is running.
* Support to search for a specific trial. * Support to search for a specific trial.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment