Can I store / load trained DeepSpeech model to tesnorflow model?

Can I store and then restore trained modle with

model.save 
// and then 
tf.loadLayersModel

Please have a look at DeepSpeech.py, it already takes cares of things like that. Without more context on what you want, we cannot help you.