You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/core/guide/autograph.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@
198
198
},
199
199
"cell_type": "markdown",
200
200
"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`."
0 commit comments