Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 248 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 248 Bytes

mixmatch

Mixmatch.ipynb shows the current loss function being used on a tiny amount of data.

mixmatch.py contains the custom DataLoader that generates mixmatched batches.

model.py contains the MixupLoss module.

Help much appreciated!