AWS Certified Machine Learning – Specialty — Question 238

An automotive company uses computer vision in its autonomous cars. The company trained its object detection models successfully by using transfer learning from a convolutional neural network (CNN). The company trained the models by using PyTorch through the Amazon SageMaker SDK.

The vehicles have limited hardware and compute power. The company wants to optimize the model to reduce memory, battery, and hardware consumption without a significant sacrifice in accuracy.

Which solution will improve the computational efficiency of the models?

Answer options

Correct answer: C

Explanation

The correct answer is C because Amazon SageMaker Debugger allows for detailed insights and enables effective pruning of low-ranking filters to optimize the model, reducing its resource consumption while maintaining accuracy. Options A and D are incorrect as they involve CloudWatch and Model Monitor, which do not directly enhance computational efficiency via pruning. Option B focuses on data labeling instead of optimizing the model itself.