Difference between --img-size and --input-size #1291
Unanswered
AlejandroRigau
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 have my own dataset with images size 10x10 and I want to train Resnet and EfficientnetV2 models. What would be the difference between --img-size and --input-size? Do I need to set both to:
--img-size 10
--input-size 3 10 10 \
Is this the right way to do it? Can this be dont with --pretrained as well?
Beta Was this translation helpful? Give feedback.
All reactions