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.

/ 文字は、W&B UI でログされたパネルを区切るために使われます。デフォルトでは、ログされた項目の名のうち / より前の部分によって、「Panel Section」と呼ばれるパネルのグループが定義されます。
import wandb

with wandb.init() as run:

   run.log({"val/loss": 1.1, "val/acc": 0.3})
   run.log({"train/loss": 0.1, "train/acc": 0.94})
Workspace の設定で、/ で区切られた最初のセグメントまたはすべてのセグメントに応じて、パネルのグループ化を調整します。
Experiments