diff --git a/tensorboard/plugins/profile/tf_profile_dashboard/tf-profile-dashboard.html b/tensorboard/plugins/profile/tf_profile_dashboard/tf-profile-dashboard.html index cf0a9fb31c6..0b821fe9ee9 100644 --- a/tensorboard/plugins/profile/tf_profile_dashboard/tf-profile-dashboard.html +++ b/tensorboard/plugins/profile/tf_profile_dashboard/tf-profile-dashboard.html @@ -48,7 +48,11 @@
Please see - GitHub issue #1913 + GitHub issue #1913 for more information.
@@ -65,21 +69,39 @@To collect a profile, you need to run your model on Google Cloud TPUs and capture the trace information while your model is running. You may want to check out the - README + README and perhaps the tutorial on how to use the - cloud-tpu-profiler. + cloud-tpu-profiler.
If you’re new to TPUs, and want to find out how to run models, check out the - Quickstart Using a TPU. + Quickstart Using a TPU.
If you think profiling is done properly, please see the page of - Google Cloud TPU Troubleshooting and FAQ + Google Cloud TPU Troubleshooting and FAQ and consider filing an issue on GitHub.