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 0aba073 commit 976740dCopy full SHA for 976740d
src/nnue/nnue_architecture.h
@@ -40,7 +40,7 @@ namespace Stockfish::Eval::NNUE {
40
using FeatureSet = Features::HalfKAv2_hm;
41
42
// Number of input feature dimensions after conversion
43
-constexpr IndexType TransformedFeatureDimensions = 1536;
+constexpr IndexType TransformedFeatureDimensions = 2048;
44
constexpr IndexType PSQTBuckets = 8;
45
constexpr IndexType LayerStacks = 8;
46
0 commit comments