> 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/roboflow/roboflow-ko/train/stop-training-early.md).

# 조기 학습 중지

Early Stopping을 사용하면 모델이 학습 중일 때 훈련 작업을 중지할 수 있습니다.

다음과 같은 경우 이 기능을 사용하면 좋습니다:

1. 훈련 그래프에서 모델 성능이 우수하게 나타나고;
2. 훈련 작업에 아직 많은 epoch이 남아 있습니다.

모델 학습을 조기에 중지하면 가중치가 저장되며 모델을 사용할 수 있게 됩니다.

어떤 이유로든 작업을 완전히 취소하려면 [Cancel a Training Job 문서를 참조하세요](/roboflow/roboflow-ko/train/cancel-a-training-job.md). 취소된 작업은 학습에서 나온 모델 가중치를 저장하지 않습니다.

모델 훈련 작업을 조기에 중지하려면 "Stop Training Early" 버튼을 클릭하세요:

<figure><img src="/files/3ea69aa6af1d6439a8fa97b23f5d845af013bd77" alt=""><figcaption></figcaption></figure>

"Stop Training Early" 버튼을 클릭하면 훈련 작업을 즉시 중지하고 모델 가중치를 사용할 수 있도록 준비하는 작업이 시작됩니다.

훈련 작업에 해당 작업이 조기에 중지되었음을 나타내는 태그가 표시됩니다:

<figure><img src="/files/8a3779d825ea09e13cee01543ba666f8b858bb17" alt=""><figcaption></figcaption></figure>

중지된 모델을 사용할 수 있게 되기까지 몇 분 정도 걸릴 수 있습니다.

모델이 준비되면 모델 버전 이름 옆에 초록색 체크 표시가 나타납니다:

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

## NAS 훈련 중지 사유

Neural Architecture Search (NAS)로 학습된 모델의 경우, 모델이 수렴하면(모든 목표 epoch이 완료되기 전에 최고 성능에 도달하면) 훈련이 자동으로 중지될 수도 있습니다. 이 경우 훈련 결과 페이지의 배너에 훈련이 수렴했으며 불필요한 epoch이 건너뛰어졌다고 표시됩니다.


---

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

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/train/stop-training-early.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.
