Colab fastai install

after running: learn = ConvLearner.pretrained(arch, data, precompute=True)
I get the error:
[Errno 2] No such file or directory: ‘/usr/local/lib/python3.6/dist-packages/fastai/weights/resnext_101_64x4d.pth’

So the models/weights aren’t where they need to be: Dang, I’m so close to getting this to work…

We don’t generally recommend using resnext, FYI.

@Cats Can you try posting in this thread for Collab: Platform: Colab ✅

You might be able to get more answers there.

1 Like