k2-fsa / k2

FSA/FST algorithms, differentiable, with PyTorch compatibility.
https://k2-fsa.github.io/k2
Apache License 2.0
1.08k stars 211 forks source link

in doc of k2 ,there is a mistake in explain for autograd in log semiring #1253

Closed l2009312042 closed 9 months ago

l2009312042 commented 9 months ago

https://k2-fsa.github.io/k2/core_concepts/index.html# image

the fsa should be fsa_vec

csukuangfj commented 9 months ago

Yes, you are right. Would you mind creating a PR to fix it?

l2009312042 commented 9 months ago

yes, the pr is https://github.com/k2-fsa/k2/pull/1254