pytorch 1.6 saves as a zip file, sounds like you’ve managed to update pytorch without updating fastai.
you could either
pip install fastai --upgrade
and export your model again if you’ve got the .pth file saved, or use pytorch 1.6 in your requirements.txt
3 Likes