Question 66 of 280
Single answerYour data science team is training a PyTorch model for image classification based on a pre-trained RestNet model.
You need to perform hyperparameter tuning to optimize for several parameters. What should you do?
AConvert the model to a Keras model, and run a Keras Tuner job.
✓BRun a hyperparameter tuning job on AI Platform using custom containers.
CCreate a Kuberflow Pipelines instance, and run a hyperparameter tuning job on Katib.
DConvert the model to a TensorFlow model, and run a hyperparameter tuning job on AI Platform.
✓
Correct Answer: B
Run a hyperparameter tuning job on AI Platform using custom containers.
▥
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.