High-Resolution-Remote-Sensing-Semantic-Segmentation-PyTorch
High-Resolution-Remote-Sensing-Semantic-Segmentation-PyTorch copied to clipboard
Mixup()
self.mixup_transform = sync_transforms.Mixup()
sync_transforms.py中没有Mixup()这个函数啊
self.mixup_transform = sync_transforms.Mixup()
sync_transforms.py中没有Mixup()这个函数啊
注释掉就行了,作者没用到这个函数