ildoonet / unsupervised-data-augmentation

Unofficial PyTorch Implementation of Unsupervised Data Augmentation.
Apache License 2.0
147 stars 9 forks source link

Using mixup in supervised data #8

Open mzchtx opened 5 years ago

mzchtx commented 5 years ago

Inspired by the paper Mixmatch, mixup can be used in supervised data. In this way, we can achieve improved performance, even better than the native UDA.

image

zeyu-liu commented 3 years ago

👍