We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7dae3 commit 9172b55Copy full SHA for 9172b55
1 file changed
src/basa/crnn_v2/train.py
@@ -34,8 +34,6 @@ def run(
34
enumerate(train_loader), desc=f"Epoch {epoch}", total=len_train,
35
)
36
for i, batch in pbar:
37
- if i == 100:
38
- break
39
imgs, labels = batch["images"], batch["labels"]
40
41
out = model(imgs) # N, T, C
0 commit comments