readme.md
February 14, 2025 ยท View on GitHub
Code for the paper entitled "Scaffold with Stochastic Gradients: New Analysis with Linear Speed-Up"
To run the experiments, run the following command
python experiments.py linear
python experiments.py logistic
Then, make the plots using
python plot.py linear
python plot.py logistic