diff options
Diffstat (limited to 'training/conf/callbacks/wandb/reconstructions.yaml')
-rw-r--r-- | training/conf/callbacks/wandb/reconstructions.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/training/conf/callbacks/wandb/reconstructions.yaml b/training/conf/callbacks/wandb/reconstructions.yaml new file mode 100644 index 0000000..92f2d12 --- /dev/null +++ b/training/conf/callbacks/wandb/reconstructions.yaml @@ -0,0 +1,4 @@ +log_image_reconstruction: + _target_: callbacks.wandb_callbacks.LogReconstuctedImages + num_samples: 8 + use_sigmoid: true |