Print the used factorizer when intializing training.

This commit is contained in:
Tomasz Sobczyk
2020-10-26 13:52:35 +01:00
committed by nodchip
parent e01397c674
commit ba390a7f9a
4 changed files with 37 additions and 0 deletions

View File

@@ -68,6 +68,11 @@ namespace Eval::NNUE {
out << std::endl;
out << "Factorizers:\n"
<< Features::Factorizer<RawFeatures>::get_factorizers_string() << std::endl;
out << std::endl;
assert(feature_transformer);
assert(network);