This is an automated email from the ASF dual-hosted git repository.

haibin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 90954ec  make TransposeShape infer shape form both sides (#15713)
     add 4b07386  [MXNET-1358] Fit api tutorial (#15353)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/gluon/contrib.md                   |  30 +++
 docs/tutorials/gluon/fit_api_tutorial.md           | 271 +++++++++++++++++++++
 docs/tutorials/index.md                            |   2 +
 python/mxnet/gluon/contrib/__init__.py             |   2 +
 python/mxnet/gluon/contrib/estimator/__init__.py   |   2 +
 python/mxnet/gluon/contrib/estimator/estimator.py  |  64 +++--
 .../mxnet/gluon/contrib/estimator/event_handler.py |  23 +-
 tests/python/unittest/test_gluon_estimator.py      |   7 +-
 tests/tutorials/test_tutorials.py                  |   3 +
 9 files changed, 367 insertions(+), 37 deletions(-)
 create mode 100644 docs/tutorials/gluon/fit_api_tutorial.md

Reply via email to