> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-hivemind-launch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ログ

<Card title="ログ記録はトレーニングをブロックしますか？" href="/ja/support/models/articles/does-logging-block-my-training" arrow="true" horizontal>
  "logging 関数は lazy ですか？ 実行中に結果をサーバーへ送信するためにネットワークに依存したくありません ...
</Card>

<Card title="前の step のログを上書きするにはどうすればよいですか？" href="/ja/support/models/articles/how-can-i-overwrite-the-logs-from-previo" arrow="true" horizontal>
  前の step のログを上書きするには、forking と巻き戻しを使用します。
</Card>

<Card title="値の list をログするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-log-a-list-of-values" arrow="true" horizontal>
  これらの例では、wandb.Run.log() を使用して損失をいくつかの異なる方法でログする方法を示しています。詳細については、次のドキュメントを参照してください ...
</Card>

<Card title="継続的インテグレーションや内部ツールによって起動された Runs をログするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-log-runs-launched-by-continuous" arrow="true" horizontal>
  W\&B にログする自動テストや内部ツールを起動するには、Team settings ページでサービスアカウントを作成します。このアカ ...
</Card>

<Card title="共有マシンで正しい wandb ユーザーにログするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-log-to-the-right-wandb-user-on-" arrow="true" horizontal>
  共有マシンを使用する場合は、WANDB\_API\_KEY 環境変数を設定して、Runs が正しい W\&B アカウントにログされるようにしてください ...
</Card>

<Card title="ログを無効にするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-turn-off-logging" arrow="true" horizontal>
  コマンド wandb offline は環境変数 WANDB\_MODE=offline を設定し、データがリモートの W ...
</Card>

<Card title="コードがクラッシュしたときはどのファイルを確認すべきですか？" href="/ja/support/models/articles/which-files-should-i-check-when-my-code-" arrow="true" horizontal>
  影響を受けた run については、コードがあるディレクトリの wandb/run- \_ - /logs 内にある debug.log と debug-internal.log を確認してください ...
</Card>
