facebookresearch / gtn

Automatic differentiation with weighted finite-state transducers.
MIT License
453 stars 40 forks source link

[Bug] Fix compose with epsilons #47

Closed awni closed 3 years ago

awni commented 3 years ago

There was an issue with how we handle redundant paths with epsilon composition. I think this is now fixed, and I added several test cases for this.

awni commented 3 years ago

@shubho this is good to go.

shubho commented 3 years ago

LGTM!