1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src/nnue
Joost VandeVondele bc45cbc820 Output some basic info about the used networks
Adds size in memory as well as layer sizes as in

info string NNUE evaluation using nn-ae6a388e4a1a.nnue (132MiB, (22528, 3072, 15, 32, 1))
info string NNUE evaluation using nn-baff1ede1f90.nnue (6MiB, (22528, 128, 15, 32, 1))

For example, the size in MiB is useful to keep the fishtest memory sizes up-to-date,
the L1-L3 sizes give a useful hint about the architecture used.

closes https://github.com/official-stockfish/Stockfish/pull/5193

No functional change
2024-04-28 21:27:28 +02:00
..
features Implement accumulator refresh table 2024-04-24 18:38:20 +02:00
layers Remove some outdated SIMD functions 2024-01-17 18:04:29 +01:00
network.cpp Output some basic info about the used networks 2024-04-28 21:27:28 +02:00
network.h Implement accumulator refresh table 2024-04-24 18:38:20 +02:00
nnue_accumulator.h Fix missing initialization of AccumulatorCaches in Eval::trace 2024-04-28 21:26:36 +02:00
nnue_architecture.h Update NNUE architecture to SFNNv9 and net nn-ae6a388e4a1a.nnue 2024-04-02 08:49:48 +02:00
nnue_common.h Update copyright year 2024-01-04 15:47:10 +01:00
nnue_feature_transformer.h Implement accumulator refresh table 2024-04-24 18:38:20 +02:00
nnue_misc.cpp Implement accumulator refresh table 2024-04-24 18:38:20 +02:00
nnue_misc.h Implement accumulator refresh table 2024-04-24 18:38:20 +02:00