High-Resolution-Remote-Sensing-Semantic-Segmentation-PyTorch icon indicating copy to clipboard operation
High-Resolution-Remote-Sensing-Semantic-Segmentation-PyTorch copied to clipboard

Mixup()

Open ChineseHuang opened this issue 4 years ago • 1 comments

self.mixup_transform = sync_transforms.Mixup()

sync_transforms.py中没有Mixup()这个函数啊

ChineseHuang avatar Mar 22 '21 09:03 ChineseHuang

self.mixup_transform = sync_transforms.Mixup()

sync_transforms.py中没有Mixup()这个函数啊

注释掉就行了,作者没用到这个函数

HCMY avatar Apr 13 '21 14:04 HCMY