pytorch_beam_search icon indicating copy to clipboard operation
pytorch_beam_search copied to clipboard

A simple library that implements search algorithms for sequence models written in PyTorch.

Results 2 pytorch_beam_search issues
Sort by recently updated
recently updated
newest added

The setup file pins the version of pytorch to >=1.8.1. I don't think any of the APIs used require a very specific pytorch release (would 2.0.1 not work equally well?)....

Hi, great work on the beam search implementation. I was going through your code to understand your implementation and noticed that you a) Don't terminate a beam when the EOS...