We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e7012 commit 4ed5ef2Copy full SHA for 4ed5ef2
src/nnue/nnue_architecture.h
@@ -38,7 +38,7 @@ namespace Stockfish::Eval::NNUE {
38
using FeatureSet = Features::HalfKAv2_hm;
39
40
// Number of input feature dimensions after conversion
41
-constexpr IndexType TransformedFeatureDimensions = 2048;
+constexpr IndexType TransformedFeatureDimensions = 2560;
42
constexpr IndexType PSQTBuckets = 16;
43
constexpr IndexType LayerStacks = 16;
44
0 commit comments