Skip to content

Commit

Permalink
Fixed session 14 diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Mar 29, 2024
1 parent c374eba commit 6ff43e4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/cohort.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5340,7 +5340,7 @@
"\n",
"Deploying the model we trained directly to an endpoint doesn't lets us control the data that goes in and comes out of the endpoint. The TensorFlow model we trained requires transformed data, which makes it useless to other applications:\n",
"\n",
"<a href=\"images/prediction-service.png\" target=\"_blank\"> <img src=\"images/prediction-service.png\" alt=\"Prediction service\" style=\"max-width: 740px;\" /></a>\n",
"<a href=\"images/basic-model.png\" target=\"_blank\"> <img src=\"images/basic-model.png\" alt=\"Basic Model\" style=\"max-width: 740px;\" /></a>\n",
"\n",
"To fix this, we can create an Inference Pipeline using SageMaker to control the data that goes in and comes out of the endpoint.\n",
"\n",
Expand Down Expand Up @@ -8892,7 +8892,7 @@
},
{
"cell_type": "code",
"execution_count": 265,
"execution_count": 304,
"id": "6b32c3a4-312e-473c-a217-33606f77d1e9",
"metadata": {
"tags": [
Expand Down
Binary file added program/images/basic-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified program/images/inference-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed program/images/prediction-service.png
Binary file not shown.

0 comments on commit 6ff43e4

Please sign in to comment.