Skip to content

Commit

Permalink
Merge pull request #3166 from kristofbc/master
Browse files Browse the repository at this point in the history
Fix typo in Chainer's configuration documentation
  • Loading branch information
niboshi committed Aug 17, 2017
2 parents 4604c51 + 89d1a80 commit b9b12f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/core/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Note that the default values are set in the global config.
The default value is given by ``CHAINER_DEBUG`` environment variable (set to 0 or 1) if available, otherwise uses ``False``.
``chainer.config.enable_backprop``
Flag to enable backpropagation support.
If it is ``True``, :class:`Function` makes a computaitonal graph of :class:`Variable` for back-propagation.
If it is ``True``, :class:`Function` makes a computational graph of :class:`Variable` for back-propagation.
Otherwise, it does not make a computational graph.
So a user cannot call :func:`~chainer.Variable.backward` method to results of the function.
The default value is ``True``.
Expand Down

0 comments on commit b9b12f9

Please sign in to comment.