Skip to content

Commit

Permalink
Increase L1 size to 1536 for new SFNNv6 net
Browse files Browse the repository at this point in the history
This was used to train a larger master net in:
official-stockfish/Stockfish#4593
  • Loading branch information
linrock committed May 30, 2023
1 parent c0c7b51 commit 9570fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from feature_transformer import DoubleFeatureTransformerSlice

# 3 layer fully connected network
L1 = 1024
L1 = 1536
L2 = 15
L3 = 32

Expand Down

0 comments on commit 9570fbb

Please sign in to comment.