# 学習結果を表示

Training graphs を使用すると、トレーニング中のモデルのステータスを確認できます。Training graphs は、Roboflow でトレーニングされたすべてのモデルで利用できます。

また、モデルのパフォーマンスを要約する指標も表示されます。

表示される指標は、モデルの種類によって異なります。

* Object detection プロジェクトでは、モデルの precision、recall、mAP が表示されます。
* Classification プロジェクトでは accuracy が表示されます。
* Segmentation と keypoint モデルでは mAP スコアが表示されます。
* Multimodal モデルでは perplexity が表示されます。

## Training 中

モデルのトレーニングを開始すると、トレーニングしているモデルに関連付けられた dataset version ページにメッセージが表示されます。このメッセージでは、まず training machine が起動していることが示されます。

その後、モデルのトレーニングに合わせて Training graphs がライブで表示されます。

<figure><img src="/files/876ee842ec2db5082956ab9c60e2be5191047157" alt=""><figcaption><p>モデルがトレーニングされているときの Training graphs。</p></figcaption></figure>

### NAS Training Charts

Object detection または instance segmentation プロジェクトで Neural Architecture Search (NAS) を使用してトレーニングされたモデルでは、標準の Training graphs の代わりに、専用のペアチャートビューが表示されます。

* **Training Progress Band** — トレーニング epoch 全体にわたるモデル性能の範囲（上限と下限）を示す、グラデーションで塗られたバンドです。任意の epoch にカーソルを合わせると、その時点の指標を確認できます。脈動するインジケーターは、ライブトレーニング中の現在の training front を示します。
* **Epoch Snapshot** — 各 epoch で評価されたアーキテクチャについて、モデルの latency と accuracy のトレードオフを示す Pareto 曲線です。グラデーションのスペクトルは、より高速な（より軽い）モデルから、より正確な（より暗い）モデルまでを表します。

## Training 後

モデルのトレーニングが完了すると、トレーニングプロセスの指標を確認できます。

トレーニング後にモデルの Training graphs を見つけるには、まずサイドバーの Models タブをクリックします。

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

次に、Training graphs を見たいモデル version をクリックします。

ページを下にスクロールして、Training Graphs セクションが表示されるまで移動します。

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

## モデルをテストする

Visualize ページの画像を使ってモデルをテストできます。Visualize は、Workflows でアプリケーションロジックを構築する前に、モデルの動作を素早く確認するのに適しています。

Visualize 機能は、object detection、segmentation、classification、keypoint モデルで動作します。Visualize は multimodal プロジェクトではサポートされていません。

モデルをテストするには、右側のサイドバーで Visualize をクリックします。すると Visualize ページが開きます。

<figure><img src="/files/83939b4809f6fc71c324a5f93f85ebcd6428060c" alt=""><figcaption></figcaption></figure>

Visualize タブには、テストセットからモデルで実行する画像がいくつか表示されます。独自の画像や動画をアップロードしたり、webcam で試すこともできます。

モデルのデプロイ手順を確認するには、Try on My Machine をクリックします。モデルは Roboflow Workflows にデプロイすることもできます。


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
