Skip to content

Commit

Permalink
Increase L1 size to 2048 for training SFNNv7 nets
Browse files Browse the repository at this point in the history
This was used to train a larger master net (nn-1b951f8b449d.nnue)
official-stockfish/Stockfish#4593
  • Loading branch information
linrock committed Jul 1, 2023
1 parent 85a0979 commit 5438615
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 = 1536
L1 = 2048
L2 = 15
L3 = 32

Expand Down

0 comments on commit 5438615

Please sign in to comment.