SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
757 stars 271 forks source link

Incorporate fixes for gradients #18

Closed SeanNaren closed 6 years ago

SeanNaren commented 6 years ago

With the new changes to support 0.4, the gradients broke (highlighted by the changes here. I've incorporated the changes into the wrapper, however this also means breaking changes for other repos that use this.

SeanNaren commented 6 years ago

After more inspection, it seems like averaging the gradient is not normal, will investigate further