オフラインの環境でトレーニングを行う場合は、以下の手順に従って結果をサーバーにアップロードしてください。Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 環境変数
WANDB_MODE=offlineを設定し、インターネット接続なしでメトリクスをローカルに保存します。 - アップロードの準備ができたら、ディレクトリー内で
wandb initを実行してプロジェクト名を設定します。 wandb sync YOUR_RUN_DIRECTORYを使用してメトリクスをクラウドサービスに転送し、ホストされたウェブアプリで結果にアクセスします。
wandb.init() を実行した後に run.settings._offline または run.settings.mode をチェックしてください。