Load_learner() for "export.pkl" Not found

Solution found:
colab is using fastai version 1.0.36 while the “load_learner()” method is on the latest github (fastai version 1.0.40+), so I updade the fast.ai lib with:
!pip install --upgrade git+https://github.com/fastai/fastai.git

3 Likes