Print some weight update stats

This commit is contained in:
Tomasz Sobczyk
2020-10-24 11:15:59 +02:00
committed by nodchip
parent be3937c37b
commit ec436d3dfd
4 changed files with 45 additions and 8 deletions

View File

@@ -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;
};