Releases: pytti-tools/pytti-core
Releases · pytti-tools/pytti-core
v0.5.1
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