From d801d6d59d55b1641d04f6fad99e555b367a44cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Fri, 1 May 2026 02:10:03 +0200 Subject: [PATCH] minor changes --- cnn_website/src/Bird_CNN.css | 2 +- cnn_website/src/Bird_CNN.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cnn_website/src/Bird_CNN.css b/cnn_website/src/Bird_CNN.css index b4fcaad..6b2c91e 100644 --- a/cnn_website/src/Bird_CNN.css +++ b/cnn_website/src/Bird_CNN.css @@ -63,7 +63,7 @@ a:hover { flex-wrap: wrap; overflow: hidden; border-radius: 12px; - margin: 180px 50px 0px 50px; + margin: 180px 50px 50px 50px; } .image-box { diff --git a/cnn_website/src/Bird_CNN.jsx b/cnn_website/src/Bird_CNN.jsx index 43675be..1c1dedd 100644 --- a/cnn_website/src/Bird_CNN.jsx +++ b/cnn_website/src/Bird_CNN.jsx @@ -123,7 +123,7 @@ function Bird_CNN() {
The model used for classification is a convolutional neural network (CNN) based on depthwise separable convolutions, as introduced in the Xception: Deep Learning with Depthwise Separable Convolutions - paper by François Chollet. It uses who knows how many layers, a dropout and multiple batchnormalsation. + paper by François Chollet. The model uses who knows how many layers, a dropout and multiple batchnormalsation.