-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to use image size other than 224 #2
Comments
Thank you for your question. To use an image size other than 224, you can adjust the |
I did that, but the issue I'm getting this error:
I think the problem with this code:
for 512, the size will be 1024. but there is no 1024 option there. |
You can set |
Thank you. I meant the code at "SwinTransformerBlock" class, its not working even if you set the size of the window correctly. It stuck on this code fragment:
|
Hi
How to use image size other than 224
thanks
The text was updated successfully, but these errors were encountered: