Learn.export() not exporting models

I have been try to export models using fastai v2.5.6. Yet I am noticing that the models are not getting exported in the same folder. I am wondering why?

You can checkout this gist file for reproducing if the issue exists or not

If you check the code quickly you’ll see that it’s saved to self.path/fname

So check learn.path and you’ll find it. (You can assign this in Learner.init)

1 Like

Thanks for clarifying. I was able to get the export it now.

1 Like