> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# sweep가 실행 중일 때 Python 파일을 편집하면 어떻게 되나요?

동작은 어떤 파일을 편집하는지에 따라 달라집니다. sweep가 실행 중인 동안에는 다음과 같습니다.

* sweep에서 사용하는 `train.py` 스크립트가 변경되어도, sweep는 계속 원래의 `train.py`를 사용합니다.
* `train.py` 스크립트가 참조하는 파일(예: `helper.py` 스크립트의 도우미 함수)이 변경되면, sweep는 업데이트된 `helper.py`를 사용합니다.

***

<Badge stroke shape="pill" color="orange" size="md">[Sweeps](/ko/support/models/tags/sweeps)</Badge>
