
Ultimate access to all questions.
You are collaborating with a team of researchers to develop cutting-edge algorithms for financial analysis. Your team frequently develops and debugs intricate TensorFlow models. You aim to balance the ease of debugging with the need to reduce model training time. Considering these requirements, how should you configure your training environment?
A
Configure a v3-8 TPU VM. SSH into the VM to train and debug the model.
B
Configure a v3-8 TPU node. Use Cloud Shell to SSH into the Host VM to train and debug the model.
C
Configure a n1-standard-4 VM with 4 NVIDIA P100 GPUs. SSH into the VM and use ParameterServerStrategy to train the model.
D
Configure a n1-standard-4 VM with 4 NVIDIA P100 GPUs. SSH into the VM and use MultiWorkerMirroredStrategy to train the model.