summaryrefslogtreecommitdiff
path: root/training/conf/callbacks
diff options
context:
space:
mode:
Diffstat (limited to 'training/conf/callbacks')
-rw-r--r--training/conf/callbacks/vae.yaml3
-rw-r--r--training/conf/callbacks/wandb/reconstructions.yaml4
2 files changed, 0 insertions, 7 deletions
diff --git a/training/conf/callbacks/vae.yaml b/training/conf/callbacks/vae.yaml
deleted file mode 100644
index 52adf69..0000000
--- a/training/conf/callbacks/vae.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-defaults:
- - default
- - wandb/reconstructions
diff --git a/training/conf/callbacks/wandb/reconstructions.yaml b/training/conf/callbacks/wandb/reconstructions.yaml
deleted file mode 100644
index 92f2d12..0000000
--- a/training/conf/callbacks/wandb/reconstructions.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-log_image_reconstruction:
- _target_: callbacks.wandb_callbacks.LogReconstuctedImages
- num_samples: 8
- use_sigmoid: true