Question 65 of 280
Single answerWhile monitoring your model training’s GPU utilization, you discover that you have a native synchronous
implementation. The training data is split into multiple files. You want to reduce the execution time of your input
pipeline. What should you do?
AIncrease the CPU load
BAdd caching to the pipeline
CIncrease the network bandwidth
✓DAdd parallel interleave to the pipeline
✓
Correct Answer: D
Add parallel interleave to the pipeline
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.