Skip to content

Commit

Permalink
build(config): update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjykzj committed Oct 29, 2020
1 parent 023454c commit 61e3035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/tsn_r50_ucf101_rgb_raw_seg_1x1x3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ MODEL:
HEAD:
NAME: 'TSNHead'
FEATURE_DIMS: 2048
DROPOUT: 0.0
DROPOUT: 0.5
NUM_CLASSES: 101
RECOGNIZER:
NAME: 'TSNRecognizer'
Expand Down
6 changes: 5 additions & 1 deletion configs/tsn_r50_ucf101_rgbdiff_raw_seg_1x1x3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ TRANSFORM:
CENTER_CROP: True
THREE_CROP: False
TEST_CROP_SIZE: 256
DATALOADER:
TRAIN_BATCH_SIZE: 6
TEST_BATCH_SIZE: 6
NUM_WORKERS: 8
MODEL:
NAME: 'TSN'
PRETRAINED: ""
Expand All @@ -58,7 +62,7 @@ MODEL:
HEAD:
NAME: 'TSNHead'
FEATURE_DIMS: 2048
DROPOUT: 0.0
DROPOUT: 0.5
NUM_CLASSES: 101
RECOGNIZER:
NAME: 'TSNRecognizer'
Expand Down

0 comments on commit 61e3035

Please sign in to comment.