Skip to content

Commit 9d6a214

Browse files
author
liuhongen1234567
committed
delete comment
1 parent f8cdcab commit 9d6a214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ppocr/data/collate_fn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,5 @@ class LaTeXOCRCollator(object):
129129
"""
130130

131131
def __call__(self, batch):
132-
# print(len(batch))
133132
images, labels, attention_mask = batch[0]
134133
return images, labels, attention_mask

0 commit comments

Comments
 (0)