valeoai / ADVENT

Adversarial Entropy Minimization for Domain Adaptation in Semantic Segmentation
https://arxiv.org/abs/1811.12833
Other
379 stars 69 forks source link

TRAIN.BATCH_SIZE_SOURCE and BATCH_SIZE_TARGET #10

Closed InstantWindy closed 4 years ago

InstantWindy commented 4 years ago

Hi. What the values of TRAIN.BATCH_SIZE_SOURCE and BATCH_SIZE_TARGET? They must be 1? Thanks.

tuanhungvu commented 4 years ago

Hello @InstantWindy , those batch sizes depend on the image resolutions and the GPU memory. You can modify them as you wish. In our experiments, we used batch sizes of 1. T-H