multimodalart HF Staff commited on
Commit
02f9d41
·
verified ·
1 Parent(s): 25ca8b6

Fix: add spatial_temporal=True to modality_encoder

Browse files
Files changed (1) hide show
  1. configs/sc_model_config.yaml +1 -0
configs/sc_model_config.yaml CHANGED
@@ -35,4 +35,5 @@ model:
35
  audio_fps: 30
36
  use_exp: ${model.use_exp}
37
  target_length: 128
 
38
 
 
35
  audio_fps: 30
36
  use_exp: ${model.use_exp}
37
  target_length: 128
38
+ spatial_temporal: True
39