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

Memory leak during parameter screening #242

Open
florian-huber opened this issue Oct 16, 2024 · 2 comments
Open

Memory leak during parameter screening #242

florian-huber opened this issue Oct 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@florian-huber
Copy link
Contributor

When using the parameter_search function to do a simple grid search, we currently have memory leaks.
This is not during the actual training but seems to happen when evaluating the model after training.

This leads to the parameter search crashing after a few iterations (even on a 128GB RAM machine).

@florian-huber florian-huber added the bug Something isn't working label Oct 16, 2024
@justinjjvanderhooft
Copy link

Hmm, good to know. These weren't there in version 1 afaik, any pointers as to where they occur?

@florian-huber
Copy link
Contributor Author

I have some ideas, and seems like we can easily fix at least the main causes quickly. (PR coming soon)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants