> 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.

Unlike Standard and Plus NAS runs, Fast NAS runs have no baseline configurations to report a spread of metrics for during training, so they report metrics only for the single supernet being trained. These runs show the standard training graph instead of the paired band and snapshot view.

## 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.
