VisionEval/VisionEval-Dev

Debug Intermediate Values During Model Execution

Closed this issue · 2 comments

Create a module that copies a Datastore field to a new field with a new name. Use that module within models to take a snapshot of fields in the Datastore. Intended for use with things like DVMT that get overwritten by different modules so intermediate values can be identified.

Basic strategy is simple, but needs to allow for iterations in loops (like standard VEState/VERSPM) so results from each loop can be identified - that will require framework modification.

This is in the pipeline along with Dynamic Module specifications.

New framework VESnapshot module and supporting framework changes provide this functionality.