diff --git a/docs/WebUI.md b/docs/WebUI.md index 2e77158df8..20c1dde1f6 100644 --- a/docs/WebUI.md +++ b/docs/WebUI.md @@ -4,17 +4,18 @@ Click the tab "Overview". -* See the experiment parameters. -* See search_space json. -* See good performance trial. +* See the experiment trial profile and search space message. -![](./img/overview.jpg) +![](./img/over1.png) +* See good performance trials. + +![](./img/over2.png) ## View job accuracy -Click the tab "Optimization Progress" to see the point graph of all trials. Hover every point to see its specific accuracy. +Click the tab "Trial Accuracy" to see the point graph of all trials. Hover every point to see its specific accuracy. -![](./img/accuracy.jpg) +![](./img/accuracy.png) ## View hyper parameter @@ -23,32 +24,24 @@ Click the tab "Hyper Parameter" to see the parallel graph. * You can select the percentage to see top trials. * Choose two axis to swap its positions -![](./img/searchspace.jpg) +![](./img/hyperPara.png) + +## View Trial Duration + +Click the tab "Trial Duration" to see the bar graph. -## View trial status +![](./img/trial_duration.png) -Click the tab "Trial Status" to see the status of the all trials. Specifically: +## View trials status + +Click the tab "Trials Detail" to see the status of the all trials. Specifically: -* Trial duration: trial's duration in the bar graph. * Trial detail: trial's id, trial's duration, start time, end time, status, accuracy and search space file. -![](./img/openRow.jpg) +![](./img/table_openrow.png) * Kill: you can kill a job that status is running. * Tensor: you can see a job in the tensorflow graph, it will link to the Tensorboard page. - -![](./img/trialStatus.jpg) - * Intermediate Result Graph. -![](./img/intermediate.jpg) - -## Control - -Click the tab "Control" to add a new trial or update the search_space file and some experiment parameters. - -![](./img/control.jpg) - -## Feedback - -[Known Issues](https://github.com/Microsoft/nni/issues). \ No newline at end of file +![](./img/intermediate.png) \ No newline at end of file diff --git a/docs/img/accuracy.jpg b/docs/img/accuracy.jpg deleted file mode 100644 index d71586d243..0000000000 Binary files a/docs/img/accuracy.jpg and /dev/null differ diff --git a/docs/img/accuracy.png b/docs/img/accuracy.png new file mode 100644 index 0000000000..61d88ce91c Binary files /dev/null and b/docs/img/accuracy.png differ diff --git a/docs/img/control.jpg b/docs/img/control.jpg deleted file mode 100644 index 66fe5b85a4..0000000000 Binary files a/docs/img/control.jpg and /dev/null differ diff --git a/docs/img/hyperPara.png b/docs/img/hyperPara.png new file mode 100644 index 0000000000..b2086001c6 Binary files /dev/null and b/docs/img/hyperPara.png differ diff --git a/docs/img/intermediate.jpg b/docs/img/intermediate.jpg deleted file mode 100644 index ae56fc63c6..0000000000 Binary files a/docs/img/intermediate.jpg and /dev/null differ diff --git a/docs/img/intermediate.png b/docs/img/intermediate.png new file mode 100644 index 0000000000..a5f052d934 Binary files /dev/null and b/docs/img/intermediate.png differ diff --git a/docs/img/openRow.jpg b/docs/img/openRow.jpg deleted file mode 100644 index 86ff6f6441..0000000000 Binary files a/docs/img/openRow.jpg and /dev/null differ diff --git a/docs/img/over1.png b/docs/img/over1.png new file mode 100644 index 0000000000..4f8ccad54f Binary files /dev/null and b/docs/img/over1.png differ diff --git a/docs/img/over2.png b/docs/img/over2.png new file mode 100644 index 0000000000..de45612d07 Binary files /dev/null and b/docs/img/over2.png differ diff --git a/docs/img/overview.jpg b/docs/img/overview.jpg deleted file mode 100644 index 04085892d8..0000000000 Binary files a/docs/img/overview.jpg and /dev/null differ diff --git a/docs/img/searchspace.jpg b/docs/img/searchspace.jpg deleted file mode 100644 index f0e728cbed..0000000000 Binary files a/docs/img/searchspace.jpg and /dev/null differ diff --git a/docs/img/table_openrow.png b/docs/img/table_openrow.png new file mode 100644 index 0000000000..80c26b8cba Binary files /dev/null and b/docs/img/table_openrow.png differ diff --git a/docs/img/trialStatus.jpg b/docs/img/trialStatus.jpg deleted file mode 100644 index 1d77cb7655..0000000000 Binary files a/docs/img/trialStatus.jpg and /dev/null differ diff --git a/docs/img/trial_detail.png b/docs/img/trial_detail.png new file mode 100644 index 0000000000..10a1771cd9 Binary files /dev/null and b/docs/img/trial_detail.png differ diff --git a/docs/img/trial_duration.png b/docs/img/trial_duration.png new file mode 100644 index 0000000000..e924ec7ff1 Binary files /dev/null and b/docs/img/trial_duration.png differ