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, thank you for your work. I find out that the 176th line in model.py: p_s = tf.nn.softmax(tf.matmul(m, last_attention), name = 'p_s') the softmax is on the last dim but it should be that dim=1. I am not sure about the issue.
The text was updated successfully, but these errors were encountered:
Hi, thank you for your work. I find out that the 176th line in model.py:
p_s = tf.nn.softmax(tf.matmul(m, last_attention), name = 'p_s')
the softmax is on the last dim but it should be that dim=1. I am not sure about the issue.The text was updated successfully, but these errors were encountered: