Notice: The Weights & Biases domain will change on September 30. This includes all websites and services that use a W&B domain. No action is needed today.
Filesタブには最大10,000件のファイルが表示されます。すべてのファイルをダウンロードするには、public API を使用してください:
import wandbapi = wandb.Api()run = api.run('<entity>/<project>/<run_id>')run.file('<file>').download()for f in run.files(): if <condition>: f.download()