- Global.use_wandb: True + top-level wandb.project=kr_lp_pgnet
- Add wandb to setup_server.sh pip install list
User must run `docker exec -it kr_lp_pgnet wandb login` once before
training so the API key lands in /root/.netrc inside the container.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- run_step1.sh: symlinks /workspace/train_data into PaddleOCR, runs
tools/train.py with the step1 pretrain checkpoint, supports DRY_RUN=1
for quick smoke test and EPOCHS=N override
- epoch_num: 200 -> 50 (matches the 50k synthetic budget)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>