Spaces:
Running on Zero
Running on Zero
Fix: add spatial_temporal=True to modality_encoder
Browse files
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 |
|