Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Vertex AI Training performance graph

I'm looking for a graph on Vertex AI that can show me around which time the performance converged so I can present it & set the future trainings' budget (I would like to stop before the automatic early-stop).

On 2 different articles on Vertex AI, I saw a "Training performance" graph (as below). In this medium article and an another in-company article written by an employee who left the company since. I see no directions to access this graph and no mention of it anywhere else except an answer to this question which suggests it doesn't exist 🤔

There is also this question which is about monitoring from logs, but I'm convinced that a graph exists somewhere.

How do I see this Training performance graph, under which menu is it? 

Screenshot 2023-09-04 at 14.12.10.png



0 1 358
1 REPLY 1

I'm having the same issue and can't find it for the life of me. Luckily, I was able to see it in the past by watching the pipeline as it was training. Going through my history, I found the URL which has the structure:

https://console.cloud.google.com/vertex-ai/locations/{REGION}/training/{PIPELINE_ID}?project={PROJEC...

If you can find your Pipeline ID from:

https://console.cloud.google.com/vertex-ai/training/training-pipelines?project={PROJECT_ID}

Then hopefully you can see it the same way... Shame I can't find a way to navigate to it though.