Hi everyone, I’m doing some experiments with FastAI’s unet_learner in this Google Colab notebook.
I want to save my work but learn.export()
is failing with the error PicklingError: Can't pickle <function <lambda> at 0x7f60e83e6bf8>: attribute lookup <lambda> on __main__ failed
Any ideas?