If you are using PyTorch and just need the best working variant of TrivialAugment, we recommend to use theTrivialAugmentWideimplementation intorchvision:https://pytorch.org/vision/main/generated/torchvision.transforms.TrivialAugmentWide.html. If you want more control, we recommend to simply copy over...
论文:TrivialAugment: Tuning-free Yet State-of-the-Art Data Augmentation 代码:https:///automl/trivialaugment 文章目录 Introduction 解决的问题 使用方法 算法描述 Introduction 本文主要研究数据增强在图像分类场景的应用。图像分类中的...