You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2019/05/14 22:25:26 UTC

[incubator-mxnet] branch fit-api updated (33e8845 -> 588730c)

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

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


    from 33e8845  [Fit API] update estimator (#14849)
     add 588730c  [Fit-API] Adress PR comments (#14885)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/contrib/estimator/estimator.py  | 162 ++++---
 .../mxnet/gluon/contrib/estimator/event_handler.py | 530 +++++++++++++++------
 tests/python/unittest/test_gluon_estimator.py      |  21 +-
 tests/python/unittest/test_gluon_event_handler.py  | 180 +++++--
 4 files changed, 636 insertions(+), 257 deletions(-)