PyTorch
ssl-aasist
custom_code
ssl-aasist / fairseq /examples /MMPT /projects /task /crosstask_videoclip.yaml
ash56's picture
Add files using upload-large-folder tool
d28af7f verified
raw
history blame
333 Bytes
includes: projects/task/crosstask.yaml
model:
model_cls: MMFusionSeparateActionLocalization
mm_encoder_cls:
video_encoder_cls: MMBertForEncoder
text_encoder_cls: BertModel # dummy, not used.
num_hidden_video_layers: 6
fairseq:
checkpoint:
restore_file: runs/task/checkpoint_best.pt # overwrite the default of VLM.