From d5aa17e41572ececee0f7829ec1640384532c5d2 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Wed, 28 Dec 2022 17:11:35 -0800 Subject: [PATCH] Remove print from auto_augment --- timm/data/auto_augment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/timm/data/auto_augment.py b/timm/data/auto_augment.py index a7701b82..b6eacbf5 100644 --- a/timm/data/auto_augment.py +++ b/timm/data/auto_augment.py @@ -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