Error when executing ConvLearner

When I run cell having code
learn = ConvLearner.pretrained(arch, data, precompute=True)
It gives me OS Error “OSError: Is a directory: data/dogscats/train/cats/.ipynb_checkpoints”
I haven’t tampered any data files just running entire notebook as it is.
Path variable value is PATH = "../../../data/dogscats/"
Has anyone faced this problem, If yes please help me to solve it.

1 Like