hiexam
google · Professional-Machine-Learning-Engineer · Q427 · multiple_choice · topic_1

You are developing an ML model intended to classify whether X-ray images indicate bone fracture risk. You have trained…

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?
  • A.Reduce the number of layers in the model architecture.
  • B.Reduce the global batch size from 1024 to 256.
  • C.Reduce the dimensions of the images used in the model.
  • D.Configure your model to use bfloat16 instead of float32.
Explanation
i think should be D https://cloud.google.com/tpu/docs/bfloat16

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.