
Answer-first summary for fast verification
Answer: Ensure that the required GPU is available in the selected region.
The error message 'The resource ... was not found' indicates that the specific GPU (nvidia-tesla-k80) is not available in the selected region (europe-west4-c). This is not an issue of quota but rather the availability of the resource in the region. Therefore, the correct action to resolve this error is to ensure that the required GPU is available in the selected region. Hence, the correct answer is B.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are training a deep learning model for semantic image segmentation using a Deep Learning VM Image on Google Cloud. During the setup, you encounter the following error: 'The resource 'projects/deeplearning-platform/zones/europe-west4-c/acceleratorTypes/nvidia-tesla-k80' was not found.' What should you do to resolve this error?
A
Ensure that you have GPU quota in the selected region.
B
Ensure that the required GPU is available in the selected region.
C
Ensure that you have preemptible GPU quota in the selected region.
D
Ensure that the selected GPU has enough GPU memory for the workload.