Algorithms for Distributed Mean Estimation (DME) in PyTorch.
Install this library using pip
:
pip install distributed-mean-estimation
Usage instructions go here.
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd distributed-mean-estimation
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e ".[test]"
To run the tests:
pytest