Topic 1 Question 101
You are developing an ML model intended to classify whether X-ray images indicate bone fracture risk. You have trained a ResNet architecture on Vertex AI using a TPU as an accelerator, however you are unsatisfied with the training time and memory usage. You want to quickly iterate your training code but make minimal changes to the code. You also want to minimize impact on the model’s accuracy. What should you do?
Reduce the number of layers in the model architecture.
Reduce the global batch size from 1024 to 256.
Reduce the dimensions of the images used in the model.
Configure your model to use bfloat16 instead of float32.
ユーザの投票
コメント(11)
i think should be D https://cloud.google.com/tpu/docs/bfloat16
👍 5mymy94182022/12/17- 正解だと思う選択肢: D
D Agree with mymy9418
👍 2hiromi2022/12/19 - 正解だと思う選択肢: D
I go with D exactly, primarily. the rest don't make any sense at all
👍 2John_Pongthorn2023/01/16
シャッフルモード