> ## 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 ファイルを編集するとどうなりますか？

編集する file によって動作は異なります。sweep の実行中は、次のようになります。

* sweep が使用する `train.py` スクリプトに変更があっても、sweep は引き続き元の `train.py` を使用します。
* `train.py` スクリプトが参照しているファイル (たとえば `helper.py` スクリプト内のヘルパー関数など) が変更された場合、sweep は更新後の `helper.py` を使用します。

***

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