> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/train/training-results.md).

# View Training Results

Training graphs let you see the status of your model during training. Training graphs are available for all models trained on Roboflow.

You will also see metrics that summarise your model performance.

The metrics you will see will depend on your model type:

* Object detection projects show the precision, recall, and mAP of the model.
* Classification projects show accuracy.
* Segmentation and keypoint models show mAP score.
* Multimodal models show perplexity.

## During Training

After you start training a model, a message will appear on the dataset version page associated with the model you are training. This message will first say that a training machine is starting.

If a version has [more than one training](/train/train.md#train-multiple-models-on-a-version), select a training on the version page to view its graphs and metrics.

You will then see training graphs appear live as your model trains:

<figure><img src="/files/WCBRnNubm8DJp9dUYDnQ" alt=""><figcaption><p>Training graphs as a model trains.</p></figcaption></figure>

### NAS Training Charts

For models trained with Neural Architecture Search (NAS) on object detection or instance segmentation projects, a specialized paired chart view is displayed instead of standard training graphs:

* **Training Progress Band**: A gradient-filled band showing the range of model performance (upper and lower bounds) over training epochs. Hover over any epoch to inspect metrics at that point. A pulsing indicator shows the current training front during live training.
* **Epoch Snapshot**: A Pareto curve showing the trade-off between model latency and accuracy for the architectures evaluated at each epoch. The gradient spectrum ranges from faster (lighter) to more accurate (darker) models.

## After Training

When your model has finished training, you can view metrics from the training process.

To find your training graphs for a model after training, first click the Models tab in the sidebar:

<figure><img src="/files/szagaFeHZFeJFAgB83tr" alt=""><figcaption></figcaption></figure>

Then, click on the [training (or model)](/train/versions-trainings-and-models.md) whose training graphs you want to see.

Scroll down on the page until you see the Training Graphs section:

<figure><img src="/files/60BMkMflhdkFhPvdKwz9" alt=""><figcaption></figcaption></figure>

## Test Your Model

You can test your model on an image from the Test page. This is a good way to run quick checks to see how your model performs before you build your application logic in Workflows.

The Test feature works for object detection, segmentation, classification, and keypoint models. Test is not supported for multimodal projects.

To test a model, click "Test" on the right sidebar. The Test page will then open:

<figure><img src="/files/cZjNC0LBZXSV8dfo8GsK" alt=""><figcaption></figcaption></figure>

The Test page will show several images from your test set from which you can select to run on your model. You can also upload your own images and videos, or try with your webcam.

To find deployment instructions for your model, click Try on My Machine. You can also deploy your model on Roboflow Workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/train/training-results.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
