File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.62.0 (2020-06-11)
4+
5+ ### Features
6+
7+ * Support for multi variant endpoint invocation with target variant param
8+
9+ ### Bug Fixes and Other Changes
10+
11+ * Revert "feature: Support for multi variant endpoint invocation with target variant param (#1571 )"
12+ * make instance_type optional for prepare_container_def
13+ * docs: workflows navigation
14+
15+ ### Documentation Changes
16+
17+ * fix typo in MXNet documentation
18+
319## v1.61.0 (2020-06-09)
420
521### Features
Original file line number Diff line number Diff line change 1- 1.61 .1.dev0
1+ 1.62 .1.dev0
Original file line number Diff line number Diff 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
182182You can provide your own save function. This is useful if you are not working with the ``Module `` API or you need special processing.
You can’t perform that action at this time.
0 commit comments