Filip Ginter
Filip Ginter
I had a similar problem with the missing shape and the latest tensorflow. The following modification to `tensorflow_binding/src/warpctc_op.cc` did the trick for me. You need to add the `#include` and...
Maybe two spaces?
+1 for this PR!
Bypassing currently by setting working directory to the code path. This assures that the code gets autogenerated to the right place and can also be correctly imported. The disadvantage is...