Commit 444c2f0c authored by Billy Lamberta's avatar Billy Lamberta
Browse files

Fix eager note

parent 5df66e74
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
}, },
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"Note: AutoGraph converted code runs in eager execution as an eager-Python function. To run in-graph, use explicit graphs (as this notebook uses) or use `tf.contrib.eager.defun`." "Note: AutoGraph converted code is designed to run during graph execution. When eager exectuon is enabled, use explicit graphs (as this example shows) or `tf.contrib.eager.defun`."
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment