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
Back when caching was implemented, joblib had some pickling issues that led to us creating our own in-memory memoization. Apparently joblib now works okay with dill and should have less trouble pickling arbitrary objects (though this needs some verification), so we should try to replace our current caching approach with a joblib-based solution.
The text was updated successfully, but these errors were encountered:
Back when caching was implemented, joblib had some pickling issues that led to us creating our own in-memory memoization. Apparently joblib now works okay with dill and should have less trouble pickling arbitrary objects (though this needs some verification), so we should try to replace our current caching approach with a joblib-based solution.
The text was updated successfully, but these errors were encountered: