mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Remove print from auto_augment
This commit is contained in:
parent
7c846d9970
commit
d5aa17e415
@ -741,7 +741,6 @@ class RandAugment:
|
||||
self.ops = ops
|
||||
self.num_layers = num_layers
|
||||
self.choice_weights = choice_weights
|
||||
print(self.ops, self.choice_weights)
|
||||
|
||||
def __call__(self, img):
|
||||
# no replacement when using weighted choice
|
||||
|
Loading…
x
Reference in New Issue
Block a user