Unverified Commit 3deea5d4 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

typo in my fix

parent cf8bd4da
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
"source": [ "source": [
"We'll enable [eager execution](https://www.tensorflow.org/guide/eager) for demonstration purposes, but AutoGraph works in both eager and [graph execution](https://www.tensorflow.org/guide/graphs) environments:", "We'll enable [eager execution](https://www.tensorflow.org/guide/eager) for demonstration purposes, but AutoGraph works in both eager and [graph execution](https://www.tensorflow.org/guide/graphs) environments:",
"", "",
"Important: The converted code will _work_ in eager mode. But it runs as an eager-python function. To run the resulting code in a graph wrap in `tf.contrib.eager.defun`." "Important: The converted code will _work_ in eager mode. But it runs as an eager-python function. To run the resulting code in a graph use `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