メインコンテンツへスキップ

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.

使い方

offline [OPTIONS]

説明

W&B にログしたデータを、クラウドにアップロードせずにローカルに保存します。 オフラインの run をアップロードするには、wandb online または wandb sync を使用します。 たとえば、クラウドに同期せずにデータをローカルにログするために、スクリプトをオフライン モードで実行する には次のようにします:
wandb offline && python train.py
スクリプトをオフラインモードで実行するには:
wandb offline && python train.py
後で、すべてのオフライン run をクラウドに同期します:
wandb sync --sync-all