Releases: PeterCalifano/pyTorchAutoForge
Releases · PeterCalifano/pyTorchAutoForge
Improved augs module and ONNx exportability
What's Changed
- [MAJOR] Add many improvements to enable onnx exportability by @PeterCalifano in #23
- Merge ONNX improvements and backlog to main by @PeterCalifano in #24
- Synch with dev_main by @PeterCalifano in #25
- Add test coverage for Parse_ptaf_datakeys function by @Copilot in #27
- [HOTFIX] Merge fixes of augmentations pipeline into main by @PeterCalifano in #26
- Revise README installation instructions by @PeterCalifano in #33
- Extend image augmentation module and definitely fix device bug by @PeterCalifano in #32
New Contributors
- @PeterCalifano made their first contribution in #23
- @Copilot made their first contribution in #27
Full Changelog: v0.2.1...v0.3.0
Bug fixes in ModelTrainingManager
Full Changelog: v0.2.0...v0.2.1
Major updates in all modules (some compatbility breaking changes)
Bug fixes and minor updates v0.1.3
This release features:
- Some major bug fixes in the imports configuration
- Refactoring of the loading function for torch models
- Addition of functionalities in the conversion utils
- A new prototype class for model explaination using Captum (WIP)
- The first version of an argument parser for the optimization module
- And finally, some reworking in ModelTrainingManager to load checkpoint states for training restart
Full Changelog: v0.1.1...v0.1.3
Bug fixes v0.1.2
- No compatibility breaking changes for all the stable modules.
- Implement CI/CD pipeline for build stage.
- Fix some bugs and unit tests.
First release v0.1.0
Initialize versioning of library to synchronize workflow with pypi. This release contains:
- Functionalities as per API documentation with some very basic examples (more to come).
- Some modules have been specifically developed and have associated unit tests, runnable with pytest.
- Many other functionalities have been developed and tested separately (e.g. for other specific applications) and integrated in PTAF. Unit tests may be currently missing for these.
Documentation is built using Sphinx and will be available hosted on ReadTheDocs. CI/CD foreseen for future releases.