aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator
diff options
context:
space:
mode:
authorGravatar Zhenyu Tan <tanzheny@google.com>2018-09-10 16:15:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-10 16:22:01 -0700
commit7b8ffbe4c1da2c53551645fd023df577c43fa16c (patch)
tree03c11a700ecbc30744a325abd79818e496bdbacb /tensorflow/python/estimator
parent3253b87d2a79efe8b8ea83c70cbf94285b17ea64 (diff)
Fix model_to_estimator bug where subclassed model receives input list from
estimator model_fn. PiperOrigin-RevId: 212354111
Diffstat (limited to 'tensorflow/python/estimator')
-rw-r--r--tensorflow/python/estimator/BUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/python/estimator/BUILD b/tensorflow/python/estimator/BUILD
index 00da335fef..4001ffdd6b 100644
--- a/tensorflow/python/estimator/BUILD
+++ b/tensorflow/python/estimator/BUILD
@@ -684,12 +684,7 @@ py_test(
shard_count = 4,
srcs_version = "PY2AND3",
tags = [
- "manual", # b/112769036, b/113907597
- "no_oss", # b/112769036, b/113907597
"no_windows",
- "noasan", # b/114304340
- "nomsan",
- "notsan", # b/67510291
],
deps = [
":keras",