mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-27 04:26:24 +08:00
Print some weight update stats
This commit is contained in:
@@ -68,6 +68,7 @@ namespace Eval::NNUE {
|
||||
struct Example {
|
||||
std::vector<TrainingFeature> training_features[2];
|
||||
Learner::PackedSfenValue psv;
|
||||
Value discrete_nn_eval;
|
||||
int sign;
|
||||
double weight;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user