AutoMix icon indicating copy to clipboard operation
AutoMix copied to clipboard

[ECCV 2022 Oral] AutoMix: Unveiling the Power of Mixup for Stronger Classifiers

Results 1 AutoMix issues
Sort by recently updated
recently updated
newest added

I‘m a beginner in the mixup field. After I read the paper, I'm very confused about the implementation details, e.g. transformations of tensors in $\mathcal{M}_\phi$. But, the `mix_up` function in...

help wanted