Topic 1 Question 243
You work on a team that builds state-of-the-art deep learning models by using the TensorFlow framework. Your team runs multiple ML experiments each week, which makes it difficult to track the experiment runs. You want a simple approach to effectively track, visualize, and debug ML experiment runs on Google Cloud while minimizing any overhead code. How should you proceed?
Set up Vertex AI Experiments to track metrics and parameters. Configure Vertex AI TensorBoard for visualization.
Set up a Cloud Function to write and save metrics files to a Cloud Storage bucket. Configure a Google Cloud VM to host TensorBoard locally for visualization.
Set up a Vertex AI Workbench notebook instance. Use the instance to save metrics data in a Cloud Storage bucket and to host TensorBoard locally for visualization.
Set up a Cloud Function to write and save metrics files to a BigQuery table. Configure a Google Cloud VM to host TensorBoard locally for visualization.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
Options B and D: These options involve more setup and maintenance overhead, as they require managing Cloud Functions, VMs, and storage resources. Option C: Vertex AI Workbench is excellent for interactive experimentation, but it's not optimized for long-term experiment tracking and visualization.
👍 1pikachu0072024/01/13
シャッフルモード