Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Follow v0.7.0 view on documents #217

Merged
merged 3 commits into from
Nov 16, 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
Binary file modified docs/images/chart_edit_line.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 modified docs/images/chart_save.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 modified docs/images/chart_with_y_sample.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 modified docs/images/page_flow.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/images/project_highlight_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/project_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Get Docker container from `DockerHub <https://hub.docker.com/r/chainer/chainerui

$ git clone https://github.com/chainer/chainerui.git
$ cd chainerui
$

$ # replace tag to the latest version number
$ docker pull chainer/chainerui:v0.4.0
$ docker run -d -p 5000:5000 -v $PWD:/projects --name chainerui chainer/chainerui:v0.4.0
Expand Down
15 changes: 14 additions & 1 deletion docs/source/reference/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,27 @@ Show training logs and experimental conditions.
* Along with axis settings and selected checkboxes, log keys like ``main/loss`` are also cached on browser storage. The reset button restores cached key, too.


.. _ui_highlight:

Highlighting
~~~~~~~~~~~~

.. figure:: ../../images/project_highlight_animation.gif

This animation is captured on **v0.7.0**

Result table and a log chart are linked each other. A selected result is highlighting for emphasis.


.. _ui_save_log_chart:

Save log chart
~~~~~~~~~~~~~~

.. image:: ../../images/chart_save.png

Save log chart as PNG or JSON, download will be started.
* ``PNG``: Save log chart as PNG
* ``Code``: Download Python script. Run the downloaded script then get a chart image using Matplotlib. Lines plotted or not are followed by configuration on Web UI. The script has all log data as JSON.

.. _ui_edit_line:

Expand Down