
Ultimate access to all questions.
Your data science team is working on optimizing a PyTorch model for image classification using a pre-trained ResNet model. The team is under tight budget constraints and needs to ensure the solution is scalable for future projects. Additionally, the solution must support custom containers for flexibility. What is the most effective approach to perform hyperparameter tuning in this scenario? Choose the best option.
A
Transform the model into a Keras model and initiate a Keras Tuner job for hyperparameter tuning, considering the budget constraints.
B
Utilize AI Platform to run a hyperparameter tuning job with custom containers, leveraging the pre-trained ResNet model, ensuring scalability and budget efficiency.
C
Deploy a Kubernetes Pipelines instance and execute a hyperparameter tuning job using Katib, despite the higher initial setup cost.
D
Convert the model to a TensorFlow model and conduct a hyperparameter tuning job on AI Platform, ignoring the need for custom containers.