Question 50 of 280
Single answerYour team is building a convolutional neural network (CNN)-based architecture from scratch. The preliminary
experiments running on your on-premises CPU-only infrastructure were encouraging, but have slow convergence.
You have been asked to speed up model training to reduce time-to-market. You want to experiment with virtual
machines (VMs) on Google Cloud to leverage more powerful hardware. Your code does not include any manual
device placement and has not been wrapped in Estimator model-level abstraction. Which environment should you
train your model on?
AAVM on Compute Engine and 1 TPU with all dependencies installed manually.
BAVM on Compute Engine and 8 GPUs with all dependencies installed manually.
✓CA Deep Learning VM with an n1-standard-2 machine and 1 GPU with all libraries pre-installed.
DA Deep Learning VM with more powerful CPU e2-highcpu-16 machines with all libraries pre-installed.
✓
Correct Answer: C
A Deep Learning VM with an n1-standard-2 machine and 1 GPU with all libraries pre-installed.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.