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
Hi! I believe that we must use a mask in window self attention only when we shift windows. But here
SwinIR/models/network_swinir.py
Line 262 in 6545850
This might introduce errors at the bottom edge or at the right edge of an image.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I believe that we must use a mask in window self attention only when we shift windows.
But here
SwinIR/models/network_swinir.py
Line 262 in 6545850
we use the mask all the time, for shifted and non shifted windows.
This might introduce errors at the bottom edge or at the right edge of an image.
The text was updated successfully, but these errors were encountered: