GitXplorerGitXplorer
s

mixmatch

public
9 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
04f73763f8e3d0674a8c892950390746fbea432c

Update README.md

ssshleifer committed 5 years ago
Unverified
f904ce45da229f3ac9f73c059f8100b3b758f6ed

final nb going to GPU

ssshleifer committed 5 years ago
Unverified
57d99b024b08e78379769ecd1aa501bb825470b1

rm more cde

ssshleifer committed 5 years ago
Unverified
10fb33f2cda90c1ca1d12ccb9205c287915430f3

delete unused code

ssshleifer committed 5 years ago
Unverified
8bf38415a9cecfd49f20a561da6fb786dcfdd1c5

test passes

ssshleifer committed 5 years ago
Unverified
1f395328848dbd48995e55e336285fd807b4dd72

add plots to NB

ssshleifer committed 5 years ago

README

The README file for this repository.

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!