Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCBL425 - Training and Deploying a TensorFlow Model in Vertex AI #2695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,17 @@
"from google.cloud import aiplatform"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "43f9a20d",
"metadata": {},
"outputs": [],
"source": [
"!pip3 install wget\n",
"!pip3 install openpyxl"
]
},
{
"cell_type": "markdown",
"id": "aecf21cb",
Expand Down Expand Up @@ -1577,7 +1588,7 @@
" predefined_split_column_name=\"data_split\",\n",
" # the model training command line arguments defined in trainer.task.\n",
" args=CMD_ARGS,\n",
" # Custom job WorkerPool arguments.\n",
" # Custom job WorkerPool arguments.\n",
" replica_count=1,\n",
" machine_type=\"e2-standard-4\",\n",
" # Provide your Tensorboard resource name to write Tensorboard logs during training.\n",
Expand Down