File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ namespace Stockfish::Eval::NNUE {
4040using FeatureSet = Features::HalfKAv2_hm;
4141
4242// Number of input feature dimensions after conversion
43- constexpr IndexType TransformedFeatureDimensions = 2048 ;
43+ constexpr IndexType TransformedFeatureDimensions = 256 ;
4444constexpr IndexType PSQTBuckets = 8 ;
4545constexpr IndexType LayerStacks = 8 ;
4646
You can’t perform that action at this time.
0 commit comments