I implemented manifold mixup (and a variant I call output mixup) for both fastai V1 and V2.
It works even better than input mixup and can be applied to arbitrary input types (and not just pictures):
(see the Mixup data augmentation thread for more informations and becnhmarks)