I’ve looked here on the forums and on the web but I can’t come up with an answer to what must be a dumb question: When I use learner.save('name') where is name saved? I’ve looked around all the folders in the console and can’t find anything. The save function has a path argument but that’s something I’m passing in.
I found this option helpful when using fastai on kaggle, since the project workspace is READONLY. ( kaggle does not allow you to write this pretrained model into the images directory , which is in the workspace.)