Skip to main content
Weights & Biases Documentation home page
Search...
⌘K
Log in
Sign Up
Sign Up
Search...
Navigation
モデルのトレーニング中にインターネット接続が切れた場合、何が起こりますか?
Platform
W&B Models
W&B Weave
W&B Inference
W&B Training
Release Notes
Weights & Biases Documentation
Get Started with Weights & Biases
Deployment options
Overview
Multi-tenant Cloud
Dedicated Cloud
Self-Managed
Configure W&B
Settings
Identity and access management (IAM)
Data security
Monitoring and usage
Track user activity with audit logs
Use Prometheus monitoring
Configure Slack alerts
View organization activity
Resources
W&B Pricing
W&B Tutorials & Blog
W&B Courses
W&B Platform Security
English
close
モデルのトレーニング中にインターネット接続が切れた場合、何が起こりますか?
Copy page
Copy page
ライブラリがインターネットに接続できない場合、再試行ループに入り、ネットワークが復旧するまでメトリクスのストリームを試み続けます。この間、プログラムは実行を継続します。
インターネットなしでマシン上で実行するには、
WANDB_MODE=offline
を設定します。この設定は、メトリクスをローカルのハードドライブに保存します。その後、
wandb sync ディレクトリー
を呼び出して、データをサーバーにストリームします。
Was this page helpful?
Yes
No
Suggest edits
Raise issue
⌘I