diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-05 00:21:43 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-05 00:21:43 +0200 |
commit | 437ba4e22b2dad2ca309085a2e97f33dd03eb642 (patch) | |
tree | 411f452772a3ff9ce342916ccd0c11e6cae8d211 /training/conf/logger/wandb.yaml | |
parent | 64ec3d0784ba4cbca02faf5760e877906e9e7c5b (diff) |
Working on new hydra implementation
Diffstat (limited to 'training/conf/logger/wandb.yaml')
-rw-r--r-- | training/conf/logger/wandb.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/training/conf/logger/wandb.yaml b/training/conf/logger/wandb.yaml new file mode 100644 index 0000000..552cf00 --- /dev/null +++ b/training/conf/logger/wandb.yaml @@ -0,0 +1,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: [] |