PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #72
You are using transfer learning to train an image classifier based on a pre-trained EfficientNet model. Your training dataset has 20,000 images. You plan to retrain the model once per day. You need to
The correct answer is D. An AI Platform Training job using a custom scale tier with 4 V100 GPUs and Cloud Storage. The pre-trained EfficientNet model can be easily loaded from Cloud Storage, which eliminates the need for local storage or an NFS server. Using AI Platform Training allows for the automatic scaling of resources based on the size of the dataset, which can save costs compared to us
Question
Options
- AA Deep Learning VM with 4 V100 GPUs and local storage.
- BA Deep Learning VM with 4 V100 GPUs and Cloud Storage.
- CA Google Kubernetes Engine cluster with a V100 GPU Node Pool and an NFS Server
- DAn AI Platform Training job using a custom scale tier with 4 V100 GPUs and Cloud Storage
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- C13% (4)
- D81% (26)
Explanation
The pre-trained EfficientNet model can be easily loaded from Cloud Storage, which eliminates the need for local storage or an NFS server. Using AI Platform Training allows for the automatic scaling of resources based on the size of the dataset, which can save costs compared to using a fixed-size VM or node pool. Additionally, the ability to use custom scale tiers allows for fine-tuning of resource allocation to match the specific needs of the training job.
Topics
Community Discussion
No community discussion yet for this question.