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

# Run 충돌

<Card title="`AttributeError: module 'wandb' has no attribute ...`와 같은 오류를 어떻게 해결하나요?" href="/ko/support/models/articles/how-can-i-fix-an-error-like-attributeerr" arrow="true" horizontal>
  AttributeError: module 'wandb' has no attribute 'init' 또는 AttributeError: module 'wandb' ...
</Card>

<Card title="스윕 중 `Cuda out of memory` 오류를 해결하려면 어떻게 하나요?" href="/ko/support/models/articles/cuda-out-of-memory-during-a-sweep" arrow="true" horizontal>
  스윕 중 Cuda out of memory 오류가 표시되면 프로세스 기반 실행을 사용하도록 코드를 리팩터링하세요. 코드를 a  ...
</Card>

<Card title="wandb로 작업을 종료하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-kill-a-job-with-wandb" arrow="true" horizontal>
  W\&B가 연동된 스크립트를 중지하려면 Ctrl+D를 누르세요. 더 이상 필요하지 않은 트레이닝 run을 취소할 때 이 방법을 사용하세요.
</Card>

<Card title="wandb에서 run 초기화 시간 초과 오류를 해결하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-resolve-a-run-initialization-ti" arrow="true" horizontal>
  run 초기화 시간 초과 오류는 wandb.init()가 할당된 시간 내에 W\&B Service에 연결을 설정할 수 없음을 의미합니 ...
</Card>

<Card title="wandb가 충돌하면 내 트레이닝 run도 충돌할 수 있나요?" href="/ko/support/models/articles/if-wandb-crashes-will-it-possibly-crash-" arrow="true" horizontal>
  W\&B는 별도의 프로세스에서 실행되므로 W\&B가 충돌하더라도 트레이닝 run은 계속됩니다. 인터넷 장애가 발생하는 동안 W\&B는 계속 재시도합 ...
</Card>

<Card title="InitStartError: wandb 프로세스와 통신하는 중 오류 발생" href="/ko/support/models/articles/initstarterror-error-communicating-with-" arrow="true" horizontal>
  이 오류는 W\&B 라이브러리가 서버로 데이터를 동기화하는 프로세스를 시작할 수 없음을 의미합니다. 해결하려면  ...
</Card>

<Card title="UI에서는 내 run 상태가 `crashed`로 표시되지만 내 머신에서는 여전히 실행 중입니다. 데이터를 복구하려면 어떻게 해야 하나요?" href="/ko/support/models/articles/my-runs-state-is-crashed-on-the-ui-but-i" arrow="true" horizontal>
  이 상태는 일반적으로 트레이닝 중 머신과의 연결이 끊어졌음을 의미합니다. 데이터를 복구하려면 wandb sync PATH\_ ...
</Card>

<Card title="Hydra를 W&B와 함께 사용할 때 프로세스가 응답하지 않는 이유는 무엇인가요?" href="/ko/support/models/articles/process-hangs-when-using-hydra-with-wan" arrow="true" horizontal>
  이 페이지에서는 Hydra와 W\&B를 함께 사용해 프로세스를 시작할 때 발생하는 응답 없는 프로세스를 해결하는 방법을 설명합니다. I ...
</Card>

<Card title="분산 트레이닝에서 트레이닝이 멈추는 이유는 무엇인가요?" href="/ko/support/models/articles/training-hangs-with-distributed-trainin" arrow="true" horizontal>
  이 아티클은 분산 트레이닝 프레임워크와 함께 W\&B를 사용할 때 트레이닝이 멈추는 문제를 해결하여 Runs가 st ...
</Card>

<Card title="로컬에서는 트레이닝이 정상적으로 진행되는데 W&B에서 run이 crashed로 표시되는 이유는 무엇인가요?" href="/ko/support/models/articles/why-is-a-run-marked-crashed-in-wb-when-i" arrow="true" horizontal>
  crashed 상태는 일반적으로 연결 문제를 나타냅니다. 서버가 인터넷 액세스를 잃고 데이터 동기화가 중지되면 W\&B ...
</Card>

<Card title="내 run이 crashed로 표시되는 이유는 무엇인가요?" href="/ko/support/models/articles/why-is-my-run-showing-as-crashed" arrow="true" horizontal>
  W\&B는 wandb.init()를 호출한 프로세스에서 하트비트를 더 이상 받지 못하고, 해당 프로 ...
</Card>
