We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfeac97 commit 17d1571Copy full SHA for 17d1571
site/en/guide/gpu_performance_analysis.md
@@ -170,7 +170,7 @@ disabling callbacks/metrics improves performance. Some details of these ops are
170
also on the trace viewer (both device and host side).The recommendation in this
171
scenario is to amortize the overhead of these ops by executing them after a
172
fixed number of steps instead of every step. When using the `compile` method in
173
-the `tf.keras` API, setting the `experimental_steps_per_execution` flag does
+the `tf.keras` API, setting the `steps_per_execution` flag does
174
this automatically. For custom training loops, use `tf.while_loop`.
175
176
#### 2. Achieve higher device utilization
0 commit comments