summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-01-21 21:50:28 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-01-21 21:50:28 +0800
commit59ccfd7718babe94fac549fcfbfa22bb311f0bd8 (patch)
tree7c28ac5617509d01fcc85d265c634a9cf9f39c51 /config.py
parent2345f662ea39569de411eb45925127b617a9c27f (diff)
Bug fixes
1. Turn off autograd while decoding canonical and pose features 2. Change default batch size to (4, 8)
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index c93fe19..991a3a6 100644
--- a/config.py
+++ b/config.py
@@ -33,7 +33,7 @@ config: Configuration = {
# Batch size (pr, k)
# `pr` denotes number of persons
# `k` denotes number of sequences per person
- 'batch_size': (2, 2),
+ 'batch_size': (4, 8),
# Number of workers of Dataloader
'num_workers': 4,
# Faster data transfer from RAM to GPU if enabled