Open twostay opened 5 years ago
I don't know why the model so different in accuracy. but I used my model before, the accuracy of my model was poor compared to original paper's. so there is another technique in original model (we don't know)
The concept of "session" is used in IEMOCAP, MSP-IMPROV dataset. and "session" is similar to "fold" in n-fold cross-validation evaluation.
I fixed the issue, it was because the contents in training and testing used were different. And the accuracy issue was probably because of the attention implementation was incorrect in the model. You can take another look at the essay and the model
@twostay Please let me know what I missed. It will also help other users.
By the way, u should try newer versions of PyTorch, it's much better, no Variable and Tensor stuff, only Tensors.
Do u mind telling me where did u download the MSP-IMPROV database, I can't find it:( Thx
Hi, I have several questions to ask:).