Jiaxin-Ye / TIM-Net_SER

[ICASSP 2023] Official Tensorflow implementation of "Temporal Modeling Matters: A Novel Temporal Emotional Modeling Approach for Speech Emotion Recognition".
GNU General Public License v3.0
161 stars 25 forks source link

Added torch model and training pipeline #11

Open LucaMalagutti opened 1 year ago

LucaMalagutti commented 1 year ago

This pull request adds a Pytorch version of the TIMNET architecture together with extendable training and evaluation pipelines that follow the already existing code relying on TF/Keras.

This addition could be useful to users that are more familiar with the torch ecosystem.

hwang9u commented 1 year ago

Nice work!!!

whh07141 commented 10 months ago

Hello author, I reproduced your code, but the test results are very poor and the loss on the verification set does not decrease. Could you please tell me about your parameter settings?