diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-10 13:45:38 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-10 13:45:38 +0800 |
commit | ba705ac60f463b034782ba03796dbfa2776a5631 (patch) | |
tree | 984a50254777583fd384bd4d72acf12843ad8de0 /config.py | |
parent | 58ef39d75098bce92654492e09edf1e83033d0c8 (diff) | |
parent | 2f7c09fb4fb985db1cbf6e2bdc6622a2c51ebfc3 (diff) |
Merge branch 'master' into python3.8
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ config: Configuration = { '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 |