File size: 242 Bytes
d28af7f |
1 2 3 4 5 6 7 8 |
includes: projects/task/test_coin.yaml
model:
model_cls: MMFusionSeparateActionSegmentation
mm_encoder_cls:
video_encoder_cls: MMBertForTokenClassification
text_encoder_cls: BertModel # dummy, not used.
num_hidden_video_layers: 6
|