swactor/examples/dp-mnist/README.md
Claude 8e18dc4714 refactor: consolidate crates
Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them.
2026-02-14 00:32:19 +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
```