- 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?