From 437ba4e22b2dad2ca309085a2e97f33dd03eb642 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 5 Jul 2021 00:21:43 +0200 Subject: Working on new hydra implementation --- training/conf/logger/wandb.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 training/conf/logger/wandb.yaml (limited to 'training/conf/logger') 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: [] -- cgit v1.2.3-70-g09d2