Daphne Ippolito

Results 2 issues of Daphne Ippolito

Thanks for writing this code! It would be great if you could add an open-source license so that we know whether it's ok to copy the code into other repos.

Previously, because `beam_logprobs_sum[vix]` is a pointer, line 120 would set it equal to -1000, causing the sort on line 126 to be meaningless (since every `x['p']` would be -1000). I...