Cadene / Cadene/pretrained-models.pytorch
http://data.lip6.fr/cadene/pretrainedmodels/ has no connection
- Dominant language
- Python
- Stars
- 9.1k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
I tried to load pre-trained model "inceptionresnetv2", but it failed to connect.
The command as below:
pretrainedmodels.__dict__[inceptionresnetv2](num_classes=1000, pretrained='imagenet')
and I got the error:
HTTPConnectionPool(host='data.lip6.fr', port=80): Max retries exceeded with url: /cadene/pretrainedmodels/inceptionresnetv2-520b38e4.pth (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out',))
I was confused for a long time. thank you.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the pretrainedmodels.__dict__[inceptionresnetv2](num_classes=1000, pretrained='imagenet') entry point and trace how it requests /cadene/pretrainedmodels/inceptionresnetv2-520b38e4.pth from data.lip6.fr. Check whether the referenced download endpoint is still configured and verify that loading the ImageNet weights succeeds after the issue is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100