-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
About window_size
in MOAT
#146
Comments
Thanks for your interest! Please see deeplab2/model/layers/moat_blocks.py Line 329 in 7a01a71
Our setting can be found in the experimental sections on paper, but I can provide the information here: |
Thanks for your point out. I also noticed the implementation of the When using the global window size, the current implementation will still record a fixed window size, depending on the input size in the build stage. Therefore, if the given input size is different from the recorded size, the |
Thank you for finding this typo. If you want to evaluate the model with an input size that is different from your training phase, you will need to create another model that is built with that input size and loads the weights. This is how the current tensorflow model works. |
I found
window_size
is None in MOATdeeplab2/model/pixel_encoder/moat.py
Lines 347 to 360 in eb66c85
deeplab2/model/pixel_encoder/moat.py
Line 405 in eb66c85
Is only global attention used for segmentation tasks?
The text was updated successfully, but these errors were encountered: