From b94c0485269bb4a3e84bf88639ec19a156080e0b Mon Sep 17 00:00:00 2001 From: songhyeonsu Date: Fri, 8 May 2026 14:14:27 +0900 Subject: [PATCH] Sync PGProcessTrain.batch_size with loader's 32 The previous commit only updated Train.loader.batch_size_per_card; PGProcessTrain still expected batch_size=14 which would mismatch the dataloader and silently drop samples. Co-Authored-By: Claude Opus 4.7 --- configs/kr_lp_pgnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/kr_lp_pgnet.yml b/configs/kr_lp_pgnet.yml index 4f351c0..baa306e 100644 --- a/configs/kr_lp_pgnet.yml +++ b/configs/kr_lp_pgnet.yml @@ -83,7 +83,7 @@ Train: channel_first: False - E2ELabelEncodeTrain: - PGProcessTrain: - batch_size: 14 + batch_size: 32 use_resize: True use_random_crop: False min_crop_size: 24