summaryrefslogtreecommitdiff
path: root/training/conf/logger
diff options
context:
space:
mode:
Diffstat (limited to 'training/conf/logger')
-rw-r--r--training/conf/logger/wandb.yaml15
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: []