mingyuliutw / UNIT

Unsupervised Image-to-Image Translation
Other
1.98k stars 360 forks source link

different dataset length in both domains #83

Closed mhusseinsh closed 5 years ago

mhusseinsh commented 6 years ago

Hello, I would like to know how does the code handle different sizes of datasets in both domains Let's say I have 20K images in domainA, and 15K in domainB

Does this mean, that the training will be done on only 15K images, or will it load use the biggest size from both domains and repeat the images ? Like we have 20K of minibatches, and for the difference of these 5K, they are repeated again in the training ?

mingyuliutw commented 5 years ago

I would point you to a recent research paper from Facebook AI Research. They have an in-depth discussion on it. https://arxiv.org/abs/1806.06029