Code samples and notebooks for Vertex AI on Google Cloud
The goal of the PyTorch repo is to provide examples to help users build familiarity with using the various services on Vertex AI. The neural nets are lightweight and datasets familiar to those in the field, the focus is on the interplay of the ML code and the Vertex AI SDK.
If you need to set up a GCP project, Workbench instance, or want to experiment with authenticating to a project via Colab, please see:
To learn how to run a simple MNIST model on the Vertex AI Training service using prebuilt containers:
pytorch_mnist_training_simple.ipynb
Move on to creating a custom Python package and launching a Training job:
pytorch_mnist_training_package.ipynb
How to experiment with different hyper-parameters and analyse results: