Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Clean cifar10 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
feynmanliang authored and wei-v-wang committed Nov 27, 2017
1 parent 04d2a0f commit 74bceb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/cifar10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ We now have a cost function that we want to minimize, typically by following the

.. code-block:: python
from neon.optimizers import GradientDescentMomentum, RMSProp
from neon.optimizers import GradientDescentMomentum
optimizer = GradientDescentMomentum(learning_rate=0.005,
momentum_coef=0.9)
Expand Down

0 comments on commit 74bceb6

Please sign in to comment.