summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-04-06 21:20:32 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-04-06 21:20:32 +0800
commit1b3afdead66ac4995b83c7fa953bb041caa92051 (patch)
tree4877f9a57bb9772b0d4782a9f688e7824d7ab803 /config.py
parentfbc13e2e0a9138771ea41a5600753aa33e34eec0 (diff)
parenta7d83c5447d0b81dc5e2a824c7ba638833fead86 (diff)
Merge branch 'python3.8' into python3.7
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.py b/config.py
index 25846a2..b643c75 100644
--- a/config.py
+++ b/config.py
@@ -9,7 +9,7 @@ config = {
# Recorde disentangled image or not
'image_log_on': False,
# The number of subjects for validating (Part of testing set)
- 'val_size': 10,
+ 'val_size': 20,
},
# Dataset settings
'dataset': {
@@ -49,7 +49,7 @@ config = {
# Auto-encoder feature channels coefficient
'ae_feature_channels': 64,
# Appearance, canonical and pose feature dimensions
- 'f_a_c_p_dims': (192, 192, 96),
+ 'f_a_c_p_dims': (192, 192, 128),
# HPM pyramid scales, of which sum is number of parts
'hpm_scales': (1, 2, 4, 8),
# Global pooling method