Skip to content

Commit 17d1571

Browse files
authored
Fixes depreciated API in gpu_performance_analysis
Fixes depreciated API in gpu_performance_analysis at line 173 . From experimental_steps_per_execution to steps_per_execution
1 parent bfeac97 commit 17d1571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/gpu_performance_analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ disabling callbacks/metrics improves performance. Some details of these ops are
170170
also on the trace viewer (both device and host side).The recommendation in this
171171
scenario is to amortize the overhead of these ops by executing them after a
172172
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
173+
the `tf.keras` API, setting the `steps_per_execution` flag does
174174
this automatically. For custom training loops, use `tf.while_loop`.
175175

176176
#### 2. Achieve higher device utilization

0 commit comments

Comments
 (0)