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
I did this locally and it works perfectly well, but I legally cannot make a pull request. It is simple and easy.
On file segmentation_models_pytorch/decoders/segformer/model.py:
Line 60: Add upsampling: int = 4,, after activation param and before aux_params. Line 85: swap the parameter value from 4 to upsampling.
upsampling: int = 4,
4
upsampling
This is all. I've done it locally and I think the community would benefit.
Thank you
The text was updated successfully, but these errors were encountered:
Sounds good to me! Will add a tag for contribution form community
Sorry, something went wrong.
No branches or pull requests
I did this locally and it works perfectly well, but I legally cannot make a pull request. It is simple and easy.
On file segmentation_models_pytorch/decoders/segformer/model.py:
Line 60: Add
upsampling: int = 4,
, after activation param and before aux_params.Line 85: swap the parameter value from
4
toupsampling
.This is all. I've done it locally and I think the community would benefit.
Thank you
The text was updated successfully, but these errors were encountered: