Skip to content

Commit

Permalink
Merge pull request #3184 from fiarabbit/good_docs_dropout
Browse files Browse the repository at this point in the history
fixed document of F.dropout into more explanatory
  • Loading branch information
delta2323 committed Aug 21, 2017
1 parent 58a2b9d commit 97f2892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/functions/noise/dropout.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def dropout(x, ratio=.5, **kwargs):
.. warning::
``train`` argument is not supported anymore since v2.
Instead, use ``chainer.using_config('train', train)``.
Instead, use ``chainer.using_config('train', boolean)``.
See :func:`chainer.using_config`.
Args:
Expand Down

0 comments on commit 97f2892

Please sign in to comment.