You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Inference is forward-only with no gradients, so larger batches than the
training default usually fit on the same GPU. Adds a `batch_size` CLI
field to `predict.yaml` (default null = inherit from training) and
applies it to `train_cfg.datamodule.batch_size` in memory before the
datamodule is instantiated, leaving the saved `resolved_config.yaml`
untouched.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>