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
Consider a problem, where one would like to save an intermediate learning result and continue later. i.e. to increase accuracy.
Saving and loading Learner2D works like charm and I can continue where I left off, but loading a LearnerND throws an error: learner.function cannot be pickled.
Consider a problem, where one would like to save an intermediate learning result and continue later. i.e. to increase accuracy.
Saving and loading Learner2D works like charm and I can continue where I left off, but loading a LearnerND throws an error:
learner.function cannot be pickled
.Here is a reproducible example for a notebook:
The text was updated successfully, but these errors were encountered: