Cadene / Cadene/pretrained-models.pytorch

Se_resnext101_32x4d, When i download the pretrained weight, how to load it. And i can't use the internet to download the weight ,when i build the model.

Open
#155 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9.1k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

`model = se_resnext101_32x4d(pretrained='se_resnext101_32x4d-3b2fe3d8.pth')`

KeyError: 'se_resnext101_32x4d-3b2fe3d8.pth'

I don't kown how to use it, who can help me

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the implementation and usage of se_resnext101_32x4d, focusing on how its pretrained argument handles the named .pth file. Reproduce the KeyError with the supplied call and verify documented behavior for loading the downloaded weight while building the model without internet access.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
machine-learning
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.