Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you give me a ResNeSt-26 in pytorch? Thanks! #169

Open
Kingtin opened this issue Jan 17, 2022 · 2 comments
Open

Can you give me a ResNeSt-26 in pytorch? Thanks! #169

Kingtin opened this issue Jan 17, 2022 · 2 comments

Comments

@Kingtin
Copy link

Kingtin commented Jan 17, 2022

No description provided.

@zhanghang1989
Copy link
Owner

The model definition can be found at
#29

There is no pytorch pretrained weights, but there is a mxnet version https://cv.gluon.ai/model_zoo/classification.html#resnest

@brendanartley
Copy link

@Kingtin the model is now available as part of timm. You can create a pre-trained version of the model with something like this.

import timm

model = timm.create_model('resnest26d.gluon_in1k', pretrained=True)

See more info on HuggingFace here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants