Build and Deploy Machine Learning Solutions with Vertex AI: Challenge Lab || GSP354 ||
Solution here
Navigate to
Vertex AI
>Workbench
>Instances
.Click on the
Create New
button.Fill out the form with the following options:
- Name:
vertex-ai-challenge
- Region: Check Lab Instruction
- Zone: Leave the value as default
Click on
Environment
.Select
Use a previous version.
In the Version dropdown, selectworkbench-instances-v20240214 (M117)
Click
Continue.
Select
e2-standard-4
as the Machine Type.Click
Create.
In your notebook, click the
terminal
.Clone the repo by running this command:
git clone https://github.com/QUICK-GCP-LAB/training-data-analyst.git
- Install the required packages for the lab:
cd training-data-analyst/quests/vertex-ai/vertex-challenge-lab
pip install -U -r requirements.txt --user
Go to the enclosing folder: training-data-analyst/quests/vertex-ai/vertex-challenge-lab.
Open the
notebook file
vertex-challenge-lab.ipynb
. When asked which kernel to use, select theTensorFlow 2-11
kernel.In the
Setup
section, define yourPROJECT_ID
,REGION
, andGCS_BUCKET
variables.
For Tasks 3,4,5 & 6 Follow Video Instructions.
- Note: This training can take around
30-40
minutes to train and deploy the model.
No comments:
Post a Comment