Skip to content

Commit b342e65

Browse files
authored
Merge pull request #349 from FarhanTejani/fix-tf-cifar
Updated example to support latest TF framework
2 parents a0437cd + 3be93e7 commit b342e65

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sagemaker-python-sdk/tensorflow_resnet_cifar10_with_tensorboard/tensorflow_resnet_cifar10_with_tensorboard.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@
146146
},
147147
{
148148
"cell_type": "markdown",
149-
"metadata": {
150-
"collapsed": true
151-
},
149+
"metadata": {},
152150
"source": [
153151
"# Deploy the trained model to prepare for predictions\n",
154152
"\n",
@@ -225,7 +223,7 @@
225223
"name": "python",
226224
"nbconvert_exporter": "python",
227225
"pygments_lexer": "ipython2",
228-
"version": "2.7.11"
226+
"version": "2.7.14"
229227
},
230228
"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."
231229
},

0 commit comments

Comments
 (0)