From 0212c463982dd210fc530c11bd99a35b6b2a1749 Mon Sep 17 00:00:00 2001 From: paulguercav <guerincavaropaul@gmail.com> Date: Fri, 1 Dec 2023 20:53:57 +0100 Subject: [PATCH] Update TD2 Deep Learning.ipynb --- TD2 Deep Learning.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TD2 Deep Learning.ipynb b/TD2 Deep Learning.ipynb index 90f5759..f860ee7 100644 --- a/TD2 Deep Learning.ipynb +++ b/TD2 Deep Learning.ipynb @@ -2410,7 +2410,7 @@ }, { "cell_type": "markdown", - "id": "fda7f893", + "id": "75eedfd8", "metadata": {}, "source": [ "# Last layer modification" @@ -2419,7 +2419,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "71aec74d", + "id": "23ed4bb7", "metadata": { "scrolled": true }, @@ -2673,7 +2673,7 @@ }, { "cell_type": "markdown", - "id": "0b216cdf", + "id": "d092b026", "metadata": {}, "source": [ "The output data is really similar to the previous result. This can be because the test data set is small" @@ -2681,7 +2681,7 @@ }, { "cell_type": "markdown", - "id": "79411410", + "id": "59a0d2c6", "metadata": {}, "source": [ "# Quantization " @@ -2690,7 +2690,7 @@ { "cell_type": "code", "execution_count": 15, - "id": "9e3b6a11", + "id": "78a660bc", "metadata": {}, "outputs": [ { @@ -2732,7 +2732,7 @@ }, { "cell_type": "markdown", - "id": "e2f2d2d7", + "id": "a481c963", "metadata": {}, "source": [ "Hence the modification of the last layer doesn't affect that much the size of the model" -- GitLab