Closed ayushidalmia closed 7 years ago
Hi,
I am interested in computing the probabilities for a given pair of input and output sentences. Is there a provision to do the same? Where should I look into.
Thanks
You can use the score from beam search. The score is essentially log p(target | source)
Yeah! Got it. Thanks!
Hi,
I am interested in computing the probabilities for a given pair of input and output sentences. Is there a provision to do the same? Where should I look into.
Thanks