Skip to content

Commit c70311a

Browse files
committed
TF Model Optimisation - Using keras dataset
1 parent 81d9c5d commit c70311a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

00_Miscellaneous/model_optimisation/Tutorial - TensorFlow Model Optimisation for Serving - MNIST with Keras.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@
11821182
},
11831183
{
11841184
"cell_type": "code",
1185-
"execution_count": null,
1185+
"execution_count": 35,
11861186
"metadata": {},
11871187
"outputs": [
11881188
{
@@ -1192,6 +1192,11 @@
11921192
"models/mnist/keras_classifier/export/1538930452/optimised\n",
11931193
"\n",
11941194
"Model loading time: 0.103157 seconds\n",
1195+
"\n",
1196+
"Inference elapsed time: 31.120613 seconds\n",
1197+
"\n",
1198+
"Prediction produced for 300 instances batch, repeated 100 times\n",
1199+
"Average latency per batch: 0.31120613 seconds\n",
11951200
"\n"
11961201
]
11971202
}

0 commit comments

Comments
 (0)