diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-22 19:32:16 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-22 19:32:16 +0800 |
commit | b6e5972b64cc61fc967cf3d098fc629d781adce4 (patch) | |
tree | 54093467a15bb20dbf3d6b479a8172b13d60e193 /config.py | |
parent | 38555617816cfaef6f330e7fc90f3cfa65d692fb (diff) |
Add embedding visualization and validate on testing set
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` |