summaryrefslogtreecommitdiff
path: root/training/conf/logger/wandb.yaml
blob: ba3218a74b8822d5e52930b13b10565779a9380a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
wandb:
  _target_: pytorch_lightning.loggers.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: []