Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch summary metrics are averaged with the initial zero #20

Open
edeguine opened this issue Dec 18, 2022 · 0 comments
Open

Batch summary metrics are averaged with the initial zero #20

edeguine opened this issue Dec 18, 2022 · 0 comments

Comments

@edeguine
Copy link

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

-        batchsummary = {a: [0] for a in fieldnames}
+        batchsummary = {a: [] for a in fieldnames}
@edeguine 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant