Skip to content

v4.1.0

Choose a tag to compare

@schobbejak schobbejak released this 26 Aug 20:49
· 19 commits to main since this release
1efaf12

Improvements

General

  • Make numpy a required dependency (not optional)

CI/CD

  • Configure pre-commit.ci to cache environments
  • Dependabot merges to version branch workflow

Torch Trainer

  • Unprivatise functions
  • Support for mixed precision models
  • Updated logging messages
  • Support for custom dataset input

Data

  • New dataset that can take training pipeline
  • New data class based on enum retrieval

Cacher

  • Reduced complexity
  • Paths are now Path instead of str