From d889489259eafe82f48e6225985a0b5d7965cef8 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Wed, 10 Jul 2024 16:16:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96efa40..42f0d95 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Note: A block like (3): L1NormLayer() (4): NNMF2d(75, 32, pfunctype=0, local_learning=False) ``` -represents one(!) Con2d NNMF Layer. We just see more of the innards that for a normal Conv2d. +represents one(!) Conv2d NNMF Layer. We just see more of the innards that for a normal Conv2d. ```