Skip to content

Commit

Permalink
bench 10754328
Browse files Browse the repository at this point in the history
  • Loading branch information
rn5f107s2 committed Dec 23, 2024
1 parent 6af698c commit 12d53bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/Nets/raw.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion src/nnue.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 12d53bb

Please sign in to comment.