aboutsummaryrefslogtreecommitdiff
path: root/include/weights.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-13 01:20:11 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit5159a45573f9b9c52814047816c418c2c450fde5 (patch)
tree02e6e51d3c70cae70ff504377ad46aaea23db112 /include/weights.h
parentcfe5e03ba00d84bd98e95d5cbc92c5de27401b12 (diff)
Wider?
Diffstat (limited to 'include/weights.h')
-rw-r--r--include/weights.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/weights.h b/include/weights.h
index 18079ba..b9cc509 100644
--- a/include/weights.h
+++ b/include/weights.h
@@ -5,7 +5,7 @@
#define CONV_NUM (KERN_NUM * KERN_OSIZE * KERN_OSIZE) // 108
#define DENSE1_NUM 9
-#define DENSE2_NUM 9
+#define DENSE2_NUM 10
extern const float conv2d_weights[KERN_NUM][KERN_SIZE][KERN_SIZE][KERN_CHAN];
extern const float conv2d_biases[KERN_NUM];