baidu-research / warp-ctc

Fast parallel CTC.
Apache License 2.0
4.06k stars 1.04k forks source link

Support for TF version > 1.13? #172

Open AveryLiu opened 3 years ago

AveryLiu commented 3 years ago

Hi, the warpctc-tensorflow requires bounds_check.h, which only exists with tf version <= 1.13. Is tf version > 1.13 supported?

AveryLiu commented 3 years ago

The reference for bounds_check.h has been moved to /tensorflow/core/framework/bounds_check.h since tf 1.14. It would be great if the source of warpctc-tensorflow could be changed to reflect this.