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: