From 8a76ee22e0fc4818148d1817a409ab06ac19c236 Mon Sep 17 00:00:00 2001 From: Elkhadri Doha <doha.elkhadri@etu.ec-lyon.fr> Date: Fri, 1 Dec 2023 22:20:28 +0000 Subject: [PATCH] Update TD2_Deep_Learning.ipynb --- TD2_Deep_Learning.ipynb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TD2_Deep_Learning.ipynb b/TD2_Deep_Learning.ipynb index 43d83e9..8c2a3a0 100644 --- a/TD2_Deep_Learning.ipynb +++ b/TD2_Deep_Learning.ipynb @@ -2308,6 +2308,14 @@ "eval_model(quantized_modified_model, dataloaders[\"val\"], criterion_modified)" ] }, + { + "cell_type": "markdown", + "id": "fe954ce4", + "metadata": {}, + "source": [ + "## The quantization process maintains accuracy, and its impact on reducing file size is minimal. Therefore, the use of quantization is not significant in this context.", + ] + } { "cell_type": "markdown", "id": "04a263f0", -- GitLab