Vertex AI TensorBoard with Vertex AI Pipelines: Notebook

In this tutorial, you'll learn how to create a training pipeline using the KFP SDK, execute the pipeline in Vertex AI Pipelines, and monitor your training process on Vertex AI TensorBoard in near real time.

This tutorial uses the following Google Cloud ML services and resources:

  • Vertex AI training
  • Vertex AI TensorBoard
  • Vertex AI Pipelines

The steps performed include:

  • Setup a service account and Cloud Storage buckets.
  • Construct a Kubeflow Pipelines (KPT) with your custom training code.
  • Compile and execute the KFP pipeline in Vertex AI Pipelines with Vertex AI TensorBoard enabled for near real time monitoring.

Relevant content