wxjiao / AGHMN

Implementation of the paper "Real-Time Emotion Recognition via Attention Gated Hierarchical Memory Network" in AAAI-2020.
29 stars 3 forks source link

Reproduce MELD F1 score #3

Open so-hyeun opened 3 years ago

so-hyeun commented 3 years ago

reproduced AGHMN

Hello, thanks for doing interesting research.

The picture above is the result of reproducing the MELD dataset performance through UniF-BiAGRU. Of the results, is 57.77 the value that should be compared with the paper's F1 score?

wxjiao commented 3 years ago

reproduced AGHMN

Hello, thanks for doing interesting research.

The picture above is the result of reproducing the MELD dataset performance through UniF-BiAGRU. Of the results, is 57.77 the value that should be compared with the paper's F1 score?

Yes, 57.77 corresponds to the F1 score. You can see from the ``EmoTrain.py''. image