Graph Validate Process
This describes the graph validate process

Overview
Once the validate assets button was clicked, a new Graph Validation process will initiate
This process:
Loads an Input and Ground Truth (if available) in the same as the dataset parse does
Feeds the inputs to the model
Feeds the model prediction and the ground truth (if available) to the metrics, losses, and visualizers.
Common Run Issues:
Graph validate mostly fail due to these reasons:
A bug or unexpected use of the integration script. Can be mostly prevented with integration testing.
Connecting an asset to the wrong input. It is important to notice that the mapping connection are as the integration script expect them to be.
OOM in graph validate, please adjust the limits in the settings page.
Last updated
Was this helpful?