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

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Jun 15, 2018
1 parent 70105f4 commit b34d518
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/mxnet/gluon/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@ def save_parameters(self, filename):
If your model is hybridizable and you want to export a serialized version of the
structure of the model as well as its parameters please refer to
:py:meth:`HybridBlock.export`. Such model can then be loaded back in any language binding
or even in Gluon using a :py:class:`SymbolBlock`.
:py:meth:`HybridBlock.export`.
Refer to this tutorial for a complete overview of saving/loading models with
MXNet: https://mxnet.incubator.apache.org/tutorials/gluon/save_load_params.html
Expand Down

0 comments on commit b34d518

Please sign in to comment.