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

# 로그

<Card title="logging이 트레이닝을 방해하나요?" href="/ko/support/models/articles/does-logging-block-my-training" arrow="true" horizontal>
  "logging 함수는 lazy인가요? 실행 중에 결과를 서버로 보내기 위해 네트워크에 의존하고 싶지 않습니다 loc ...
</Card>

<Card title="이전 step의 로그를 어떻게 덮어쓰나요?" href="/ko/support/models/articles/how-can-i-overwrite-the-logs-from-previo" arrow="true" horizontal>
  이전 step의 로그를 덮어쓰려면 forking과 rewind를 사용하세요. run을 fork하거나 rewind하는 기능은 현재 활발히 개발 중입니 ...
</Card>

<Card title="run에서 콘솔 로그 파일을 어떻게 다운로드하나요?" href="/ko/support/models/articles/how-do-i-download-the-console-log-file-from-a-run" arrow="true" horizontal>
  W\&B는 스크립트의 stdout과 stderr를 output.log(또는 logs/ 아래의 multipart chunk)로 저장합니다. 이를 가져오는 방법은 상황에 따라 다릅 ...
</Card>

<Card title="값 목록을 어떻게 log하나요?" href="/ko/support/models/articles/how-do-i-log-a-list-of-values" arrow="true" horizontal>
  step별 loss와 같은 값 목록은 wandb.Run.log()로 log할 수 있습니다. 다음 예시에서는 일반적으로 사용하는 두 가지 접근 방식을 보여줍니다 ...
</Card>

<Card title="continuous integration 또는 내부 도구로 실행한 run을 어떻게 log하나요?" href="/ko/support/models/articles/how-do-i-log-runs-launched-by-continuous" arrow="true" horizontal>
  W\&B에 log하는 자동화된 테스트 또는 내부 도구를 실행하려면 Team settings 페이지에서 Service Account를 만드세요. 이 계정은 ac ...
</Card>

<Card title="공유 머신에서 올바른 wandb 사용자 계정으로 어떻게 log하나요?" href="/ko/support/models/articles/how-do-i-log-to-the-right-wandb-user-on-" arrow="true" horizontal>
  여러 사용자가 머신을 공유하면 자격 증명을 명시적으로 설정하지 않을 경우 run이 잘못된 W\&B 계정으로 log될 수 있습니다. To e ...
</Card>

<Card title="logging을 끄려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-turn-off-logging" arrow="true" horizontal>
  W\&B가 원격 서버에 데이터를 log하지 못하도록 중지하거나, logging은 활성화한 상태로 경고 메시지만 숨길 수 있습니다. Use  ...
</Card>

<Card title="코드가 충돌할 때 어떤 파일을 확인해야 하나요?" href="/ko/support/models/articles/which-files-should-i-check-when-my-code-" arrow="true" horizontal>
  해당 run의 경우, 코드가 실행 중인 디렉터리의 wandb/run- DATE \_ TIME - RUN-ID /logs에서 debug.log와 debug-internal.log를 확인하세요 w ...
</Card>

<Card title="wandb.log()에서 메트릭이 누락되는 이유는 무엇인가요?" href="/ko/support/models/articles/why-are-my-metrics-missing-from-wandb-log" arrow="true" horizontal>
  wandb.log()로 로깅한 메트릭이 W\&B UI에 표시되지 않는다면 몇 가지 일반적인 원인이 있습니다. 동기화하지 않은 offline mode나 ...
</Card>

<Card title="내 run에서 콘솔 출력이 캡처되지 않는 이유는 무엇인가요?" href="/ko/support/models/articles/why-is-console-output-not-captured-for-my-run" arrow="true" horizontal>
  W\&B는 스크립트의 stdout과 stderr를 캡처해 run의 Files 탭에 output.log로 저장합니다. 기본적으로 이 파일은 u ...
</Card>
