Skip to content

Commit

Permalink
bench 10722095
Browse files Browse the repository at this point in the history
  • Loading branch information
rn5f107s2 committed Aug 25, 2024
1 parent 33bac9a commit cc28d21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OBJ_DIR=build
MOLY_DIR=src
CXX=clang++

DEFAULT_NET_NAME=moly_20240526.nnue
DEFAULT_NET_NAME=abData-40.bin

DEFAULT_EXE = $(OBJ_DIR)/Molybdenum
DATAGEN_EXE = $(OBJ_DIR)/Datagen
Expand Down
Binary file added src/Nets/abData-40.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 @@ -13,7 +13,7 @@ enum Toggle {
};

static const int INPUT_SIZE = 12 * 64;
static const int L1_SIZE = 256;
static const int L1_SIZE = 32;
static const int OUTPUT_SIZE = 1;
static const int NET_SIZE = 3;
static const std::array<int, NET_SIZE> LAYER_SIZE = {INPUT_SIZE, L1_SIZE, OUTPUT_SIZE};
Expand Down

0 comments on commit cc28d21

Please sign in to comment.