Question 157 of 280
Single answerYou recently developed a deep learning model. To test your new model, you trained it for a few epochs on a large dataset. You observe that the training and validation losses barely changed during the training run. You want to quickly debug your model. What should you do first?
✓AVerify that your model can obtain a low loss on a small subset of the dataset
BAdd handcrafted features to inject your domain knowledge into the model
CUse the Vertex AI hyperparameter tuning service to identify a better learning rate
DUse hardware accelerators and train your model for more epochs
✓
Correct Answer: A
Verify that your model can obtain a low loss on a small subset of the dataset
▥
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.