From ce807ae1491abfc4b535649b0de7e485dbaf8e0e Mon Sep 17 00:00:00 2001 From: Profiler Team Date: Thu, 7 Mar 2024 11:56:53 -0800 Subject: [PATCH] Add probable causes when no TensorBoard profile data is loaded, including additional guidance for Vertex AI TensorBoard permissions. PiperOrigin-RevId: 613657675 --- .../components/empty_page/empty_page.ng.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/frontend/app/components/empty_page/empty_page.ng.html b/frontend/app/components/empty_page/empty_page.ng.html index 16700ad2..a571ad1a 100644 --- a/frontend/app/components/empty_page/empty_page.ng.html +++ b/frontend/app/components/empty_page/empty_page.ng.html @@ -12,6 +12,23 @@

Profiling isn't supported in Colab yet.

No profile data was found.

+

Probable causes:

+
    +
  • You haven’t captured or uploaded any profile data.
  • +
  • TensorBoard can’t access your profile data. +
      +
    • If using Vertex AI TensorBoard, you must grant "Vertex AI Service Agent" IAM role to the + "cloud-tensorboard-web-app@system.gserviceaccount.com" + service account. +
    • +
    +
  • +