Getting Error on Kaggle while downlaoding model

I am trying to download resnet50 model on kaggle but it is throwing the error “URLError: <urlopen error [Errno -3] Temporary failure in name resolution>”

Below is my code:

arch = models.resnet50
learn = cnn_learner(data, arch, metrics=[error_rate])

Thanks

sounds like a network issue which should go away on its own, normally quite quickly.

i was having lots of problems yesterday with pip installs falling over halfway through having connections reset. i think the intertubes were having a bad day.

Thanks @joedockrill

I turns out that I forgot to connect my kaggle kernel to internet from the settings menu.