Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/narumiruna/pytorch-distributed-example


https://github.com/narumiruna/pytorch-distributed-example

distributed mnist pytorch

Last synced: 13 days ago
JSON representation

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)