Using self-trained model on a local computer

Hi everyone,

I have seen quite a few guides and stuff on using a trained model. So basically what I have done was to train my model on sagemaker, and export it via .pkl. From there, I downloaded it into my own local computer. However, once I try to load my model into my local computer using load learner, it says no such module. I’m using fastai v2 and looking through the docs I couldn’t find the load learner either. Any help to load the module will be great.

Thanks!!

Hi @sourdurian,

Here it is in the docs: https://docs.fast.ai/learner#load_learner

1 Like

hi Stefan,

Yeap I realized theres an issue when i imported. Thanks though!