rasbt / comparing-automatic-augmentation-blogLinks
Comparing four automatic image augmentation techniques in PyTorch: AutoAugment, RandAugment, AugMix, and TrivialAugment
☆30Updated 2 years ago
Alternatives and similar repositories for comparing-automatic-augmentation-blog
Users that are interested in comparing-automatic-augmentation-blog are comparing it to the libraries listed below
Sorting:
- Adversarial examples to the new ConvNeXt architecture☆20Updated 3 years ago
- Implementing DropPath/StochasticDepth in PyTorch☆16Updated 3 years ago
- PyTorch reimplementation of the paper "HyperMixer: An MLP-based Green AI Alternative to Transformers" [arXiv 2022].☆17Updated 3 years ago
- An open source implementation of CLIP.