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

# Training पहले रोकें

Early Stopping आपको model के training के दौरान training job को रोकने देता है।

आप इस feature का उपयोग करना चाह सकते हैं यदि:

1. आपके training graphs strong model performance दिखाते हैं और;
2. आपके training job में अभी भी कई epochs बाकी हैं।

जब आप model training को early stop करते हैं, तो weights save हो जाएंगे और model उपयोग के लिए उपलब्ध होगा।

यदि आप किसी भी कारण से किसी job को पूरी तरह cancel करना चाहते हैं, तो देखें [Cancel a Training Job documentation](/roboflow/roboflow-hi/train/cancel-a-training-job.md). Cancelled jobs training के model weights save नहीं करते।

किसी model training job को early stop करने के लिए, "Stop Training Early" button पर click करें:

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

जब आप "Stop Training Early" button पर click करेंगे, training job को रोकने और model weights को उपयोग के लिए तैयार करने का काम तुरंत शुरू हो जाएगा।

आपके training job पर एक tag दिखाई देगा जो दर्शाएगा कि job को early stop कर दिया गया है:

<figure><img src="/files/0f329b72f7314b8edcf245dddf78a79a78e9f141" alt=""><figcaption></figcaption></figure>

एक stopped model के उपलब्ध होने में कई मिनट लग सकते हैं।

जब आपका model तैयार होगा, तो model version name के पास एक green checkmark होगा:

<figure><img src="/files/66f2fb81fa7b622155bc542b01e2210501f87e1f" alt=""><figcaption></figcaption></figure>

## NAS Training Stop Reasons

Neural Architecture Search (NAS) के साथ प्रशिक्षित models के लिए, जब model converge हो जाता है (यानी सभी target epochs पूरे होने से पहले peak performance तक पहुँच जाता है), तब training अपने-आप भी रुक सकती है। इस स्थिति में, training results page पर एक banner दिखाएगा कि training converge हो गई थी और अनावश्यक epochs छोड़ दिए गए थे।


---

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