Can I store and then restore trained modle with
model.save
// and then
tf.loadLayersModel
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.