Lars Bogner lars
  • Karlsruhe, Germany
  • Joined on 2025-04-20
lars pushed to master at lars/giant 2026-07-29 13:38:17 +02:00
e331148afa Merge pull request 'Make default checkpoint out_dir name reflect only non-default hyperparams' (#19) from feature/smart-outdir-naming into master
1115451c8e Make default checkpoint out_dir name reflect only non-default hyperparams
Compare 2 commits »
lars merged pull request lars/giant#19 2026-07-29 13:38:16 +02:00
Make default checkpoint out_dir name reflect only non-default hyperparams
lars created pull request lars/giant#20 2026-07-29 13:36:19 +02:00
WIP: Speed up giant train's setup stage
lars created branch perf/setup-stage in lars/giant 2026-07-29 13:34:38 +02:00
lars pushed to perf/setup-stage at lars/giant 2026-07-29 13:34:38 +02:00
09e4c765c7 Speed up giant train's setup stage
lars created pull request lars/giant#19 2026-07-29 11:39:53 +02:00
WIP: Make default checkpoint out_dir name reflect only non-default hyperparams
lars created branch feature/smart-outdir-naming in lars/giant 2026-07-29 11:23:20 +02:00
lars pushed to feature/smart-outdir-naming at lars/giant 2026-07-29 11:23:20 +02:00
1115451c8e Make default checkpoint out_dir name reflect only non-default hyperparams
lars pushed to master at lars/giant 2026-07-29 10:52:54 +02:00
f2f89023d5 Merge pull request 'Feature/wandb integration' (#18) from feature/wandb-integration into master
4c19072724 Skip empty-slice mean/std in sec phys validation print
539b6f61e1 Add test coverage for resolve_expert_dims
f427d3384f Timestamp default checkpoint dir to avoid W&B run-id collisions
bb699d41b2 Persist global_step across --resume so W&B step stays monotonic
Compare 11 commits »
lars merged pull request lars/giant#18 2026-07-29 10:52:52 +02:00
Feature/wandb integration
lars pushed to feature/wandb-integration at lars/giant 2026-07-29 10:49:15 +02:00
4c19072724 Skip empty-slice mean/std in sec phys validation print
lars pushed to feature/wandb-integration at lars/giant 2026-07-29 10:42:47 +02:00
539b6f61e1 Add test coverage for resolve_expert_dims
f427d3384f Timestamp default checkpoint dir to avoid W&B run-id collisions
bb699d41b2 Persist global_step across --resume so W&B step stays monotonic
Compare 3 commits »
lars pushed to feature/wandb-integration at lars/giant 2026-07-29 10:21:07 +02:00
a986f96ba3 Log router health, WGAN grad-norm split, n_sec accuracy, GPU/throughput to W&B
lars pushed to feature/wandb-integration at lars/giant 2026-07-27 16:34:29 +02:00
969c5c6e9a Fix router experts silently ignoring --hidden-dim/--n-blocks
lars pushed to feature/wandb-integration at lars/giant 2026-07-27 16:20:07 +02:00
29459ab1f7 Log batch-level metrics to W&B, not just per-epoch summaries
lars created pull request lars/giant#18 2026-07-27 16:13:14 +02:00
WIP: Feature/wandb integration
lars pushed to feature/wandb-integration at lars/giant 2026-07-27 16:11:08 +02:00
a05837f918 Apply ruff format
lars created branch feature/wandb-integration in lars/giant 2026-07-27 16:07:35 +02:00
lars pushed to feature/wandb-integration at lars/giant 2026-07-27 16:07:35 +02:00
0778a61360 Add opt-in Weights & Biases logging for the training loop
db0f12be58 Add configs for router energy (embedding/physical) and WGAN baseline runs
Compare 2 commits »
lars created pull request lars/giant#17 2026-07-27 15:06:37 +02:00
WIP: Condor gpu train rollout