Skip to content

Commit 9172b55

Browse files
committed
fix: remove break
1 parent 7a7dae3 commit 9172b55

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/basa/crnn_v2/train.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ def run(
3434
enumerate(train_loader), desc=f"Epoch {epoch}", total=len_train,
3535
)
3636
for i, batch in pbar:
37-
if i == 100:
38-
break
3937
imgs, labels = batch["images"], batch["labels"]
4038

4139
out = model(imgs) # N, T, C

0 commit comments

Comments
 (0)