Skip to content

Commit c97f5cb

Browse files
committed
L1-256 nn-ecb35f70ff2a.nnue
bench 1602154
1 parent 42d2842 commit c97f5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/evaluate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace Eval {
3838
// The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
3939
// for the build process (profile-build and fishtest) to work. Do not change the
4040
// name of the macro, as it is used in the Makefile.
41-
#define EvalFileDefaultName "nn-c38c3d8d3920.nnue"
41+
#define EvalFileDefaultName "nn-ecb35f70ff2a.nnue"
4242

4343
namespace NNUE {
4444

src/nnue/nnue_architecture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Stockfish::Eval::NNUE {
4040
using FeatureSet = Features::HalfKAv2_hm;
4141

4242
// Number of input feature dimensions after conversion
43-
constexpr IndexType TransformedFeatureDimensions = 2048;
43+
constexpr IndexType TransformedFeatureDimensions = 256;
4444
constexpr IndexType PSQTBuckets = 8;
4545
constexpr IndexType LayerStacks = 8;
4646

0 commit comments

Comments
 (0)