Releases: micromind-toolkit/micromind
Releases · micromind-toolkit/micromind
micromind 0.2.1
What's Changed
- Update pre-commit.yaml by @fpaissan in #62
- Fix DDP and mixed precision training w/ accelerate by @fpaissan in #61
- Fix docstrings in core.py and add compute_params and compute_metrics callbacks by @fpaissan in #63
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #66
- Bump urllib3 from 1.26.14 to 1.26.18 by @dependabot in #65
- Update yolo.py by @fpaissan in #67
- Revert "Update yolo.py" by @fpaissan in #68
- Remove mandatory dependency to opencv-python by @fpaissan in #69
- Bump version 0.2.0 -> 0.2.1 by @fpaissan in #70
- Align main and dev by @fpaissan in #72
- Align with main by @fpaissan in #74
Full Changelog: v0.2.0...v0.2.1
micromind 0.2.0
What's Changed
- starting a recipe for image classification based on timm by @fpaissan in #1
- Check and fix code quality with black and flake8 by @fpaissan in #2
- fix setuptools install by @fpaissan in #4
- Argparse by @fpaissan in #5
- Update networks.py by @fpaissan in #3
- Refactor by @fpaissan in #6
- Add save/load params from disk by @fpaissan in #7
- Exportability to ONNX, OpenVINO and TF lite by @fpaissan in #8
- Add from_pretrained with HFHub by @matteobeltrami in #9
- Bump onnx from 1.12.0 to 1.13.0 by @dependabot in #10
- Doc and doctests by @fpaissan in #11
- Added PyPI workflow by @fpaissan in #12
- Removed empty setup.cfg by @fpaissan in #13
- Improvements by @fpaissan in #14
- Fixed version number by @fpaissan in #15
- Bump version 0.0.3 -> 0.0.4 by @fpaissan in #16
- Extended unit tests to classifier and fixed pooling by @fpaissan in #17
- CI fix by @fpaissan in #21
- checkpoint from filesystem by @matteobeltrami in #20
- Create LICENSE by @fpaissan in #22
- Update README.md by @fpaissan in #23
- 🐛 extra_requirements now have a version by @Sebo-the-tramp in #24
- Documentation upgrade by @matteobeltrami in #25
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #27
- Release 0.0.5 by @fpaissan in #26
- Fixing pyproject.toml by @fpaissan in #28
- Update README.md by @fpaissan in #29
- Patch for faster GPU inference by @Tremo8 in #35
- Version 0.1.0 by @fpaissan in #41
- Create .readthedocs.yaml by @fpaissan in #42
- Update README.md by @fpaissan in #43
- Version 0.1.1 by @fpaissan in #44
- Fix checkpointing issues by @fpaissan in #48
- remove breakpoint by @fpaissan in #49
- Adding image classification recipe by @fpaissan in #57
- Official YOLO implementation for micromind by @matteobeltrami in #56
New Contributors
- @matteobeltrami made their first contribution in #9
- @dependabot made their first contribution in #10
- @Sebo-the-tramp made their first contribution in #24
- @Tremo8 made their first contribution in #35
Full Changelog: https://github.com/micromind-toolkit/micromind/commits/v0.2.0