Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gradient-centralization-tf 0.0.3.tar.gz | 2021-03-11 | 220.5 kB | |
gradient-centralization-tf 0.0.3.zip | 2021-03-11 | 230.3 kB | |
README.md | 2021-03-11 | 700 Bytes | |
Totals: 3 Items | 451.5 kB | 0 |
This release includes some fixes and improvements
✅ Bug Fixes / Improvements
- Allow wider versions for TensorFlow and Keras while installing the package (#14 )
- Fixed incorrect usage example in docstrings and description for
centralized_gradients_for_optimizer
(#13 ) - Add clear aims for each of the examples of using
gctf
(#15 ) - Updates PyPi classifiers to clearly show the aims of this project. This should have no changes in the way you use this package (#18 )
- Add clear instructions for using this with custom optimizers i.e. directly use
get_centralized_gradients
however a complete example has not been pushed due to the reasons mentioned in the issue (#16 )