diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-10 13:46:24 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-10 13:46:24 +0800 |
commit | 156fb6d957efda8b897c172d70eccc0d2016b2bf (patch) | |
tree | 5775eeb8e682d6012bb5294267283e325c21fdb9 /config.py | |
parent | 045fdb1d8f381ef1dafdec33e87fc2b6736615e4 (diff) | |
parent | ba705ac60f463b034782ba03796dbfa2776a5631 (diff) |
Merge branch 'python3.8' into python3.7
# Conflicts:
# utils/configuration.py
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ config = { 'train_size': 74, # Number of sampled frames per sequence (Training only) 'num_sampled_frames': 30, + # Truncate clips longer than `truncate_threshold` + 'truncate_threshold': 40, # Discard clips shorter than `discard_threshold` 'discard_threshold': 15, # Number of input channels of model |