swactor/crates/dp-mnist
zacheryasc 402a106beb feat: distributed runtime (#30)
Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-12 09:13:50 +00:00
..
aggregator.py feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
pyproject.toml feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
README.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
run_training.py feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
uv.lock feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
worker.py feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00

swactor-dp-mnist

Simple demonstration of data parallel training on CPU for MNIST

usage

To run, from this directory:

python run_training.py
# uv run python run_training.py