Skip to main content

Batch Processing

Run multiple training experiments systematically.

Multiple Configs

Sequential Runs

Run different configs in sequence:

Parallel Runs

Run on different GPUs simultaneously:

Parameter Sweeps

Manual Sweep

Built-in Sweeps

Use the hyperparameter sweep feature:

Experiment Scripts

Basic Script

With Logging

Job Management

Background Jobs

tmux Sessions

Results Collection

Aggregate Metrics

Compare with W&B

When using --log wandb, all experiments are tracked. Set the W&B project via environment variable:
View comparisons in the W&B dashboard.

Next Steps

Pipeline Automation

Build training pipelines

Logging & Debugging

Monitor and debug training