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…