diff options
| author | tslil <tslil@posteo.de> | 2021-01-13 01:20:11 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 5159a45573f9b9c52814047816c418c2c450fde5 (patch) | |
| tree | 02e6e51d3c70cae70ff504377ad46aaea23db112 /include/weights.h | |
| parent | cfe5e03ba00d84bd98e95d5cbc92c5de27401b12 (diff) | |
Wider?
Diffstat (limited to 'include/weights.h')
| -rw-r--r-- | include/weights.h | 2 |
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]; |
