diff options
| author | tslil <tslil@posteo.de> | 2021-01-15 12:34:44 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 4ec810a2bb0ed393e59e0a03f8c98ec09805e989 (patch) | |
| tree | afc88799190c3e8b035b50efc4b57bb299d5bb4a /include/weights.h | |
| parent | c1773e2712c5878e5f40e47e4a463a14724f55a8 (diff) | |
There was a bug in the minimax!
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 |
