I can see from the readme file here: https://github.com/mozilla/DeepSpeech#making-a-mmap-able-model-for-inference
but i didnt understand this
TensorFlow has tooling to achieve this: it requires building the target //tensorflow/contrib/util:convert_graphdef_memmapped_format
where do i find this client to achieve this:
`convert_graphdef_memmapped_format --in_graph=output_graph.pb --out_graph=output_graph.pbmm`
i am not able to find this in the taskcluster as well. Not sure where to find this.
Please help in sharing the steps to complete this.
Thanks