mpi-operator
mpi-operator copied to clipboard
Request: Add a PyTorch example
An example to train a PyTorch model using a simple dataset such as MNIST will be helpful.
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
kind/feature | 0.98 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
You can use PyTorch with Horovod. Otherwise, we don’t have any examples yet with just PyTorch and contribution’s welcomed!
Yes, I found an MNIST example to use Horovod and PyTorch at:
https://github.com/horovod/horovod/blob/master/examples/pytorch_mnist.py
Thank you.
Hi @Minyus were you able to run pytorch or pytorch lightning using mpi operator with horovod. Could you please share the yaml that you applied?