We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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.
add upsampling parameter qubvel-org#1106
bc9cde2
add upsampling parameter #1106 (#1123)
d9ab82a
* add upsampling parameter #1106 * docstring upsampling parameter #1123
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: