"profiler/vscode:/vscode.git/clone" did not exist on "85978e0201bb94bf6e59b325e1f5f19266845d08"
Commit 4537e633 authored by Lijiao's avatar Lijiao Committed by fishyds
Browse files

Update webui document (#443)

* Update webui document

* Fix comments of Chengmin
parent 7d69e3d5
...@@ -5,16 +5,16 @@ ...@@ -5,16 +5,16 @@
Click the tab "Overview". 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 message. * Support to download the experiment result.
![](./img/over1.png) ![](./img/over1.png)
* See good performance trials. * See good performance trials.
![](./img/over2.png) ![](./img/over2.png)
## View job accuracy ## View job default metric
Click the tab "Trial Accuracy" to see the point graph of all trials. Hover every point to see its specific accuracy. Click the tab "Default Metric" to see the point graph of all trials. Hover to see its specific default metric and search space message.
![](./img/accuracy.png) ![](./img/accuracy.png)
...@@ -38,11 +38,12 @@ Click the tab "Trial Duration" to see the bar graph. ...@@ -38,11 +38,12 @@ 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/table_openrow.png)
* Kill: you can kill a job that status is running. * Kill: you can kill a job that status is running.
* Intermediate Result Graph.
* Support to search for a specific trial. * Support to search for a specific trial.
* Intermediate Result Graph.
![](./img/intermediate.png) ![](./img/intermediate.png)
\ No newline at end of file
docs/img/accuracy.png

31.8 KB | W: | H:

docs/img/accuracy.png

28.8 KB | W: | H:

docs/img/accuracy.png
docs/img/accuracy.png
docs/img/accuracy.png
docs/img/accuracy.png
  • 2-up
  • Swipe
  • Onion skin
docs/img/over1.png

54.8 KB | W: | H:

docs/img/over1.png

63.3 KB | W: | H:

docs/img/over1.png
docs/img/over1.png
docs/img/over1.png
docs/img/over1.png
  • 2-up
  • Swipe
  • Onion skin
docs/img/table_openrow.png

41.9 KB | W: | H:

docs/img/table_openrow.png

39.2 KB | W: | H:

docs/img/table_openrow.png
docs/img/table_openrow.png
docs/img/table_openrow.png
docs/img/table_openrow.png
  • 2-up
  • Swipe
  • Onion skin
docs/img/trial_detail.png

72.2 KB | W: | H:

docs/img/trial_detail.png

58.4 KB | W: | H:

docs/img/trial_detail.png
docs/img/trial_detail.png
docs/img/trial_detail.png
docs/img/trial_detail.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -261,7 +261,7 @@ class TableList extends React.Component<TableListProps, TableListState> { ...@@ -261,7 +261,7 @@ class TableList extends React.Component<TableListProps, TableListState> {
? ?
( (
<Popconfirm <Popconfirm
title="Are you sure to delete this trial?" title="Are you sure to cancel this trial?"
onConfirm={this.killJob.bind(this, record.key, record.id, record.status)} onConfirm={this.killJob.bind(this, record.key, record.id, record.status)}
> >
<Button type="primary" className="tableButton">Kill</Button> <Button type="primary" className="tableButton">Kill</Button>
......
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