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
Sorry for not being descriptive but it would be benefical to add this transformer-based model to SMP. I will add a more quality description ASAP
arXiv paper link: https://arxiv.org/pdf/2104.13840.pdf
timm model source code link: https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/twins.py
The text was updated successfully, but these errors were encountered:
Hey @melikechan, twins encoder is supported, see https://smp.readthedocs.io/en/latest/encoders_timm.html (at the very bottom of the page)
Sorry, something went wrong.
You can use it as follows
model = smp.Unet("tu-twins_pcpvt_base")
Please use tu- prefix for any encoder from timm library
tu-
I was actually asking about the model itself, instead of using its encoder in another model.
No branches or pull requests
Sorry for not being descriptive but it would be benefical to add this transformer-based model to SMP. I will add a more quality description ASAP
arXiv paper link: https://arxiv.org/pdf/2104.13840.pdf
timm model source code link: https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/twins.py
The text was updated successfully, but these errors were encountered: