Dog Breed Challenge Precompute Error

To make the steps more clear…

  1. Go to the folder /home/paperspace/fastai/courses/dl1/fastai/

cd /home/paperspace/fastai/courses/dl1/fastai/

  1. Download the weights file

wget http://files.fast.ai/models/weights.tgz

  1. Unzip the file

tar -xvzf weights.tgz

Now the below steps will work fine :slightly_smiling_face:

learn = ConvLearner.pretrained(arch, data, precompute=True)

7 Likes