Topic 1 Question 162
You built a custom ML model using scikit-learn. Training time is taking longer than expected. You decide to migrate your model to Vertex AI Training, and you want to improve the model’s training time. What should you try out first?
Train your model in a distributed mode using multiple Compute Engine VMs.
Train your model using Vertex AI Training with CPUs.
Migrate your model to TensorFlow, and train it using Vertex AI Training.
Train your model using Vertex AI Training with GPUs.
ユーザの投票
コメント(4)
B. Train your model using Vertex AI Training with CPUs. No GPUs for ScikitLearn, but parrallelize/distribute training is a good way to increase model building
👍 1mlx2023/12/10Why no A?
👍 1vale_76_na_xxx2023/12/22- 正解だと思う選択肢: D
GPU helps speeding up training process
👍 1VMHarry2023/12/31
シャッフルモード