You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-paced-labs/learning-tensorflow/convolutions-with-complex-images/CLS_Vertex_AI_CNN_horse_or_human.ipynb
+46-3Lines changed: 46 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,49 @@
106
106
"## Setting up the environment"
107
107
]
108
108
},
109
+
{
110
+
"cell_type": "markdown",
111
+
"metadata": {},
112
+
"source": [
113
+
"### Installation"
114
+
]
115
+
},
116
+
{
117
+
"cell_type": "code",
118
+
"execution_count": null,
119
+
"metadata": {},
120
+
"outputs": [],
121
+
"source": [
122
+
"pip install google-cloud-aiplatform"
123
+
]
124
+
},
125
+
{
126
+
"cell_type": "markdown",
127
+
"metadata": {
128
+
"tags": []
129
+
},
130
+
"source": [
131
+
"### Restart the kernel\n",
132
+
"\n",
133
+
"Once you've installed everything, you need to restart the notebook kernel so it can find the packages."
134
+
]
135
+
},
136
+
{
137
+
"cell_type": "code",
138
+
"execution_count": null,
139
+
"metadata": {},
140
+
"outputs": [],
141
+
"source": [
142
+
"import os\n",
143
+
"\n",
144
+
"if not os.getenv(\"IS_TESTING\"):\n",
145
+
" # Automatically restart kernel after installs\n",
0 commit comments