summaryrefslogtreecommitdiff
path: root/utils
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 /utils
parent5e8947fbc90e1d67dadae36d32330a280d057267 (diff)
Revert cross-reconstruction loss factor and make image log steps adjustable
Diffstat (limited to 'utils')
-rw-r--r--utils/configuration.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/configuration.py b/utils/configuration.py
index 5a5bc0c..608d413 100644
--- a/utils/configuration.py
+++ b/utils/configuration.py
@@ -8,6 +8,7 @@ class SystemConfiguration(TypedDict):
CUDA_VISIBLE_DEVICES: str
save_dir: str
image_log_on: bool
+ image_log_steps: int
val_size: int