Skip to content

Commit

Permalink
Merge pull request #1045 from odellus/patch-1
Browse files Browse the repository at this point in the history
Update plotting.rst
  • Loading branch information
dwf committed Mar 30, 2016
2 parents c39b3ad + bc36248 commit 6a7ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Now let's train with gradient descent and plot the results.
>>> from blocks.algorithms import GradientDescent, Scale
>>> from blocks.extensions import FinishAfter
>>> from blocks.extensions.monitoring import TrainingDataMonitoring
>>> from blocks.extras.extensions.plot import Plot # doctest: +SKIP
>>> from blocks_extras.extensions.plot import Plot # doctest: +SKIP
>>> main_loop = MainLoop(
... model=None, data_stream=data_stream,
... algorithm=GradientDescent(cost=cost,
Expand Down

0 comments on commit 6a7ed66

Please sign in to comment.