The documentation of the package was generated using pdoc. The steps to generate the documentation are the following ones:
pdoc flex -o=docs --docformat markdown --footer-text "FLEXible: Federad Learning Experiments"
In order to install this repo locally for development:
pip install -e ".[develop]"
With only tensorflow support:
pip install -e ".[tf]"
With only pytorch support:
pip install -e ".[pt]"
Without support for any particular framework
pip install -e .