Skip to content

Beam Search 6.How to get probablities

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.

Clone this wiki locally