fix punctuation
authorlivc <95livc@gmail.com>
Wed, 13 Mar 2019 15:06:56 +0000 (08:06 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 13 Mar 2019 15:14:30 +0000 (08:14 -0700)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17973

Differential Revision: D14438725

Pulled By: zou3519

fbshipit-source-id: 30a5485b508b4ae028057e0b66a8abb2b163d66b

docs/source/optim.rst

index f44f51a..9ba6c39 100644 (file)
@@ -57,7 +57,7 @@ For example, this is very useful when one wants to specify per-layer learning ra
 
 This means that ``model.base``'s parameters will use the default learning rate of ``1e-2``,
 ``model.classifier``'s parameters will use a learning rate of ``1e-3``, and a momentum of
-``0.9`` will be used for all parameters
+``0.9`` will be used for all parameters.
 
 Taking an optimization step
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^