Modify native client and getting an error during compilation

I want to modify native_client/python/client.py and native_client/ctcdecode/ctc_beam_search_decoder.cpp, What should i do to rebuild DeepSpeech with my changes?

Also, During DeepSpeech compilation, I am getting the error below in bazel build step:
tensorflow/tensorflow/core/kernels/BUILD:4767:1: C++ compilation of rule ‘//tensorflow/core/kernels:sparse_reduce_op’ failed (Exit 1)

How to resolve this. Note that the native_client/BUILD has ‘//tensorflow/core/kernels’ added in it.


Bugging you guys again!

It’s all documented in native_client/README.rst

Without more context, I can’t tell. Make sure you use the proper tensorflow repo and branch.