MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / __init__

Method __init__

datasets/augmentation/randaugment.py:165–168  ·  view source on GitHub ↗
(self, n, m)

Source from the content-addressed store, hash-verified

163
164class RandAugment:
165 def __init__(self, n, m):
166 self.n = n
167 self.m = m # [0, 30] in fixmatch, deprecated.
168 self.augment_list = augment_list()
169
170
171 def __call__(self, img):

Callers

nothing calls this directly

Calls 1

augment_listFunction · 0.85

Tested by

no test coverage detected