PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #254
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 experime
The correct answer is A. Set up Vertex AI Experiments to track metrics and parameters. Configure Vertex AI TensorBoard. To effectively track, visualize, and debug ML experiment runs with TensorFlow models on Google Cloud with minimal code overhead, set up Vertex AI Experiments and configure Vertex AI TensorBoard.
Question
Options
- ASet up Vertex AI Experiments to track metrics and parameters. Configure Vertex AI TensorBoard
- BSet up a Cloud Function to write and save metrics files to a Cloud Storage bucket. Configure a
- CSet up a Vertex AI Workbench notebook instance. Use the instance to save metrics data in a
- DSet up a Cloud Function to write and save metrics files to a BigQuery table. Configure a Google
How the community answered
(17 responses)- A71% (12)
- B18% (3)
- C6% (1)
- D6% (1)
Why each option
To effectively track, visualize, and debug ML experiment runs with TensorFlow models on Google Cloud with minimal code overhead, set up Vertex AI Experiments and configure Vertex AI TensorBoard.
Vertex AI Experiments provides a managed service for tracking experiment metadata, metrics, and parameters, while Vertex AI TensorBoard offers a managed instance of TensorBoard that automatically integrates with Vertex AI for visualizing TensorFlow-specific logs (e.g., scalars, graphs, images). This combination provides a powerful, integrated, and low-overhead solution for experiment tracking, visualization, and debugging on Google Cloud.
Custom Cloud Functions and Cloud Storage for metrics require building a bespoke tracking and visualization solution, which creates significant overhead and lacks the integrated features of Vertex AI.
While Vertex AI Workbench is a development environment, saving metrics data within notebooks or local storage doesn't provide a centralized, scalable, or collaborative tracking and visualization solution for multiple experiments.
Using Cloud Functions to write metrics to BigQuery and then building custom dashboards requires substantial development effort for visualization and comparison, which contradicts the goal of minimizing overhead code.
Concept tested: Vertex AI Experiments and TensorBoard for experiment tracking and visualization
Source: https://cloud.google.com/vertex-ai/docs/experiments/track-experiments
Topics
Community Discussion
No community discussion yet for this question.