Releases: varnio/fedsim
Releases · varnio/fedsim
fixed some bugs in args
better support for scores
What's Changed
Full Changelog: v0.3.1...v0.4.0
advence lr schedulers
fine-tune accomplished
Improved docs and changed cli
Enhance naming and bugs in docs
What's Changed
- Wrong call to super init in example by @wtaylor17 in #21
- Set device in fed_learn when needed based on what is available by @wtaylor17 in #23
- 22 problem with save dir vs save path by @fvarno in #24
- rebase dev by @fvarno in #25
- closes #26 by @fvarno in #27
- Change FLAlgrithm class name to CentralizedFLAlgorithm by @fvarno in #28
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.1
Summary
- added fedsim.scores which wraps torch loss functions and sklearn scores
- moved reporting mechanism of distributed algorithm for supporting auto monitor
- added AppendixAggregator which is used to hold metric scores and report final results
- apply a patch for wrong pypi supported python versions
What's Changed
- Dev by @fvarno in #2
- Restructured by @fvarno in #3
- 5 fix python version support badge by @wtaylor17 in #8
New Contributors
- @wtaylor17 made their first contribution in #8
Full Changelog: https://github.com/fedsim-dev/fedsim/commits/v0.1.1
First major release
0.1.0 (2022-06-14)
- First major release.
- The package is restructured
- docs is updated and checked to pass through tox steps