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)