Update cnn_model.h
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user