mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08: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