From 5159a45573f9b9c52814047816c418c2c450fde5 Mon Sep 17 00:00:00 2001 From: tslil Date: Wed, 13 Jan 2021 01:20:11 -0500 Subject: Wider? --- include/weights.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/weights.h') 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]; -- cgit v1.3.1