summaryrefslogtreecommitdiff
path: root/training/conf/logger/wandb.yaml
blob: 37bd2fe6f780be2b41f2336709a5513b561b105f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# https://wandb.ai

wandb:
  _target_: pytorch_lightning.loggers.wandb.WandbLogger
  project: text-recognizer
  name: null
  save_dir: "."
  offline: false # set True to store all logs only locally
  id: null # pass correct id to resume experiment!
  # entity: ""  # set to name of your wandb team or just remove it
  log_model: false
  prefix: ""
  job_type: train
  group: ""
  tags: []