diff --git a/src/Nets/raw.bin b/src/Nets/raw.bin index 4e762b7..d39aa5e 100644 Binary files a/src/Nets/raw.bin and b/src/Nets/raw.bin differ diff --git a/src/nnue.h b/src/nnue.h index 982385a..ae846d3 100644 --- a/src/nnue.h +++ b/src/nnue.h @@ -16,7 +16,7 @@ enum Toggle { static const int INPUT_SIZE = 12 * 64; static const int L1_SIZE = 256; static const int L2_SIZE = 8; -static const int L3_SIZE = 16; +static const int L3_SIZE = 32; static const int OUT_SIZE = 1; struct Weights {