# Training जल्दी रोकें

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

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

1. आपके training graphs मजबूत 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). Cancel किए गए jobs training से model weights save नहीं करते.

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

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

जब आप "Stop Training Early" button पर क्लिक करते हैं, तो 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) के साथ trained models के लिए, training model के converge होने पर भी automatically रुक सकती है (सभी target epochs पूरे होने से पहले peak performance तक पहुँचने पर). इस मामले में, training results page पर एक banner दिखाएगा कि training converge हो गई थी और अनावश्यक epochs को छोड़ दिया गया था.


---

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