To make the steps more clear…
- Go to the folder /home/paperspace/fastai/courses/dl1/fastai/
cd /home/paperspace/fastai/courses/dl1/fastai/
- Download the weights file
wget http://files.fast.ai/models/weights.tgz
- Unzip the file
tar -xvzf weights.tgz
Now the below steps will work fine
learn = ConvLearner.pretrained(arch, data, precompute=True)