Skip to content

Commit

Permalink
Merge pull request #3169 from niboshi/bp-3166-master
Browse files Browse the repository at this point in the history
[backport] Fix typo in Chainer's configuration documentation
  • Loading branch information
delta2323 committed Aug 17, 2017
2 parents e8fda4b + 3dddaab commit 58a2b9d
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 58a2b9d

Please sign in to comment.