v0.5.0
New feature!
- Multi-GPU support has now been added! Support has been added for both optimizer and model wrappers.
- Note that only SGD works with the model wrapper, due to challenges controlling the optimizer state during gradient accumulatiom
What's Changed
- DOI badge + bibtex update in README by @andreped in #77
- Fixed DOI in README by @andreped in #78
- batch size vs mini-batch size by @mhoibo in #79
- Docs: README + redirect + tf <=2.10 + python <= 3.11 by @andreped in #80
- Added multi-gpu support (model wrapper) by @tno123 in #82
- Multi-GPU works + macOS-11 CI + Docs update by @andreped in #83
- added parameter count test by @tno123 in #84
- Added linting + author update + v0.5.0 by @andreped in #86
- Reduced sphinx version + fixed import by @andreped in #87
- Docs: added urllib3==1.26.15 to docs req by @andreped in #88
New Contributors
Full Changelog: v0.4.2...v0.5.0