From 354f447ad17b703aeb131f55d502e31ed1165c00 Mon Sep 17 00:00:00 2001 From: Qiea <1310371422@qq.com> Date: Tue, 12 Nov 2024 13:02:05 +0800 Subject: [PATCH] Update cnn_model.h --- PORTING/CNN/cnn_model.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PORTING/CNN/cnn_model.h b/PORTING/CNN/cnn_model.h index 3c7df91..67f8d92 100644 --- a/PORTING/CNN/cnn_model.h +++ b/PORTING/CNN/cnn_model.h @@ -38,7 +38,9 @@ typedef struct { #define FC1_WEIGHT_ARRSIZE (128*18432) //2359296 #define FC2_BIAS_ARRSIZE (7) #define FC2_WEIGHT_ARRSIZE (7*128) //896 -#if 1 + +#define is1250000 1 +#if is1250000 #define DATA_ARRSIZE (1250000) #else #define DATA_ARRSIZE (100 * 100)