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: sagemaker-python-sdk/tensorflow_keras_cifar10/tensorflow_keras_CIFAR10.ipynb
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@
164
164
"source": [
165
165
"This function builds and returns a compiled Keras model.\n",
166
166
"\n",
167
-
"**Note:** The first layer is named `PREDICT_INPUTS`. This serves as a workaround for a known issue where SageMaker does not recognize the default (or any custom) name for the first layer of Keras models. Furthermore, note that we are wrapping our model in a `tf.keras.Model` before returning it. This serves as a workaround for a known issue where a Sequential model cannot be directly converted into an estimator. See [here](https://github.com/tensorflow/tensorflow/issues/20552) for more information about the issue.\n",
167
+
"**Note:** The first layer is named `PREDICT_INPUTS`. This serves as a workaround for a known issue where TensorFlow does not recognize the default (or any custom) name for the first layer of Keras models. Furthermore, note that we are wrapping our model in a `tf.keras.Model` before returning it. This serves as a workaround for a known issue where a Sequential model cannot be directly converted into an Estimator. See [here](https://github.com/tensorflow/tensorflow/issues/20552) for more information about the issue.\n",
168
168
"\n",
169
169
"### Input functions\n",
170
170
"These functions are similar to those required by any other model using the TensorFlow Estimator API."
@@ -285,21 +285,21 @@
285
285
],
286
286
"metadata": {
287
287
"kernelspec": {
288
-
"display_name": "conda_tensorflow_p27",
288
+
"display_name": "conda_tensorflow_p36",
289
289
"language": "python",
290
-
"name": "conda_tensorflow_p27"
290
+
"name": "conda_tensorflow_p36"
291
291
},
292
292
"language_info": {
293
293
"codemirror_mode": {
294
294
"name": "ipython",
295
-
"version": 2
295
+
"version": 3
296
296
},
297
297
"file_extension": ".py",
298
298
"mimetype": "text/x-python",
299
299
"name": "python",
300
300
"nbconvert_exporter": "python",
301
-
"pygments_lexer": "ipython2",
302
-
"version": "2.7.14"
301
+
"pygments_lexer": "ipython3",
302
+
"version": "3.6.4"
303
303
},
304
304
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
0 commit comments