mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Print the used factorizer when intializing training.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user