We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbcd07 commit f4d9729Copy full SHA for f4d9729
doc/frameworks/mxnet/using_mxnet.rst
@@ -176,7 +176,7 @@ The default serialization system generates three files:
176
- ``model-symbol.json``: The MXNet ``Module`` ``Symbol`` serialization,
177
produced by invoking ``save`` on the ``symbol`` property of the
178
``Module`` being saved.
179
-- ``modle.params``: The MXNet ``Module`` parameters, produced by
+- ``model.params``: The MXNet ``Module`` parameters, produced by
180
invoking ``save_params`` on the ``Module`` being saved.
181
182
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