From 4ec810a2bb0ed393e59e0a03f8c98ec09805e989 Mon Sep 17 00:00:00 2001 From: tslil Date: Fri, 15 Jan 2021 12:34:44 -0500 Subject: There was a bug in the minimax! --- include/weights.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/weights.h') 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 -- cgit v1.2.3