Error loading pertained densenet

When I want to use a pretrained densenet model I am getting this error:

model.load_state_dict(model_zoo.load_url(model_urls[‘densenet201’]))

urllib2.URLError: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>

Any ideas?
Thanks!

You can use these links:
A PyTorch implementation of DenseNet [Bamos]
A PyTorch Implementation for DenseNets [Andreasveit]
Note: the topic of this post has typo (i.e., ‘Pre-trained’)