> ## 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="ログ記録はトレーニングをブロックしますか？" 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 と巻き戻しを使用します。run を fork または巻き戻す機能は現在活発に開発中です ...
</Card>

<Card title="run からコンソールログ file をダウンロードするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-download-the-console-log-file-from-a-run" arrow="true" horizontal>
  W\&B はスクリプトの stdout と stderr を output.log として (または logs/ 配下の複数の chunk として) 保存します。取得方法は状況によって異なり ...
</Card>

<Card title="値の list をログするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-log-a-list-of-values" arrow="true" horizontal>
  step ごとの損失などの値の list は、wandb.Run.log() でログできます。次の例では、一般的な 2 つのアプローチを示し ...
</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>
  複数のユーザーが 1 台のマシンを共有している場合、認証情報を明示的に設定しないと、Runs が誤った W\&B アカウントにログされる可能性があります。確実に e ...
</Card>

<Card title="ログを無効にするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-turn-off-logging" arrow="true" horizontal>
  W\&B がリモートサーバーにデータをログするのを停止することも、ログ記録は有効のまま警告メッセージだけを抑制することもできます。使用す ...
</Card>

<Card title="コードがクラッシュしたときはどのファイルを確認すべきですか？" href="/ja/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 を確認してください ...
</Card>

<Card title="wandb.log() でログしたメトリクスが見つからないのはなぜですか？" href="/ja/support/models/articles/why-are-my-metrics-missing-from-wandb-log" arrow="true" horizontal>
  wandb.log() でログしたメトリクスが W\&B UI に表示されない場合、よくある原因がいくつかあります。未同期のオフラインモードや ...
</Card>

<Card title="run でコンソール出力が取得されないのはなぜですか？" href="/ja/support/models/articles/why-is-console-output-not-captured-for-my-run" arrow="true" horizontal>
  W\&B はスクリプトの stdout と stderr を取得し、run の Files タブに output.log として保存します。デフォルトでは、その file は u ...
</Card>
