File size: 281 Bytes
8e5cc83
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""Random resolution data loader compatible with multi-processing and distributed training.



Replace Pytorch's DataLoader with RRSDataLoader to support random resolution

at the training time, resolution sampling is controlled by RRSController

"""

from .controller import *