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

Make the calculation of metrics more memory-efficient #5

Open
avaucher opened this issue Aug 2, 2023 · 0 comments
Open

Make the calculation of metrics more memory-efficient #5

avaucher opened this issue Aug 2, 2023 · 0 comments

Comments

@avaucher
Copy link
Member

avaucher commented Aug 2, 2023

Currently, the ground truth and predictions are loaded as lists in memory.
There is some reuse in the lists, but maybe it would be better to iterate through the files instead with a low memory footprint.

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