aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-05-11 17:02:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-11 17:06:37 -0700
commit1bc8c7e757e9d3af3c9ca4fb5abc8d4bd55922fb (patch)
treeb733002004529da5d8a51069b5c973500e28c92d
parent6f5f9838947e7f00681067f321eed7802e8eae87 (diff)
tfdbg: reduce the amount of computation in examples_test.sh
PiperOrigin-RevId: 155816174
-rwxr-xr-xtensorflow/python/debug/examples/examples_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/python/debug/examples/examples_test.sh b/tensorflow/python/debug/examples/examples_test.sh
index f0f4aee61d..0b5401a7f2 100755
--- a/tensorflow/python/debug/examples/examples_test.sh
+++ b/tensorflow/python/debug/examples/examples_test.sh
@@ -66,10 +66,10 @@ run
exit
EOF
-# Use a large enough "run -t" number to let the process end properly.
-cat << EOF | ${DEBUG_MNIST_BIN} --debug --fake_data --ui_type=readline
+cat << EOF | ${DEBUG_MNIST_BIN} --debug --max_steps=1 --fake_data --ui_type=readline
+run -t 1
+run --node_name_filter hidden --op_type_filter MatMul
run -f has_inf_or_nan
-run -t 1000
EOF
# Test the custom dump_root option.