🔥 3-day streak
Professional Machine Learning Engineer97 / 166
Question 97 of 166
Your team trains a large PyTorch image model on Vertex AI using data-parallel synchronous SGD across multiple nodes, each with 8 NVIDIA A100 GPUs. Training is bottlenecked by the all-reduce gradient synchronization step, and network communication between worker nodes dominates step time. You need to reduce this communication overhead and improve overall training throughput without changing your model code significantly. What should you do?
Reviewed for accuracy · Report an issueNext question