Question about fastai saved models

Just a question in my mind. I was thinking if i could use the fastai saved model in another environment just by using pytorch. I tried some fiddling around but couldn’t get around the errors. I wonder if anyone has done it :thinking:. It would be a good learning experience for all of us

I guess you only need to re-create the same nn.Module structure, and then you easily can restore the saved structure.

yeah i was doing so but there are some functions which are just specific in fastai library like callbacks, which i don’t actually understand. Thats why I was asking. I thought it would be a good self project