You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
What’s New
New Features
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.
Improved API Usability:
• Enhanced the AdaptiveModel and ModelTrainer classes with better task prediction and sequence encoding.
• Updated task sequence padding logic for increased flexibility.
Increased Example Input Coverage:
• Added more robust examples for inputs to ensure clarity in documentation and usage.