Skip to content

Commit 028eb71

Browse files
authored
Merge pull request aws#447 from awslabs/mvs-hpo-fix
Freezing TF version on HPO BYOC example
2 parents 19c561c + 522f533 commit 028eb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperparameter_tuning/keras_bring_your_own/hpo_bring_your_own_keras_container.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"\n",
117117
"#version tag can be found at https://hub.docker.com/r/tensorflow/tensorflow/tags/ \n",
118118
"#e.g., latest cpu version is 'latest', while latest gpu version is 'latest-gpu'\n",
119-
"tensorflow_version_tag = 'latest' \n",
119+
"tensorflow_version_tag = '1.10.1' \n",
120120
"\n",
121121
"account = boto3.client('sts').get_caller_identity()['Account']\n",
122122
" \n",

0 commit comments

Comments
 (0)