Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
import wandb with wandb.init() as run: run.log({"batch": batch_idx, "loss": 0.3}) run.log({"epoch": epoch, "val_acc": 0.94})
Was this page helpful?