Skip to content

Commit 8ad59d3

Browse files
authored
documentation: fix typo in MXNet documentation
1 parent b481c36 commit 8ad59d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/frameworks/mxnet/using_mxnet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The default serialization system generates three files:
176176
- ``model-symbol.json``: The MXNet ``Module`` ``Symbol`` serialization,
177177
produced by invoking ``save`` on the ``symbol`` property of the
178178
``Module`` being saved.
179-
- ``modle.params``: The MXNet ``Module`` parameters, produced by
179+
- ``model.params``: The MXNet ``Module`` parameters, produced by
180180
invoking ``save_params`` on the ``Module`` being saved.
181181

182182
You can provide your own save function. This is useful if you are not working with the ``Module`` API or you need special processing.

0 commit comments

Comments
 (0)