Skip to content

Commit 444c2f0

Browse files
committed
Fix eager note
1 parent 5df66e7 commit 444c2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/core/guide/autograph.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
},
199199
"cell_type": "markdown",
200200
"source": [
201-
"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`."
201+
"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`."
202202
]
203203
},
204204
{

0 commit comments

Comments
 (0)