dkohlsdorf / wdp-ds

Data Science For The Wild Dolphin Project
MIT License
1 stars 0 forks source link

Beam Search Decoder #72

Open dkohlsdorf opened 2 years ago

dkohlsdorf commented 2 years ago
Screenshot 2022-01-28 at 14 31 18

[1] https://arxiv.org/pdf/1904.04479.pdf [2] https://arxiv.org/pdf/1712.09444.pdf [3] https://arxiv.org/pdf/1702.01806.pdf [4] https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.75.6306&rep=rep1&type=pdf

dkohlsdorf commented 2 years ago

There are also some more implementation references:

[1] MIT Beam Search

[2] https://github.com/budzianowski/PyTorch-Beam-Search-Decoding/blob/master/decode_beam.py