Learn.save() and learn.export() not working

I spent hours training a model and learn.save is not saving my model.

I also ran this command: find . -name *.pth -print

Can’t find it anywhere. It’s just not saving it.

Please help.

What platform are you using? How are you running the two commands? We need just a little more information then we can help a bit better :slight_smile:

1 Like

I’m using JupyterLab on GCP.

42%20PM

Just for future reference, I just fixed the same problem I am having by specifying the whole path rather just the name of the file in the save or export functions. This way, the file is saved and found!