Hey, I am having trouble importing resnet34 model into a Kaggle Kernal. It says:
URLError: <urlopen error [Errno -2] Name or service not known>’
when I try to run :
learn = ConvLearner.pretrained(resnet34, data, precompute=True)
Same as this person : https://www.kaggle.com/grroverpr/fast-ai-kaggle-kernels. Any way to get around this??