diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-22 20:51:08 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-22 20:51:08 +0800 |
commit | 231a14649a8c88463610c69c770b0397992b1210 (patch) | |
tree | c860dddac3a8a7e18ed48dff8186c0300dc4cc4d /config.py | |
parent | e77d74684a5b77b4b5ce1edac67518fea12bd5c1 (diff) | |
parent | 4a4506fde7867df4d4d446c8992621fb0da03939 (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
@@ -17,6 +17,8 @@ config = { 'root_dir': 'data/CASIA-B-MRCNN-V2/SEG', # The number of subjects for training 'train_size': 74, + # The number of subjects for validating (Part of testing set) + 'val_size': 10, # Number of sampled frames per sequence (Training only) 'num_sampled_frames': 30, # Truncate clips longer than `truncate_threshold` |