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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: