wandb.yaml 402 B

123456789101112131415
  1. # https://wandb.ai
  2. wandb:
  3. _target_: pytorch_lightning.loggers.wandb.WandbLogger
  4. project: attention
  5. name: ${name}
  6. save_dir: "."
  7. mode: online # set offline to store all logs only locally
  8. id: ${oc.select:name} # pass correct id to resume experiment!
  9. # entity: "" # set to name of your wandb team or just remove it
  10. log_model: False
  11. prefix: ""
  12. job_type: "train"
  13. group: ""
  14. tags: []