swactor/crates/swactor-dp-mnist/README.md

9 lines
188 B
Markdown
Raw Normal View History

2026-02-09 14:40:45 +00:00
# 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
```