Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

“logging 関数は lazy ですか? ローカルの処理を実行している間に、結果をサーバーに送信するためネットワークに依存したくありません。” wandb.log 関数はローカルファイルに1行書き込み、ネットワーク通信をブロックしません。wandb.init を呼び出すと、同じマシン上で新しいプロセスが起動します。このプロセスはファイルシステムの変更を監視し、非同期でウェブサービスと通信するため、ローカルの処理は中断されることなく継続できます。
Experiments ログ