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
The parallel implementation is not releasing memory... it keeps growing. After some googling, I found that the pool in ParallelEvaluator should be closed by calling pool.close() followed by pool.join()