signSGD with majority vote

Hey, does anyone know of an implementation of signSGD with majority vote for distributed training (https://arxiv.org/pdf/1802.04434.pdf) in PyTorch?

Hey Jeremiah, I am an author of the paper and thanks for following our project. Here is our github repo: https://github.com/PermiJW/signSGD-with-Majority-Vote

1 Like

Thanks for the link Jiawei, and thanks also for making the code available!