official/projects/waste_identification_ml/circularnet-docs/content/retrain-models/launch-job.md
Run
the CircularNET_Vertex_AI_ReTraining_v1.ipynb script
to configure parameters, launch the training job on Vertex AI, and start the
training.
Note: Wait to export the checkpoints to a saved TF model until the script finishes running. The training job might take several days to complete. Vertex AI manages the process in the background, so you don't need to keep your computer running.
Follow these steps to monitor the training progress:
After training is complete, you can export the model in various formats, such
as TensorFlow, for future use when you deploy the model.
The CircularNET_Vertex_AI_ReTraining_v1.ipynb script
guides you through this process.
Additionally, you can test the model locally and run inferences on images to validate its performance. The script also contains information about running local tests.
Finally, deploy the exported model using an edge device or Google Cloud, depending on your deployment requirements.