An open API service indexing awesome lists of open source software.

https://github.com/sshleifer/mixmatch

Pytorch implementation of https://arxiv.org/abs/1905.02249v1
https://github.com/sshleifer/mixmatch

Last synced: about 1 year ago
JSON representation

Pytorch implementation of https://arxiv.org/abs/1905.02249v1

Awesome Lists containing this project

README

          

# 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!