quadra

Quadra: Effortless and reproducible deep learning workflows with configuration files.

APACHE-2.0 License

Downloads
1.2K
Stars
30
quadra - v1.2.4

Published by lorenzomammana about 1 year ago

What's Changed

Full Changelog: https://github.com/orobix/quadra/compare/v1.2.3...v1.2.4

quadra - v1.2.3

Published by lorenzomammana about 1 year ago

What's Changed

Full Changelog: https://github.com/orobix/quadra/compare/v1.2.2...v1.2.3

quadra - v1.2.2

Published by lorenzomammana about 1 year ago

What's Changed

Full Changelog: https://github.com/orobix/quadra/compare/v1.2.1...v1.2.2

quadra - v1.2.1

Published by lorenzomammana about 1 year ago

quadra - v1.2.0

Published by rcmalli about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/orobix/quadra/compare/v1.1.3...v1.2.0

quadra - v1.1.3

Published by rcmalli about 1 year ago

What's Changed

Full Changelog: https://github.com/orobix/quadra/compare/v1.1.2...v1.1.3

quadra - v1.1.2

Published by lorenzomammana about 1 year ago

What's Changed

Full Changelog: https://github.com/orobix/quadra/compare/v1.1.1...v1.1.2

quadra - v1.1.1

Published by lorenzomammana about 1 year ago

What's Changed

Full Changelog: https://github.com/orobix/quadra/compare/v1.1.0...v1.1.1

quadra - v1.1.0

Published by lorenzomammana over 1 year ago

What's Changed

Full Changelog:

Added

  • Add ModelManager class to manage model deployments on model tracking platforms (e.g. MLFlow).
  • Add automatic storage of file hashes in BaseDataModule class for better experiment reproducibility and tracking.
  • Automatically load transforms parameters from model info file in base Evaluation task.
  • Add support for vit explainability using Attention Gradient Rollout method.
  • Add export of pytorch model for Classification and SklearnClassification tasks.
  • Add automatical detection of model input shapes for better exportation capabilities. Add support for custom input shapes like models with multiple inputs.
  • Add documentation landing page, improve colore themes and logo.
  • Add github actions to automatically build and deploy documentation of main and dev PRs.

Changed

  • Refactor evaluation task to be more generic and improve inheritance capabilities.
  • Refactor export_types parameter to export for better configurability of export parameters.
  • Change input_size model info parameter from HXW to a list of actual model parameters for inference (e.g [(3, 224, 224)]).

Fixed

  • Fix gradcam not working properly with non rectangular images.
  • Fix logistic regression wrapper not working properly with 2 classes for torch classification.
  • Fix wrong typings in NetworkBuilder's init method.
  • Fix broken links in documentation.
  • Fix minor documentations issues.
quadra - v1.0.3

Published by lorenzomammana over 1 year ago

What's Changed

Fix circular import making some tests not running properly by @lorenzomammana in https://github.com/orobix/quadra/pull/28

quadra - v1.0.2

Published by lorenzomammana over 1 year ago

What's Changed

Fixed anomaly detection training not working with non convential image extensions (e.g. .BMP)

quadra - v1.0.0

Published by rcmalli over 1 year ago

What's Changed

quadra - Hotfix segmentation datamodule

Published by lorenzomammana over 1 year ago

This release aims to target an error on the segmentation datamodules for which the validation dataset was used in place of the train dataset.

Package Rankings
Top 24.2% on Pypi.org
Related Projects