Skip to content

Commit 68b572f

Browse files
authored
Remove Broken link
Removed a link that was broken
1 parent fb0365f commit 68b572f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/graph_optimization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"source": [
167167
"## Compare execution performance with and without Grappler\n",
168168
"\n",
169-
"TensorFlow 2 and beyond executes [eagerly](../eager.md) by default. Use `tf.function` to switch the default execution to Graph mode. Grappler runs automatically in the background to apply the graph optimizations above and improve execution performance. \n"
169+
"TensorFlow 2 and beyond executes eagerly by default. Use `tf.function` to switch the default execution to Graph mode. Grappler runs automatically in the background to apply the graph optimizations above and improve execution performance. \n"
170170
]
171171
},
172172
{

0 commit comments

Comments
 (0)