From 031e14dd187aa4fdd3d594f76d804c0b5066c293 Mon Sep 17 00:00:00 2001 From: Benyahia Mohammed Oussama <mohammed.benyahia@etu.ec-lyon.fr> Date: Mon, 31 Mar 2025 12:27:25 +0000 Subject: [PATCH] Edit README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b8fa61..4be47de 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ How many learnable parameters does this neural network have? - Input channels: 6 - Output channels: 64 - Kernel size: 4×4 - - Parameters in conv1 = (4×4×6+1(bias))×64 = **6208** + - Parameters in conv1 : **(4×4×6+1(bias))×64 = 6208** 2. **conv2:** - Weights: 4 × 4 × 64 × 128 = **131072** -- GitLab