berniwal / swin-transformer-pytorch

Implementation of the Swin Transformer in PyTorch.
https://arxiv.org/pdf/2103.14030.pdf
MIT License
794 stars 129 forks source link

if my image size:256*256,should I modify this model structure #18

Closed daixiangzi closed 3 years ago

yangdaowu commented 2 years ago

@daixiangzi Hello, have you solved this problem?

daixiangzi commented 2 years ago

Yes.i modify window size

我没有什么天赋,我只是生而由来的执着。

------------------ Original ------------------ From: yangdaowu @.> Date: Tue,Dec 21,2021 2:11 PM To: berniwal/swin-transformer-pytorch @.> Cc: daixiangzi @.>, Mention @.> Subject: Re: [berniwal/swin-transformer-pytorch] if my imagesize:256*256,should I modify this model structure (Issue #18)

@daixiangzi Hello, have you solved this problem?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

yangdaowu commented 2 years ago

It's window_ Size? It was originally set to 7. Why did you set it to be better

daixiangzi commented 2 years ago

It's window_ Size? It was originally set to 7. Why did you set it to be better

yes, adapt 256*256 input

yangdaowu commented 2 years ago

Ok, thank you for your answer, thank you very much.