Topic 1 Question 72
An ML engineer is using Amazon SageMaker to train a deep learning model that requires distributed training. After some training attempts, the ML engineer observes that the instances are not performing as expected. The ML engineer identifies communication overhead between the training instances. What should the ML engineer do to MINIMIZE the communication overhead between the instances?
Place the instances in the same VPC subnet. Store the data in a different AWS Region from where the instances are deployed.
Place the instances in the same VPC subnet but in different Availability Zones. Store the data in a different AWS Region from where the instances are deployed.
Place the instances in the same VPC subnet. Store the data in the same AWS Region and Availability Zone where the instances are deployed.
Place the instances in the same VPC subnet. Store the data in the same AWS Region but in a different Availability Zone from where the instances are deployed.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
That's a basic network question.
👍 1GiorgioGss2024/11/27 - 正解だと思う選択肢: C
Distributed training model → Same VPC subnet → Same Region and Availability Zone for data and instances → Minimize communication overhead
👍 1Saransundar2024/12/04
シャッフルモード