facebookresearch / mixup-cifar10

mixup: Beyond Empirical Risk Minimization
Other
1.17k stars 227 forks source link

why y is not the one-hot label encodings in the implementation? #6

Closed hubeibei007 closed 6 years ago

hubeibei007 commented 6 years ago

Hi,

In the implementation, y is the value of class, not the one-hot labels. It seems not same as the paper. Will it impact the final results? Could you please share some views on why y is not one-hot label. Thanks a lot.

ynd commented 6 years ago

This does not affect the implementation.