You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your interest! We have also noticed this bug and asked for the anthor about it, you can reference this SongTang-x/SwinLSTM#5 (comment) issue for add a new layer to upsample the input. We also will update this code for later. Hope my answer makes sense to you.
After changing the patch_size of SwinLSTM_B to 4, an error occurred:
Input image height (128) doesn't match model (256).
This error is coming from this piece of code:
It performs upsampling with a factor of 2, and when the patch_size is 4, the output no longer matches the original image size.
The text was updated successfully, but these errors were encountered: