Topic 1 Question 52
You are training a deep learning model for semantic image segmentation with reduced training time. While using a Deep Learning VM Image, you receive the following error: The resource 'projects/deeplearning-platforn/zones/europe-west4-c/acceleratorTypes/nvidia-tesla-k80' was not found. What should you do?
Ensure that you have GPU quota in the selected region.
Ensure that the required GPU is available in the selected region.
Ensure that you have preemptible GPU quota in the selected region.
Ensure that the selected GPU has enough GPU memory for the workload.
ユーザの投票
コメント(8)
ANS: B https://cloud.google.com/deep-learning-vm/docs/troubleshooting#resource_not_found
https://cloud.google.com/compute/docs/gpus/gpu-regions-zones
Resource not found Symptom: - The resource 'projects/deeplearning-platform/zones/europe-west4-c/acceleratorTypes/nvidia-tesla-k80' was not found
Problem: You are trying to create an instance with one or more GPUs in a region where GPUs are not available (for example, an instance with a K80 GPU in europe-west4-c).
Solution: To determine which region has the required GPU, see GPUs on Compute Engine.
👍 17celia202004102021/07/20it is B, the error message relates to Quota is different: https://cloud.google.com/deep-learning-vm/docs/troubleshooting#resource_not_found
👍 6stomcarlo2021/06/11- 正解だと思う選択肢: B
The resource is not found because it doesn't exist in the region.
👍 3_luigi_2022/04/19
シャッフルモード