> ## 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.

# 클래스 속성을 wandb.Run.log()에 전달하면 어떻게 되나요?

클래스 속성을 `wandb.Run.log()`에 전달하지 마세요. 네트워크 호출이 실행되기 전에 속성 값이 변경될 수 있습니다. 메트릭을 클래스 속성으로 저장할 때는 `wandb.Run.log()` 호출 시점의 속성 값과 로깅된 메트릭이 일치하도록 딥 카피를 사용하세요.

***

<Badge stroke shape="pill" color="orange" size="md">[Experiments](/ko/support/models/tags/experiments)</Badge>
