pannous / tensorflow-speech-recognition

🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
Other
2.17k stars 639 forks source link

Retrieving the model #56

Open 4emkay opened 6 years ago

4emkay commented 6 years ago

As i have saved the model with ,tfl extension, when i tried to use the saved model prediction are getting wrong.

alexanderbin123 commented 6 years ago

hello,i want to ask you what file do you run. i also can't save the model.how to deal with it

4emkay commented 6 years ago

you can save the model by the code : model.save('model.tfl')