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 ace478f bump up cudnn to 7.5.1 & nccl 2.4.2 (#14988)
add aac3cdb Revert "[MXNET-1333] Estimator and Fit API (#14629)" (#15008)
No new revisions were added by this update.
Summary of changes:
ci/docker/runtime_functions.sh | 10 -
python/mxnet/gluon/contrib/estimator/__init__.py | 21 -
python/mxnet/gluon/contrib/estimator/estimator.py | 408 ------------
.../mxnet/gluon/contrib/estimator/event_handler.py | 705 ---------------------
python/mxnet/gluon/trainer.py | 7 -
tests/nightly/JenkinsfileForBinaries | 8 -
tests/nightly/estimator/test_estimator_cnn.py | 151 -----
tests/nightly/estimator/test_sentiment_rnn.py | 276 --------
tests/python/unittest/test_gluon_estimator.py | 371 -----------
tests/python/unittest/test_gluon_event_handler.py | 198 ------
10 files changed, 2155 deletions(-)
delete mode 100644 python/mxnet/gluon/contrib/estimator/__init__.py
delete mode 100644 python/mxnet/gluon/contrib/estimator/estimator.py
delete mode 100644 python/mxnet/gluon/contrib/estimator/event_handler.py
delete mode 100644 tests/nightly/estimator/test_estimator_cnn.py
delete mode 100644 tests/nightly/estimator/test_sentiment_rnn.py
delete mode 100644 tests/python/unittest/test_gluon_estimator.py
delete mode 100644 tests/python/unittest/test_gluon_event_handler.py