Skip to content

Commit e427975

Browse files
author
Ragav Venkatesan
authored
Need to demonstrate prediction
1 parent 7c104f6 commit e427975

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sagemaker-python-sdk/tensorflow_resnet_cifar10_with_tensorboard/tensorflow_resnet_cifar10_with_tensorboard.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@
162162
"predictor = estimator.deploy(initial_instance_count=1, instance_type='ml.c4.xlarge')"
163163
]
164164
},
165+
{
166+
"cell_type": "markdown",
167+
"metadata": {},
168+
"source": [
169+
"# Prediction using the trained model\n",
170+
""
171+
]
172+
},
165173
{
166174
"cell_type": "markdown",
167175
"metadata": {},

0 commit comments

Comments
 (0)