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 Issue is a feature request for the ability to load digest model reports/cache into the GUI. The workflow used most often is to share digest reports, but given the current capabilities, users must interact with the cache and reports manually and outside of the Digest frontend. Adding this feature will improve the UX in this workflow and set the stage for supporting a "Digest project file". The story for this feature will include these steps:
Digest cache will first need to include a YAML version of the text report file
The GUI must offer YAML files as an input file type
Abstract the model meta-data etc through a base class to set the stage for more input model types
Create a DigestReportModel that behaves similar to the DigestOnnxModel
Enable the DigestReportModel to be loaded into a model summary.
Given the YAML file location, search for other cache assets like the nodes list and include them in the GUI summary
The text was updated successfully, but these errors were encountered:
This Issue is a feature request for the ability to load digest model reports/cache into the GUI. The workflow used most often is to share digest reports, but given the current capabilities, users must interact with the cache and reports manually and outside of the Digest frontend. Adding this feature will improve the UX in this workflow and set the stage for supporting a "Digest project file". The story for this feature will include these steps:
The text was updated successfully, but these errors were encountered: