
Ultimate access to all questions.
Given a scenario where you have a TensorFlow machine learning model executing on Compute Engine virtual machines (n2-standard-32), it currently takes two days to complete the training process. The model includes custom TensorFlow operations that require partial execution on a CPU. Your objective is to cut down the training duration while maintaining cost efficiency. How should you proceed?
A
Change the VM type to n2-highmem-32.
B
Change the VM type to e2-standard-32.
C
Train the model using a VM with a GPU hardware accelerator.
D
Train the model using a VM with a TPU hardware accelerator.