Mixup in half-precision

Is half-precision implemented for mixup? When doing so I got an error saying 'mult_cpu' is not implemented for 'Half' so I assume mixup is not available for half-precision. Can this be fixed?

Normally it works, so you should share your code so we know what’s going on.

It turns out I was using CPU instead of GPU hence the problem. Now it is working. Thanks!

Is there a reason you use half_precision and mixup together?