70-774 · Question #59
70-774 Question #59: Real Exam Question with Answer & Explanation
The correct answer is A. DataParallelASGD. Data-Parallel Training with Parameter Server Parameter server is a widely used framework in distributed machine learning. The most important benefit it brings is the asynchronous parallel training with many workers. You can use Data-Parallel ASGD. Incorrect ANswers: D: Model-Aver
Question
Options
- ADataParallelASGD
- BDataParallelSGD
- CBlockMomentumSGD
- DModelAveragingSGD
Explanation
Data-Parallel Training with Parameter Server Parameter server is a widely used framework in distributed machine learning. The most important benefit it brings is the asynchronous parallel training with many workers. You can use Data-Parallel ASGD. Incorrect ANswers: D: Model-Averaging SGD generally converges more slowly and to a worse optimum, compared to 1-bit SGD and Block-Momentum SGD, so it is no longer recommended. https://docs.microsoft.com/en-us/cognitive-toolkit/multiple-gpus-and-machines
Community Discussion
No community discussion yet for this question.