Error using fast ai

learn = vision_learner(dls, resnet50, metrics=accuracy)
learn.fine_tune(3)

while running the upper cell, I’m getting this error and can’t able find any solution, can anybody help me?
OSError: image file is truncated (92 bytes not processed)