Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profile: make help links open in new tabs #1922

Merged
merged 1 commit into from
Feb 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@
<h3>Profiling isn’t supported in Colab yet.</h3>
<p>
Please see
<a href="https://github.com/tensorflow/tensorboard/issues/1913">GitHub issue #1913</a>
<a
href="https://github.com/tensorflow/tensorboard/issues/1913"
rel="noopener"
target="_blank"
>GitHub issue #1913</a>
for more information.
</p>
</div>
Expand All @@ -65,21 +69,39 @@ <h3>No profile data was found.</h3>
<p>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
<a href="https://github.com/tensorflow/tensorboard/blob/1.6/tensorboard/plugins/profile/README.md">README</a>
<a
href="https://github.com/tensorflow/tensorboard/blob/1.6/tensorboard/plugins/profile/README.md"
rel="noopener"
target="_blank"
>README</a>
and perhaps the
<a
href="https://cloud.google.com/tpu/docs/cloud-tpu-tools"
href="https://cloud.google.com/tpu/docs/cloud-tpu-tools"
rel="noopener"
target="_blank"
>tutorial</a> on how to use the
<a href="https://pypi.python.org/pypi/cloud-tpu-profiler">cloud-tpu-profiler</a>.
<a
href="https://pypi.python.org/pypi/cloud-tpu-profiler"
rel="noopener"
target="_blank"
>cloud-tpu-profiler</a>.
</p>
<p>
If you’re new to TPUs, and want to find out how
to run models, check out the
<a href="https://cloud.google.com/tpu/docs/quickstart">Quickstart Using a TPU</a>.
<a
href="https://cloud.google.com/tpu/docs/quickstart"
rel="noopener"
target="_blank"
>Quickstart Using a TPU</a>.
</p>
<p>
If you think profiling is done properly, please see the page of
<a href="https://cloud.google.com/tpu/docs/troubleshooting">Google Cloud TPU Troubleshooting and FAQ</a>
<a
href="https://cloud.google.com/tpu/docs/troubleshooting"
rel="noopener"
target="_blank"
>Google Cloud TPU Troubleshooting and FAQ</a>
and consider filing an issue on GitHub.</p>
</div>
</template>
Expand Down