Issue: broken data stream when reading image file

i am try to implement cat breed classifier in kaggle, after lots of trouble shooting i was able to download the model but when i do fit_one_cycle it runs for given cycles and then shows OSError: broken data stream when reading image file.
what should i do ?
there is also this error which says read-only file system which prevents learn.unfreeze()

Generally this error means that your the files you are accessing are write protected or your permissions are not sufficient. I would try and check if you have any such issues.

Cheers mrfabulous1 :smiley: :smiley: