Cleaner and more outputs during training initialization.

This commit is contained in:
Tomasz Sobczyk
2020-10-24 14:21:59 +02:00
committed by nodchip
parent b882423005
commit 2c477d76ec
12 changed files with 129 additions and 94 deletions
+3 -2
View File
@@ -65,8 +65,9 @@ namespace Eval::NNUE::Layers {
}
static std::string get_layers_info() {
std::string info = std::to_string(kLayerIndex);
info += ": ";
std::string info = " - ";
info += std::to_string(kLayerIndex);
info += " - ";
info += get_name();
return info;
}