# Graph Validate Process

<figure><img src="https://3509361326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9UXeOlFqlw8pl79U2HGU%2Fuploads%2FZ0QfZZKUwHJaOTwuXrqX%2Fimage.png?alt=media&#x26;token=5bb64972-18af-449a-a645-b788e781367a" alt=""><figcaption><p>Filtering for graph validate processes within the platform</p></figcaption></figure>

### Overview

Once the [validate assets](https://docs.tensorleap.ai/user-interface/project/network/network-mapping/validate-mapping) 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](https://docs.tensorleap.ai/user-interface/project/menu-bar/runs-and-processes/process-types/dataset-parse-process) does
* Feeds the inputs to the model&#x20;
* Feeds the model prediction and the ground truth (if available) to the metrics, losses, and visualizers.

### Common Run Issues:

{% hint style="danger" %}
Graph validate mostly fail due to these reasons:

* A bug or unexpected use of the [integration script](https://docs.tensorleap.ai/tensorleap-integration/writing-integration-code). Can be mostly prevented with [integration testing](https://docs.tensorleap.ai/tensorleap-integration/integration-test).
* OOM in graph validate, please adjust the limits in the [settings](https://docs.tensorleap.ai/user-interface/settings) page.
  {% endhint %}
