Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narumiruna/pytorch-distributed-example
https://github.com/narumiruna/pytorch-distributed-example
distributed mnist pytorch
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumiruna/pytorch-distributed-example
- Owner: narumiruna
- License: mit
- Created: 2018-01-16T17:09:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T02:22:40.000Z (over 3 years ago)
- Last Synced: 2024-10-15T09:51:24.452Z (30 days ago)
- Topics: distributed, mnist, pytorch
- Language: Python
- Size: 49.8 KB
- Stars: 169
- Watchers: 6
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pytorch Distributed Example
If you are using previous version of PyTorch:
- [v1.1.0](https://github.com/narumiruna/pytorch-distributed-example/tree/v1.1.0)
- [v1.0.1](https://github.com/narumiruna/pytorch-distributed-example/tree/v1.0.1)
- [v0.4.1](https://github.com/narumiruna/pytorch-distributed-example/tree/v0.4.1)## Requirements
- pytorch
- torchvision## References
- [Distributed communication package - torch.distributed](http://pytorch.org/docs/master/distributed.html)
- [Writing Distributed Applications with PyTorch](http://pytorch.org/tutorials/intermediate/dist_tuto.html)