We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@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.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: