File size: 237 Bytes
878264b |
1 2 3 4 5 6 7 8 |
includes: projects/task/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
|