What is the actual size of input size when I train the model? #4002
Unanswered
leesangjoon1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use swin-transformer model and set the input size 3000 x 3000 in yaml file
but swin-transformer has its own input size right? (800, 1333)
Then, What is the actual size of input size?? 3000 x 3000 ? or 800 x 1333 ?
And When I put the input size bigger, the memory size also get bigger.
then the memory is used to reduce the size???
Thank you
Beta Was this translation helpful? Give feedback.
All reactions