Show model version in b_main

This commit is contained in:
2024-04-09 23:20:19 +02:00
parent 72ea62f783
commit 5ec7fe8d00
2 changed files with 8 additions and 5 deletions

View File

@@ -26,6 +26,9 @@ namespace platform {
max_name = fileName.size();
}
std::cout << Colors::MAGENTA() << "*** Starting experiment: " << result.getTitle() << " ***" << Colors::RESET() << std::endl << std::endl;
auto clf = Models::instance()->create(result.getModel());
auto version = clf->getVersion();
std::cout << Colors::BLUE() << " Using " << result.getModel() << " ver. " << version << std::endl << std::endl;
if (!quiet) {
std::cout << Colors::GREEN() << " Status Meaning" << std::endl;
std::cout << " ------ --------------------------------" << Colors::RESET() << std::endl;