What should you do?

You are developing ML models with Al Platform for image segmentation on CT scans. You frequently update your model architectures based on the newest available research papers, and have to rerun training on the same dataset to benchmark their performance. You want to minimize computation costs and manual intervention while having version control for your code.

What should you do?
A . Use Cloud Functions to identify changes to your code in Cloud Storage and trigger a retraining job
B . Use the gcloud command-line tool to submit training jobs on Al Platform when you update your code
C . Use Cloud Build linked with Cloud Source Repositories to trigger retraining when new code is pushed to the repository
D . Create an automated workflow in Cloud Composer that runs daily and looks for changes in code in Cloud Storage using a sensor.

Answer: C

Explanation:

CI/CD for Kubeflow pipelines. At the heart of this architecture is Cloud Build, infrastructure. Cloud Build can import source from Cloud Source Repositories, GitHub, or Bitbucket, and then execute a build to your specifications, and produce artifacts such as Docker containers or Python tar files. https://cloud.google.com/architecture/architecture-for-mlops-using-tfx-kubeflow-pipelines-and-cloud-build#cicd_architecture

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments