diff options
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 b9cc509..71d18da 100644 --- a/include/weights.h +++ b/include/weights.h @@ -1,5 +1,5 @@ #define KERN_NUM 12 -#define KERN_CHAN 8 +#define KERN_CHAN 6 #define KERN_SIZE 3 #define KERN_OSIZE (5-KERN_SIZE+1) // 5 #define CONV_NUM (KERN_NUM * KERN_OSIZE * KERN_OSIZE) // 108 |
