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
1.is there an attention on Intent Detection task in your code? you seem to just make a full-connected layer after Bi-LSTM. That confused me.
2.why the final intent vector is encoder_final_state_h rather than summation of all encoder_state_h_i?