Skip to content

Commit a463a26

Browse files
authored
Merge pull request GoogleCloudPlatform#158 from annasochandure-tudip/OCBL215-Notebook-Update
Notebook Update: OCBL215 - lab-01-tfx-walkthrough
2 parents 40c1505 + 4aea0a9 commit a463a26

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

workshops/tfx-caip-tf23/lab-01-tfx-walkthrough/labs/lab-01.ipynb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,13 @@
12251225
"context.run(infra_validator, enable_cache=False)"
12261226
]
12271227
},
1228+
{
1229+
"cell_type": "markdown",
1230+
"metadata": {},
1231+
"source": [
1232+
"**Note**: In case of `Infra Validation (attempt 1/5) failed` error, please disregard the error."
1233+
]
1234+
},
12281235
{
12291236
"cell_type": "markdown",
12301237
"metadata": {},
@@ -1323,6 +1330,13 @@
13231330
"!saved_model_cli show --dir {latest_pushed_model} --all"
13241331
]
13251332
},
1333+
{
1334+
"cell_type": "markdown",
1335+
"metadata": {},
1336+
"source": [
1337+
"**Note**: In case of `FileNotFoundError` error, please disregard the error."
1338+
]
1339+
},
13261340
{
13271341
"cell_type": "markdown",
13281342
"metadata": {},

workshops/tfx-caip-tf23/lab-01-tfx-walkthrough/solutions/lab-01.ipynb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,13 @@
12441244
"context.run(infra_validator, enable_cache=False)"
12451245
]
12461246
},
1247+
{
1248+
"cell_type": "markdown",
1249+
"metadata": {},
1250+
"source": [
1251+
"**Note**: In case of `Infra Validation (attempt 1/5) failed` error, please disregard the error."
1252+
]
1253+
},
12471254
{
12481255
"cell_type": "markdown",
12491256
"metadata": {},
@@ -1342,6 +1349,13 @@
13421349
"!saved_model_cli show --dir {latest_pushed_model} --all"
13431350
]
13441351
},
1352+
{
1353+
"cell_type": "markdown",
1354+
"metadata": {},
1355+
"source": [
1356+
"**Note**: In case of `FileNotFoundError` error, please disregard the error."
1357+
]
1358+
},
13451359
{
13461360
"cell_type": "markdown",
13471361
"metadata": {},

0 commit comments

Comments
 (0)