Skip to content

Commit 75dc513

Browse files
committed
delete
1 parent e005964 commit 75dc513

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

timm_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def validate(args):
176176

177177
# measure accuracy and record loss
178178
acc1, acc5 = accuracy(output.data, target, topk=(1, 5))
179-
import pdb; pdb.set_trace()
180179
losses.update(loss.item(), input.size(0))
181180
top1.update(acc1.item(), input.size(0))
182181
top5.update(acc5.item(), input.size(0))

0 commit comments

Comments
 (0)