aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-09 15:07:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-09 15:07:53 -0700
commit3656bb80c0e2a0066f7fb8aafb48f10f821da301 (patch)
treef84741c9165701fc4c0c590af25ef08f0438c9d0 /tensorflow/contrib
parent596a7f0da818eb7c0cd27130c2d7133e4a8ca4af (diff)
parentf598f874edb60b6b273d3ce39442d1571883ee45 (diff)
Merge pull request #20649 from tensorflow:alextp-patch-2
PiperOrigin-RevId: 203836203
Diffstat (limited to 'tensorflow/contrib')
-rw-r--r--tensorflow/contrib/eager/python/examples/workshop/1_basic.ipynb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/eager/python/examples/workshop/1_basic.ipynb b/tensorflow/contrib/eager/python/examples/workshop/1_basic.ipynb
index 3e7abe952d..75cb3f8227 100644
--- a/tensorflow/contrib/eager/python/examples/workshop/1_basic.ipynb
+++ b/tensorflow/contrib/eager/python/examples/workshop/1_basic.ipynb
@@ -210,7 +210,7 @@
"a = tf.constant(0.0)\n",
"b = tf.constant(1.0)\n",
"epsilon = tf.constant(0.001)\n",
- "x = bisecting_line_search(test_f, a, b, epsilon)\n",
+ "x = bisecting_line_search(test_f, a, b, epsilon)\n"
],
"execution_count": 0,
"outputs": []
@@ -279,4 +279,4 @@
]
}
]
-} \ No newline at end of file
+}