bdusell / semiring-einsum

Generic PyTorch implementation of einsum that supports different semirings
https://bdusell.github.io/semiring-einsum/
MIT License
44 stars 8 forks source link

`log_viterbi_einsum_forward` won't work if there are no summed variables #28

Closed bdusell closed 1 year ago

bdusell commented 2 years ago

It looks like max_argmax_block needs to be modified so that it works if dims is empty.

davidweichiang commented 2 years ago

I think #17 fixes this.

davidweichiang commented 2 years ago

And this is a duplicate of #16.

bdusell commented 1 year ago

Fixed by #17