mixmatch-pytorch
mixmatch-pytorch copied to clipboard
Followup the implementation
- Adding .gitignore file
- Adding pytorchtools.py. This file contains some utils classes for pytorch training
- Pipeline for training implemented. The generators normalize the images: divide by 255, zero mean then divide by std
- Rethinking the augmentation, only rand crops and rand LRflip will be ok, UDflip does not make sense in this data