diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-22 20:50:30 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-22 20:50:30 +0800 |
commit | 4a4506fde7867df4d4d446c8992621fb0da03939 (patch) | |
tree | c2cedb06e538c6c66cc8fe9dd7f47e00b66cc98e /config.py | |
parent | f9f45c8d32c6f99c314f1ca93140598d1005c8fb (diff) | |
parent | b6e5972b64cc61fc967cf3d098fc629d781adce4 (diff) |
Merge branch 'master' into python3.8
# Conflicts:
# models/model.py
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ config: Configuration = { '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` |