Kaggle kernel issue running notebook

after making ImageDataBunch object I was trying to make the model, with this line of code. When it downloads the model weights I get error message like read-only OS , no write access. I’m using kaggle kernel. What should I do? Public Kernel : https://www.kaggle.com/mayeesha/maleria-cell-classification-fastai-lesson-1-2019?scriptVersionId=10392917

learn = create_cnn(data, models.resnet34, metrics=error_rate)

When creating ImageDataBunch object, what does path indicate?

I solved the path issue by setting path = ‘…’ aka current directory. I think I was trying to access read only input directory back then. Here’s the full kernel classifying infected malaria cells from uninfected ones on 2000 images.

https://www.kaggle.com/mayeesha/maleria-cell-classification-fastai-lesson-1-2019?scriptVersionId=10395486

Screenshot_5