AWS Certified Machine Learning – Specialty — Question 203

An automotive company is using computer vision in its autonomous cars. The company has trained its models successfully by using transfer learning from a convolutional neural network (CNN). The models are trained with PyTorch through the use of the Amazon SageMaker SDK. The company wants to reduce the time that is required for performing inferences, given the low latency that is required for self-driving.

Which solution should the company use to evaluate and improve the performance of the models?

Answer options

Correct answer: C

Explanation

The correct answer is C because it leverages SageMaker Debugger to analyze the model's weights and apply pruning to enhance inference performance. Option A is incorrect as it suggests using Amazon CloudWatch instead of SageMaker Debugger. Option B does not include the pruning step, which is essential for optimizing the model. Option D focuses on monitoring after deployment rather than improving the model's performance during training.