swactor/crates/swactor-dp-mnist/README.md
Zachery Aaron Shores-Chmielewski 33f5f94ebe feat: data parallel mnist example
2026-02-09 21:41:39 +07: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
```