You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, First, I would like to express my appreciation for your outstanding works in multimodal sentiment analysis, which have greatly inspired me.
But I have one problem about "Party GRU" of your DialogRNN code:
As shown in the figure above, my understanding is Speaker A's party state at time t-1 as input to the Party GRU. right?
The text was updated successfully, but these errors were encountered:
Thank you for your question! To answer your query, yes it is, as far as I can remember. As we did not explicitly model the listener state (of A) at t-1 in the depicted model, q_{A, t-1} = q_{A, t-2}.
Hi, First, I would like to express my appreciation for your outstanding works in multimodal sentiment analysis, which have greatly inspired me.
But I have one problem about "Party GRU" of your DialogRNN code:
As shown in the figure above, my understanding is Speaker A's party state at time t-1 as input to the Party GRU. right?
The text was updated successfully, but these errors were encountered: