This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 27389b1 Fix Gluon Estimator nightly test (#17042)
add c82af38 Add support of plug and play fit_batch and evaluate_batch
(#16982)
No new revisions were added by this update.
Summary of changes:
python/mxnet/gluon/contrib/estimator/__init__.py | 2 +
.../gluon/contrib/estimator/batch_processor.py | 105 ++++++++++++++++++
python/mxnet/gluon/contrib/estimator/estimator.py | 84 +++++----------
.../python/unittest/test_gluon_batch_processor.py | 117 +++++++++++++++++++++
4 files changed, 248 insertions(+), 60 deletions(-)
create mode 100644 python/mxnet/gluon/contrib/estimator/batch_processor.py
create mode 100644 tests/python/unittest/test_gluon_batch_processor.py