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.

各バッチで特定のメトリクスをログし、プロットを統一するには、必要な x-axis の値もメトリクスとあわせてログします。カスタムプロットで Edit をクリックし、カスタムの x-axis を選択します。
import wandb

with wandb.init() as run:
    run.log({"batch": batch_idx, "loss": 0.3})
    run.log({"epoch": epoch, "val_acc": 0.94})

Experiments メトリクス