Converting an old pretrained model to use with the current version of DeepSpeech

Dear all,

I have a language model trained with an old version of DeepSpeech (I think it was 0.1.0 or something, so I have all the files like output_graph.pb, lm_binary, and trie). Is it possible to convert it so that it can be used with the current version of DeepSpeech (i.e. I somehow want to obtain a pbmm file which can be used with DeepSpeech 0.9.3)?

Thank you very much for your help and all the good stuff!

No, you need to retrain from scratch, sorry