Hello Guys!
Is it possible to run the pre-trained model on a server that only supports Tensorflow 0.5.1 or Tensorflow 1.3?
I also need the model to be in the “Saved_Model” format. Is it already in that format?
Sorry if the questions are straight-forward. I am new to this.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
As much as I remember, the model should run on r1.3. Regarding the format, we rely on tf.train.Saver()
and then freeze_graph
: https://github.com/mozilla/DeepSpeech/blob/v0.1.1/DeepSpeech.py#L1731-L1733 I’m not sure if it’s compatible with SavedModel.