Skip to content

Commit e21b7ab

Browse files
Merge pull request #2123 from mohantym:patch-4
PiperOrigin-RevId: 474304924
2 parents 16b08d1 + 6e94f9c commit e21b7ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

site/en/guide/gpu_performance_analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ the trace viewer, you should look at the model code between steps and check if
169169
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
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
172+
fixed number of steps instead of every step. When using the `Model.compile` method in
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

site/en/guide/migrate/canned_estimators.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@
742742
"colab": {
743743
"collapsed_sections": [],
744744
"name": "canned_estimators.ipynb",
745-
"provenance": [],
746745
"toc_visible": true
747746
},
748747
"kernelspec": {

0 commit comments

Comments
 (0)