Skip to content

Commit

Permalink
Update tensorflow version for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
xhagrg committed Jun 3, 2021
1 parent 9d8b0ca commit 74da95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter-4/model_deployment_and_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"source": [
"# Refer to Chapter-3 checkpoints or select from your S3 bucket.\n",
"model_location = f\"{BUCKET_NAME}/tensorflow-training-2021-05-05-10-10-34-979/output/model.tar.gz\"\n",
"framework_version = '2.4.1'\n",
"framework_version = '2.4.3'\n",
"\n",
"model = TensorFlowModel(\n",
" framework_version=framework_version, \n",
Expand Down Expand Up @@ -201,4 +201,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 74da95a

Please sign in to comment.