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
Higepon Taro Minowa edited this page Jun 27, 2017
·
3 revisions
I'm still not sure, how we can get the probabilities in the each beam search steps.
I think I'll have to figure out when the script feed y(t - 1) into y(t) prediction in the decoder.
Okay, now I see it. we just have to append y(t - 1) to decoder input sequence.