Skip to content

Commit 4f7aad9

Browse files
committed
utils: Remove unused code
1 parent 739c047 commit 4f7aad9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ def __call__(self, image, target):
183183
target = torchvision.transforms.functional.hflip(target)
184184
return image, target
185185

186-
def __repr__(self):
187-
return self.__class__.__name__ + '()'
188-
189186

190187
# 데이터셋 불러오는 코드 검증 (Shape: [batch, channel, height, width])
191188
def show_dataset(image: torch.Tensor, target: torch.Tensor):

0 commit comments

Comments
 (0)