From ac32019b72e40c107323b82c972b37387cacf002 Mon Sep 17 00:00:00 2001 From: Ben Akka Zakariae <zakariae.ben-akka@etu.ec-lyon.fr> Date: Fri, 24 Nov 2023 13:25:46 +0000 Subject: [PATCH] Replace 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 1080bd5..43202c6 100644 --- a/TD2_Deep_Learning.ipynb +++ b/TD2_Deep_Learning.ipynb @@ -960,7 +960,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - " Exercise 2: Quantization: try to compress the CNN to save space\n", + " ## Exercise 2: Quantization: try to compress the CNN to save space\n", " \n", " Quantization doc is available from https://pytorch.org/docs/stable/quantization.html#torch.quantization.quantize_dynamicThe Exercise is to quantize post training the above CNN model. Compare the size reduction and the impact on the classification accuracy The size of the model is simply the size of the file." ] @@ -1334,7 +1334,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - " **Exercise 3: working with pre-trained models.**" + " ## Exercise 3: working with pre-trained models." ] }, { -- GitLab