From 6968572c1a21394b88a29f675b17b9698784a898 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 25 Aug 2023 23:19:39 +0200 Subject: Update training stuff --- training/conf/logger/csv.yaml | 4 ++++ training/conf/logger/wandb.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 training/conf/logger/csv.yaml (limited to 'training/conf/logger') diff --git a/training/conf/logger/csv.yaml b/training/conf/logger/csv.yaml new file mode 100644 index 0000000..9fa6cad --- /dev/null +++ b/training/conf/logger/csv.yaml @@ -0,0 +1,4 @@ +csv: + _target_: pytorch_lightning.loggers.CSVLogger + name: null + save_dir: "." diff --git a/training/conf/logger/wandb.yaml b/training/conf/logger/wandb.yaml index 081ebeb..ba3218a 100644 --- a/training/conf/logger/wandb.yaml +++ b/training/conf/logger/wandb.yaml @@ -1,5 +1,5 @@ wandb: - _target_: pytorch_lightning.loggers.wandb.WandbLogger + _target_: pytorch_lightning.loggers.WandbLogger project: text-recognizer name: null save_dir: "." -- cgit v1.2.3-70-g09d2