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 your code depends on the timm.data.Mixup.

However, in the timm.data.Mixup, there is a annotation saying that the Mixup class uses Mixup or Cutmix ( I maybe misunderstand ?)

Therefore, I want to ask that is there any code for me to understand the detail about AutoMix method easily?
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_upfunction in your code depends on thetimm.data.Mixup.However, in the
timm.data.Mixup, there is a annotation saying that theMixupclass uses Mixup or Cutmix ( I maybe misunderstand ?)Therefore, I want to ask that is there any code for me to understand the detail about AutoMix method easily?