Using Unet learner for image masking

I am trying to implement the unet learner for the Carvana images masking challenge from kaggle but can’t able to load the learner.
Error is shown:
URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
can somebody help me out?
I guess it is related to downloading the pre-trained model from PyTorch.