Releases: OpenLMLab/LOMO
Releases · OpenLMLab/LOMO
v0.1.1
What's Changed
- fix ds_shape error
- fix linked images in PyPI page by @Borda in #76
- FIX: avoid math errors for edge cases by @younesbelkada in #78
New Contributors
- @Borda made their first contribution in #76
- @younesbelkada made their first contribution in #78
Full Changelog: Packaging...v0.1.1
Upload installable package
Uploading an installable package to PyPI.
pip install lomo-optim
Then, you can import Lomo
or AdaLomo
from lomo_optim import Lomo, AdaLomo
Add AdaLomo
- Add AdaLomo, a more powerful and equally efficient optimizer. https://arxiv.org/abs/2310.10195.
- The code is easier to use based on collie (dev-branch currently).