Skip to content

Releases: PeterCalifano/pyTorchAutoForge

Bug fixes in ModelTrainingManager

09 Sep 20:37

Choose a tag to compare

Major updates in all modules (some compatbility breaking changes)

07 Sep 18:34

Choose a tag to compare

Bug fixes and minor updates v0.1.3

20 Apr 07:29

Choose a tag to compare

This release features:

  1. Some major bug fixes in the imports configuration
  2. Refactoring of the loading function for torch models
  3. Addition of functionalities in the conversion utils
  4. A new prototype class for model explaination using Captum (WIP)
  5. The first version of an argument parser for the optimization module
  6. 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

03 Apr 18:14

Choose a tag to compare

  • 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

29 Mar 15:36

Choose a tag to compare

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.