From a711c5d61101f19fa6f926368bbc446663b5f2d1 Mon Sep 17 00:00:00 2001 From: fred3105 <66426745+fred3105@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:17:44 +0100 Subject: [PATCH] Update TD2 Deep Learning.ipynb --- TD2 Deep Learning.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TD2 Deep Learning.ipynb b/TD2 Deep Learning.ipynb index 6027c83..9133752 100644 --- a/TD2 Deep Learning.ipynb +++ b/TD2 Deep Learning.ipynb @@ -1406,14 +1406,14 @@ }, { "cell_type": "code", - "execution_count": 47, + "execution_count": 56, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Predicted class is: red fox\n" + "Predicted class of quantized ResNet is: red fox\n" ] } ], -- GitLab