mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
Update tensorboard objective 2 (#3428)
* Update build_model_experimentation_lineage_with_prebuild_code.ipynb added colab enterprise logo and link * Update build_model_experimentation_lineage_with_prebuild_code.ipynb hope I fixed the JSON issue * fix: remove new changes * Update vertex_ai_feature_store_based_llm_grounding_tutorial.ipynb remove back ticks from product/feature names * Update tensorboard_profiler_custom_training.ipynb Added reference to "Vertex AI TensorBoard" so the notebook will show up in the Notebook Tutorials page when filtering for Vertex AI TensorBoard. --------- Co-authored-by: Katie Nguyen <21978337+katiemn@users.noreply.github.com>
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"\n",
|
||||
"Cloud Profiler lets you monitor and optimize your model training performance by helping you understand the resource consumption of training operations. This tutorial demonstrates how to enable Profiler so you can debug model training performance for your custom training jobs.\n",
|
||||
"\n",
|
||||
"Learn more about [Profiler](https://cloud.google.com/vertex-ai/docs/training/tensorboard-profiler)."
|
||||
"Learn more about [Profiler](https://cloud.google.com/vertex-ai/docs/training/tensorboard-profiler) and [Vertex AI TensorBoard](https://cloud.google.com/vertex-ai/docs/experiments/tensorboard-introduction)."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@
|
||||
"source": [
|
||||
"### Objective\n",
|
||||
"\n",
|
||||
"In this tutorial, you learn how to enable Profiler for custom training jobs.\n",
|
||||
"In this tutorial, you learn how to enable Profiler for custom training jobs. A Vertex AI TensorBoard instance, which is a regionalized resource storing your Vertex AI TensorBoard experiments, must be created before the experiments can be visualized.\n",
|
||||
"\n",
|
||||
"This tutorial uses the following Google Cloud AI services:\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user