feat(Evaluation): added "no_of_samples", "ratio_of_classes" metrics to aid model debugging (#56)

This commit is contained in:
Mark Aron Szulyovszky
2021-12-20 16:38:44 +01:00
committed by GitHub
parent a7414eac23
commit 122b7bb128
2 changed files with 12 additions and 1 deletions
-1
View File
@@ -142,7 +142,6 @@ for asset in data_config['all_assets']:
if WANDB:
combined_metrics = results.mean(axis=1)
wandb.log({'results': results})
wandb.log({'combined': combined_metrics})
if wandb.run is not None: