lhoyer / HRDA

[ECCV22] Official Implementation of HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation
Other
233 stars 31 forks source link

batch_size #40

Closed fenganran3 closed 5 months ago

fenganran3 commented 10 months ago

May I ask, where should I adjust batch_size?

lhoyer commented 8 months ago

The batch size can be adjusted in the config of the data loader, e.g., https://github.com/lhoyer/HRDA/blob/master/configs/_base_/datasets/uda_gtaCAugHR_to_cityscapesHR_1024x1024.py

The relevant variable is samples_per_gpu.