Derek Hu
Results
1
issues of
Derek Hu
Hi there, Thanks for sharing the code. For attention part in **model.py**, your code is: ``` attentionSoft_b = tf.nn.softmax(tf.transpose(attentionWeights)) attentionSoft_b = tf.transpose(attentionSoft_b) ``` while I feel like it should be:...