Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 07ab904

Browse files
Michael CaseCopybara-Service
authored andcommitted
Import rename for Estimator modules.
PiperOrigin-RevId: 219793067
1 parent 3457056 commit 07ab904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/toy_model_tpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
from tensorflow.contrib.tpu.python.tpu import tpu_config
2727
from tensorflow.contrib.tpu.python.tpu import tpu_estimator
2828
from tensorflow.python.data.ops.dataset_ops import Dataset
29-
from tensorflow.python.estimator import estimator as estimator_lib
3029
from tensorflow.python.platform import flags
3130
from tensorflow.python.platform import tf_logging as logging
31+
from tensorflow_estimator.python.estimator import estimator as estimator_lib
3232

3333

3434
FLAGS = flags.FLAGS

0 commit comments

Comments
 (0)