Does pyro support torch.distributed for automatic differentiation?

As described in the example in the torch documentation

1 Like

Hi @marty0801, I would also be interested in answers to this question.

Pyro does integrate with Horovod via the HorovodOptimizer, as demonstrated in this example.