Replies: 2 comments
-
If the batch size is larger than 1, the case where a mini-batch contains patches of different sizes requires additional handling, which may not be trivial. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Understood, I would keep it as batch 1 for the time being. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
For MAISI Diffusion model training, if dataset has image of varying size, thus need to use batch size of 1 for training. Does it make more sense to train with batch size 1? Or would it be better to resize all images to same size. And if so what would be the ideal size to use? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions