Update cnn_model.h

This commit is contained in:
Qiea
2024-11-26 09:33:11 +08:00
parent 962756bbdb
commit fbc771d3a3

View File

@@ -40,7 +40,7 @@ typedef struct {
//1为跑原始数据 0为跑100矩阵 //1为跑原始数据 0为跑100矩阵
#define is1300000 0 #define is1300000 1
#if is1300000 #if is1300000
#define DATA_ARRSIZE (1300000) #define DATA_ARRSIZE (1300000)
#else #else