Skip to content

ATEM v1.2.7

Latest
Compare
Choose a tag to compare
@torinriley torinriley released this 20 Nov 02:14
· 2 commits to main since this release
46b335a

What’s New

New Features

  1. Interpreter Class:
    • Introduced a new Interpreter class for direct TFLite model inference.
    • Added functionality to interpret task sequences and sensor data.
    • Supports saving interpretation results to a JSON file for easy logging and debugging.
  2. Improved API Usability:
    • Enhanced the AdaptiveModel and ModelTrainer classes with better task prediction and sequence encoding.
    • Updated task sequence padding logic for increased flexibility.
  3. Increased Example Input Coverage:
    • Added more robust examples for inputs to ensure clarity in documentation and usage.