wandb.Run.log()에 전달하지 마세요. 네트워크 호출이 실행되기 전에 속성 값이 변경될 수 있습니다. 메트릭을 클래스 속성으로 저장하는 경우, wandb.Run.log() 호출 시점의 속성 값과 로깅된 메트릭이 일치하도록 딥 카피를 사용하세요.
Experiments
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.
wandb.Run.log()에 전달하지 마세요. 네트워크 호출이 실행되기 전에 속성 값이 변경될 수 있습니다. 메트릭을 클래스 속성으로 저장하는 경우, wandb.Run.log() 호출 시점의 속성 값과 로깅된 메트릭이 일치하도록 딥 카피를 사용하세요.
Was this page helpful?