🔥 3-day streak
Professional Machine Learning Engineer126 / 166
Question 126 of 166
Your team serves a large image-classification model on a Vertex AI online endpoint backed by GPUs. Profiling shows the GPUs sit at only 30% utilization while p95 latency remains high. Investigation reveals that each request spends most of its time in a heavy Python-based image decode and resize step that runs on the same GPU containers before inference. The GPU compute for the actual forward pass is fast. You must increase throughput and reduce latency without buying more GPUs. What is the most effective approach?
Reviewed for accuracy · Report an issueNext question