Frequent/possible Errors while practicing lesson 1

I am using paper space gradient notebook ( Base Container Fast.ai 1.0 / PyTorch 1.0 BETA, Machine P5000)
and updated the fast ai library ( pip install fastai --upgrade)
while running lesson 1 code by making a copy of it
obs1: after downloading and untaring data if it is not getting/showing annotations
error1_1
you wil get an error like can’t able to read certain image while running learn.fit_one_cycle(4)
problem:dataset is not downloaded properly
solution:go to storage try to delete it or rename the dataset, start downloading the data again it will resolve the error
Hope this will help for beginners like me

1 Like