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
I've read the code in models/copynet.py. I think in the third step 'get weighted attention to use for predicting next word', input_idx(y_t) should be used instead of input_idx(y_(t-1)), which is then used to generate y_(t+1).
The text was updated successfully, but these errors were encountered:
I've read the code in models/copynet.py. I think in the third step 'get weighted attention to use for predicting next word', input_idx(y_t) should be used instead of input_idx(y_(t-1)), which is then used to generate y_(t+1).
The text was updated successfully, but these errors were encountered: