Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Update WebUI document #325

Merged
merged 1 commit into from
Nov 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 18 additions & 25 deletions docs/WebUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
![](./img/intermediate.png)
Binary file removed docs/img/accuracy.jpg
Binary file not shown.
Binary file added docs/img/accuracy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/control.jpg
Binary file not shown.
Binary file added docs/img/hyperPara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/intermediate.jpg
Binary file not shown.
Binary file added docs/img/intermediate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/openRow.jpg
Binary file not shown.
Binary file added docs/img/over1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/over2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/overview.jpg
Binary file not shown.
Binary file removed docs/img/searchspace.jpg
Binary file not shown.
Binary file added docs/img/table_openrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/trialStatus.jpg
Binary file not shown.
Binary file added docs/img/trial_detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/trial_duration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.