swactor/crates/dp-mnist/README.md
zacheryasc d817ad952f feat: distributed runtime (#30)
Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`
2026-02-12 09:13:50 +00:00

9 lines
No EOL
188 B
Markdown

# swactor-dp-mnist
Simple demonstration of data parallel training on CPU for MNIST
## usage
To run, from this directory:
```bash
python run_training.py
# uv run python run_training.py
```