Hi,
I encountered an issue when trying to load the pretrained DLA34 weights.
The code attempts to download the checkpoint from:
http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth
However, the download fails with:
ConnectionRefusedError: [Errno 111] Connection refused
urllib.error.URLError: <urlopen error [Errno 111] Connection refused>
It seems the official pretrained weight URL is currently not accessible.
Could you please confirm:
- Is this still the correct download link for DLA34 pretrained weights?
- Is there an alternative mirror available?
- Or should we manually download the checkpoint from another location?
Thanks for your help!
Hi,
I encountered an issue when trying to load the pretrained DLA34 weights.
The code attempts to download the checkpoint from:
http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth
However, the download fails with:
ConnectionRefusedError: [Errno 111] Connection refused
urllib.error.URLError: <urlopen error [Errno 111] Connection refused>
It seems the official pretrained weight URL is currently not accessible.
Could you please confirm:
Thanks for your help!