summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-04-07 15:46:34 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-04-07 15:46:34 +0800
commitbc82188377a8dc3068cd7b2ba5f02ed8bd4f2a54 (patch)
treec3265640aa0e37fe3c7a890ac5c415e32c287c77 /config.py
parent5e8947fbc90e1d67dadae36d32330a280d057267 (diff)
Revert cross-reconstruction loss factor and make image log steps adjustable
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.py b/config.py
index 04f7b36..df7c64c 100644
--- a/config.py
+++ b/config.py
@@ -10,6 +10,8 @@ config: Configuration = {
'save_dir': 'runs',
# Recorde disentangled image or not
'image_log_on': False,
+ # Image log per n steps
+ 'image_log_steps': 100,
# The number of subjects for validating (Part of testing set)
'val_size': 20,
},