Update configs/inference/inference_audio.yaml
Browse files
configs/inference/inference_audio.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
a2m_model:
|
2 |
-
out_dim:
|
3 |
latent_dim: 512
|
4 |
model_path: ./pretrained_model/wav2vec2-base-960h
|
5 |
only_last_fetures: True
|
|
|
1 |
a2m_model:
|
2 |
+
out_dim: 2048
|
3 |
latent_dim: 512
|
4 |
model_path: ./pretrained_model/wav2vec2-base-960h
|
5 |
only_last_fetures: True
|