From b5680f4705d1642c118bb8d5926a6f20db7c8fe5 Mon Sep 17 00:00:00 2001 From: Elkhadri Doha <doha.elkhadri@etu.ec-lyon.fr> Date: Fri, 1 Dec 2023 22:22:10 +0000 Subject: [PATCH] Replace TD2_Deep_Learning.ipynb --- TD2_Deep_Learning.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TD2_Deep_Learning.ipynb b/TD2_Deep_Learning.ipynb index 8c2a3a0..19c17c9 100644 --- a/TD2_Deep_Learning.ipynb +++ b/TD2_Deep_Learning.ipynb @@ -2308,14 +2308,14 @@ "eval_model(quantized_modified_model, dataloaders[\"val\"], criterion_modified)" ] }, - { + { "cell_type": "markdown", - "id": "fe954ce4", + "id": "9300868e", "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.", + "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