aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-07-18 17:43:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-18 17:46:54 -0700
commitff222c19fd642a6001ef8ba0ba7a823f37886a5d (patch)
tree1887b291a7079278aa0489bbb135bb4b1c1a4c1c /tensorflow/python/debug
parent3dbbf2943fbbbac5f1b0b97f0e03aa51a703a611 (diff)
Internal Change.
PiperOrigin-RevId: 205167512
Diffstat (limited to 'tensorflow/python/debug')
-rwxr-xr-xtensorflow/python/debug/examples/examples_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/examples/examples_test.sh b/tensorflow/python/debug/examples/examples_test.sh
index 2d35b2d8bb..f7d597c8c0 100755
--- a/tensorflow/python/debug/examples/examples_test.sh
+++ b/tensorflow/python/debug/examples/examples_test.sh
@@ -99,7 +99,7 @@ if [[ -d "${CUSTOM_DUMP_ROOT}" ]]; then
fi
# Test debugging of tf.keras.
-cat << EOF | "${DEBUG_KERAS_BIN}" --debug --ui_type=readline
+cat << EOF | ${DEBUG_KERAS_BIN} --debug --ui_type=readline
run -f has_inf_or_nan
EOF