Skip to content

v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmarx dmarx released this 01 Feb 20:40
  • Separating responsibilities for MVC.
    • Notebook should be a UI only as much as possible.
    • Moved image rendering logic from notebook to pytti-core.
  • Added tensorboard integration
    • Simplifies monitoring of scalar metrics
    • permits users to "scrub" over image sequences, providing a preview of animation behavior
    • Facilitates integration with MLOps solutions like WandB/MLFlow/ClearML/etc. for users who want it
  • Added hydra integration
    • facilitate emiting jobs from command line
    • facilitate modularization of user's preferred settings
    • facilitate sweeping over permutations of collections of settings
    • facilitates MLOps integration for argument capturing (e.g. ClearML)
  • Replaced print statements with log statements throughout pytti-core
    • increased verbosity control
    • adds timestamps and emitting code location to report
    • improves i/o efficiency