File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
tensorboard/plugins/profile/tf_profile_dashboard Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 41
41
< template is ="dom-if " if ="[[_dataNotFound]] ">
42
42
< div style ="max-width: 540px; margin: 80px auto 0 auto; ">
43
43
< h3 > No profile data was found.</ h3 >
44
- < p > The dashboard is internal only; coming soon!</ p >
44
+ < p > To collect a profile, you need to run your model on Google Cloud TPUs and
45
+ capture the trace information while your model is running. You may want to
46
+ check out the
47
+ < a href ="https://github.com/tensorflow/tensorboard/blob/1.6/tensorboard/plugins/profile/README.md "> README</ a >
48
+ and perhaps the
49
+ < a
50
+ href ="https://cloud.google.com/tpu/docs/cloud-tpu-tools "
51
+ > tutorial</ a > on how to use the
52
+ < a href ="https://pypi.python.org/pypi/cloud-tpu-profiler "> cloud-tpu-profiler</ a > .
53
+ </ p >
54
+ < p >
55
+ If you’re new to TPUs, and want to find out how
56
+ to run models, check out the
57
+ < a href ="https://cloud.google.com/tpu/docs/quickstart "> Quickstart Using a TPU</ a > .
58
+ </ p >
59
+ < p >
60
+ If you think profiling is done properly, please see the page of
61
+ < a href ="https://cloud.google.com/tpu/docs/troubleshooting "> Google Cloud TPU Troubleshooting and FAQ</ a >
62
+ and consider filing an issue on GitHub.</ p >
45
63
</ div >
46
64
</ template >
47
65
< template is ="dom-if " if ="[[!_dataNotFound]] ">
You can’t perform that action at this time.
0 commit comments