CopyNet icon indicating copy to clipboard operation
CopyNet copied to clipboard

Question about selective read

Open JuliRao opened this issue 5 years ago • 1 comments

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).

JuliRao avatar Jul 23 '19 12:07 JuliRao

Have you figured it out? This is also where I get puzzled.

SilverLiningSL avatar Mar 26 '20 06:03 SilverLiningSL