DeSSL.transforms package ================================ Submodules ---------- autoaugment module ------------------------------------------------------ .. list-table:: * - .. figure:: static/original.png :width: 100 The example of original data. - .. figure:: static/autoaugment.png :width: 100 The example of AutoAugment Augmentation. .. automodule:: DeSSL.transforms.autoaugment :members: :undoc-members: :show-inheritance: cutmix module ------------------------------------------------------ .. automodule:: DeSSL.transforms.cutmix :members: :undoc-members: :show-inheritance: cutout module ------------------------------------------------------ .. figure:: static/cutout.png :width: 100 The example of CutOut Augmentation. .. automodule:: DeSSL.transforms.cutout :members: :undoc-members: :show-inheritance: mixup module ------------------------------------------------------ .. automodule:: DeSSL.transforms.mixup :members: :undoc-members: :show-inheritance: randaugment module ------------------------------------------- .. automodule:: DeSSL.transforms.randaugment :members: :undoc-members: :show-inheritance: DeSSL.transforms.transform\_many\_times module ------------------------------------------------------ .. automodule:: DeSSL.transforms.transform_many_times :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: DeSSL.transforms :members: :undoc-members: :show-inheritance: