Ashis Kumar Panda
1 min readSep 8, 2018

--

William Horton , This one is really awesome and super helpful . I’m facing one problem though . May I know how to work with resnext101_64 architecture .If I run the below command with arch=resnext101_64

learn=ConvLearner.pretrained(arch,data,precompute=True,tmp_name=TMP_PATH, models_name=MODEL_PATH)

Its saying

No such file or directory: '/opt/conda/lib/python3.6/site-packages/fastai-0.6-py3.6.egg/fastai/weights/resnext_101_64x4d.pth'

If I try to download the weights and move the weights to the above said location , it says this is a read only location .

Appreciate your help in advance.

--

--

Ashis Kumar Panda
Ashis Kumar Panda

Written by Ashis Kumar Panda

https://www.linkedin.com/in/ashis-panda/ .. Simplifying tough concepts in Machine Learning domain one at a time| Lifelong learner

No responses yet