Completion of custom model training job – Vertex AI Workbench and Custom Model Training
Based on the complexity of the model, model training might take few mins to few hours. Once the model training is completed it will be listed under the training section and also the model will be available in the model section.
Training job will be listed under training section of vertex AI as shown in Figure 4.33:
Figure 4.33: Training module containing training jobs
- Select Training module under Vertex AI.
- Training job will be listed under model type to be custom.
Trained model will be listed under model registry of vertex AI as shown in Figure 4.34:
Figure 4.34: Model registry containing trained model
- Select Model registry of Vertex AI.
- Trained model will be listed under custom trained type.
Model will be exported along with the artifacts to the cloud storage bucket as shown in Figure 4.35 (bucket details were mentioned in the Python code):
Figure 4.35: Cloud storage containing trained model and artifacts
All the compute resources are expensive. Follow the steps as shown in Figure 4.36 to delete the notebook instance. Follow the steps in the previous chapter to delete the model from the model registry, training pipeline and model stored in the cloud storage:
Figure 4.36: Deletion of notebook instance
- Select the notebook name.
- Click DELETE (A pop up will appear for users confirmation).
In this chapter we learnt about workbench in detail with various components of it. We have covered how we can create python files in the workbench, how to create image using Dockerfile, how to submit custom model training using vertex AI of GCP.
In the next chapter we will start understanding how hyperparameter tuning can be performed for the custom models.
- What is the difference between managed notebooks and user managed notebooks?
- Why is service account needed while submitting custom training job?
- Can users take the custom trained models for deployment?
You may also like
Archives
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- December 2023
- November 2023
- September 2023
- August 2023
- June 2023
- May 2023
- April 2023
- February 2023
- January 2023
- November 2022
- October 2022
- September 2022
- August 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
Calendar
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Leave a Reply