You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyways in trainer.py it should be like that. Otherwise the metrics are averaged with zero and therefore inaccurate
- batchsummary = {a: [0] for a in fieldnames}
+ batchsummary = {a: [] for a in fieldnames}
The text was updated successfully, but these errors were encountered:
edeguine
changed the title
Batch summary metrics are average with the initial zero
Batch summary metrics are averaged with the initial zero
Dec 18, 2022
I tried to open a PR but got an error.
Anyways in trainer.py it should be like that. Otherwise the metrics are averaged with zero and therefore inaccurate
The text was updated successfully, but these errors were encountered: