- sweep が使用する
train.pyスクリプトに変更があっても、sweep は引き続き元のtrain.pyを使用します train.pyスクリプトが参照しているファイル (たとえばhelper.pyスクリプト内のヘルパー関数など) が変更された場合、sweep は更新後のhelper.pyを使用するようになります。
Sweeps
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
train.py スクリプトに変更があっても、sweep は引き続き元の train.py を使用しますtrain.py スクリプトが参照しているファイル (たとえば helper.py スクリプト内のヘルパー関数など) が変更された場合、sweep は更新後の helper.py を使用するようになります。Was this page helpful?