Skip to content

Commit

Permalink
Increase L1 to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaCat-OuO committed Sep 13, 2024
1 parent 4046700 commit ccabb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnue/nnue_architecture.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Stockfish::Eval::NNUE {
using FeatureSet = Features::HalfKAv2_hm;

// Number of input feature dimensions after conversion
constexpr IndexType TransformedFeatureDimensions = 1024;
constexpr IndexType TransformedFeatureDimensions = 2048;
constexpr IndexType PSQTBuckets = 16;
constexpr IndexType LayerStacks = 16;

Expand Down

0 comments on commit ccabb38

Please sign in to comment.