SeanNaren / warp-ctc

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

Fix broken _assert_no_grad import #65

Closed fuzic closed 6 years ago

fuzic commented 6 years ago

_assert_no_grad is gone from pytorch in https://github.com/pytorch/pytorch/pull/8460/ - this fixes the broken import caused by that.

SeanNaren commented 6 years ago

thanks :)