Skip to content

Commit

Permalink
Merge 243976d into 0aa511a
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmul committed Aug 7, 2017
2 parents 0aa511a + 243976d commit 07154db
Show file tree
Hide file tree
Showing 9 changed files with 319 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -17,3 +17,6 @@ chainer.egg-info/
dist/
htmlcov/
.idea/
docs/source/reference/core
docs/source/reference/generated
docs/source/reference/util
Binary file added docs/image/trainer/mnist_accuracy.png
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/image/trainer/mnist_graph.png
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/image/trainer/mnist_loss.png
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/image/trainer/mnist_output.png
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/image/trainer/trainer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/tutorial/index.rst
Expand Up @@ -6,6 +6,7 @@ Chainer Tutorial

basic
writenet
train
gpu
function
type_check
8 changes: 8 additions & 0 deletions docs/source/tutorial/train.rst
@@ -0,0 +1,8 @@
How to Train a Network
-------------------------

.. toctree::
:maxdepth: 2

train_loop
trainer
307 changes: 307 additions & 0 deletions docs/source/tutorial/trainer.rst

Large diffs are not rendered by default.

0 comments on commit 07154db

Please sign in to comment.