> ## 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="/ja/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="sweep 中の `Cuda out of memory` を解決するにはどうすればよいですか?" href="/ja/support/models/articles/cuda-out-of-memory-during-a-sweep" arrow="true" horizontal>
  sweep 中に Cuda out of memory が発生する場合は、プロセスベースの実行を使用するようにコードをリファクタリングしてください。コードを ... として書き直してください
</Card>

<Card title="wandb を使ってジョブを停止するにはどうすればよいですか?" href="/ja/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="/ja/support/models/articles/how-do-i-resolve-a-run-initialization-ti" arrow="true" horizontal>
  run の初期化タイムアウトエラーは、wandb.init() が制限時間内に W\&B サービスへの接続を確立できないことを意味します ...
</Card>

<Card title="wandb がクラッシュした場合、トレーニング run もクラッシュする可能性はありますか?" href="/ja/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="/ja/support/models/articles/initstarterror-error-communicating-with-" arrow="true" horizontal>
  このエラーは、W\&B ライブラリがサーバーにデータを同期するプロセスを起動できないことを示しています。これを解決するには ...
</Card>

<Card title="UI では私の run の状態が `crashed` になっていますが、マシン上ではまだ実行中です。データを取り戻すにはどうすればよいですか?" href="/ja/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="/ja/support/models/articles/process-hangs-when-using-hydra-with-wan" arrow="true" horizontal>
  このページでは、Hydra で W\&B と一緒にプロセスを開始したときに発生する、プロセスの応答停止を解決する方法を説明します。 ...
</Card>

<Card title="分散トレーニングでトレーニングがハングするのはなぜですか?" href="/ja/support/models/articles/training-hangs-with-distributed-trainin" arrow="true" horizontal>
  この記事では、W\&B を分散トレーニング フレームワークと一緒に使用したときに発生するトレーニングのハングを解決し、runs を継続して実行できるようにする方法を説明します ...
</Card>

<Card title="ローカルでは正常にトレーニングしているのに、W&B で run が crashed と表示されるのはなぜですか?" href="/ja/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="/ja/support/models/articles/why-is-my-run-showing-as-crashed" arrow="true" horizontal>
  W\&B は、プロセスが正常に終了していないにもかかわらず wandb.init() を呼び出したプロセスからのハートビートを受信しなくなると、run を Crashed としてマークします ...
</Card>
