사전과 같이 작동하는Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
(run.config())를 사용하여 Sweep 구성에서 하이퍼파라미터 이름과 값에 엑세스하세요.
Sweeps 외부의 Runs의 경우, wandb.init()의 config 인수에 사전을 전달하여 wandb.Run.config() 값을 설정합니다. Sweeps 내에서 wandb.init()에 제공된 모든 설정은 기본값으로 사용되며, Sweep 이 이를 재정의(override)할 수 있습니다.
명시적인 행동을 원한다면 rwandb.Run.config.setdefaults()를 사용하세요. 다음 코드조각은 두 가지 메소드를 모두 보여줍니다:
- wandb.init()
- config.setdefaults()