NLESC-JCER / QMCTorch

Pytorch Implementation of Real Space Quantum Monte Carlo Simulations of Molecular Systems
https://qmctorch.readthedocs.io/
Apache License 2.0
23 stars 1 forks source link

Using Distributed Data Parallel module of pytorch #82

Closed NicoRenaud closed 1 year ago

NicoRenaud commented 3 years ago

Instead of Horovod we could use the internal distributed model of pytorch. https://pytorch.org/tutorials/intermediate/ddp_tutorial.html It might lead to better results .... or not ...