Which tensorflow (mozilla vs. upstream) use for inference/training/buidling?

Hi,
in my understanding, upstream (i.e. standard tensorflow) version 1.5.0 should be used for

  1. Inference (both with pip and native_client clients)
  2. Training (using the checked-out git scripts)

And the mozilla version from this repository https://github.com/mozilla/tensorflow
is only necessary when deepspeech rebuild is needed (customizations, unsupported architectures).

Is that correct?
Thanks

Yes, that’s correct!

great, thanks for the quick answer