Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Revert "[MXNET-1333] Estimator and Fit API" #15008

Merged
merged 1 commit into from
May 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1350,16 +1350,6 @@ nightly_scala_demo_test_cpu() {
bash bin/run_im.sh
}

nightly_estimator() {
set -ex
cd /work/mxnet/tests/nightly/estimator
export PYTHONPATH=/work/mxnet/python/
python test_estimator_cnn.py --type gpu
python test_sentiment_rnn.py --type gpu
python test_estimator_cnn.py --type cpu
python test_sentiment_rnn.py --type cpu
}

# Deploy

deploy_docs() {
Expand Down
21 changes: 0 additions & 21 deletions python/mxnet/gluon/contrib/estimator/__init__.py

This file was deleted.

Loading