habla-liaa / ser-with-w2v2

Official implementation of INTERSPEECH 2021 paper 'Emotion Recognition from Speech Using Wav2vec 2.0 Embeddings'
126 stars 23 forks source link

ValueError: operands could not be broadcast together with shapes (97,768) (68,768) #10

Open jiminbot20 opened 3 years ago

jiminbot20 commented 3 years ago

https://github.com/habla-liaa/ser-with-w2v2/blob/c9be8a9bc8c6c6969838e3e77c2fc8af10e27136/tasks/normalize.py#L22

ValueError: operands could not be broadcast together with shapes (97,768) (68,768)

shape doesn't match while updating normalization.

I guess padding might be needed. How could I solve this problem?