Skip to content

Releases: pytti-tools/pytti-core

v0.5.1

01 Feb 22:05
da342e7
Compare
Choose a tag to compare

What's Changed

Developer QOL changes

  • Replaced import * with absolute imports
  • Replaced print statements with logger statements
  • Moved appplication logic in notebook to new workhorse.py script, which also encapsulates a hydra CLI

User QOL changes

  • Added tensorboard integration
    • automatic graphs of reported scalars
    • animation preview via scrubbing over debug images
    • simple integration with 3rd party MLOps tools (WandB, MLFlow, ClearML)
  • Replacing print w logger gives users control over runtime verbosity
  • Logger also automatically reports timestamps
  • Hydra integration facilitates batch jobs and permutating over sets of parameter choices