Update report layout

This commit is contained in:
Ed Addario 2025-08-05 13:32:59 +01:00
parent 49996a19da
commit 4c3fea89d6
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 1 additions and 1 deletions

View File

@ -1359,7 +1359,7 @@ static bool show_statistics(const common_params & params) {
const auto layers = std::count_if(ls.begin(), ls.end(), [](const auto & kv) { return kv.first >= 0; }); const auto layers = std::count_if(ls.begin(), ls.end(), [](const auto & kv) { return kv.first >= 0; });
LOG_INF("\nComputing aggregated statistics per layer (%ld layers)\n", layers); LOG_INF("\nComputing aggregated statistics per layer (%ld layers)\n", layers);
LOG_INF("\n%6s\t%16s\t%7s\t%11s\n", LOG_INF("\n%6s\t%13s\t%5s\t%10s\n",
"Layer", "Layer",
tensor_calc_mode == 1 ? "L₂ Norm" : "Σ(Act²)", tensor_calc_mode == 1 ? "L₂ Norm" : "Σ(Act²)",
"ZD", "ZD",