Add Support for Saving Predicted ML Metadata and Raw Output Tensors to SDS Files - #35
Open
Jithendar11 wants to merge 2 commits into
Open
Jithendar11 wants to merge 2 commits into
Jithendar11 wants to merge 2 commits into
Conversation
Jithendar11
force-pushed
the
br_fs_sds_metadata
branch
from
September 17, 2026 09:34
af69f7a to
a5c8afe
Compare
data into SDS files. Summary of Changes: - Added support to save ML_Result.sds and ML_RawOutput.sds. - ML_Result.sds stores predicted metadata, including class label, class index, and class confidence score. - ML_RawOutput.sds stores raw ML output tensors without any post-processing.
Summary of Changes: - Added runtime SDS flag support to control additional SDS file generation. - Used user-defined SDS flag F to enable additional ML output files. - ML_Result.sds and ML_RawOutput.sds are generated only when flag F is enabled.
Jithendar11
force-pushed
the
br_fs_sds_metadata
branch
from
September 17, 2026 09:35
a5c8afe to
0eb6129
Compare
Jithendar11
marked this pull request as ready for review
September 18, 2026 09:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added support for recording predicted ML metadata and raw model output tensors into separate SDS files, with runtime control for enabling the additional ML output streams.
Changes
Added support for generating the following SDS files:
ML_Result.sdsML_RawOutput.sdsAdded runtime SDS flag support to control the generation of these additional SDS files.
F.ML_Result.sdsandML_RawOutput.sdsare generated only when flagFis enabled.Fis not enabled, the existing SDS workflow remains unchanged.