diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-04-07 15:46:34 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-04-07 15:46:34 +0800 |
commit | bc82188377a8dc3068cd7b2ba5f02ed8bd4f2a54 (patch) | |
tree | c3265640aa0e37fe3c7a890ac5c415e32c287c77 /config.py | |
parent | 5e8947fbc90e1d67dadae36d32330a280d057267 (diff) |
Revert cross-reconstruction loss factor and make image log steps adjustable
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, }, |