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

Failed to find any matching files for tflearn.lstm.model in speech2text-tflearn.py #27

Closed anees042 closed 7 years ago

anees042 commented 7 years ago

speech2text-tflean.py fails with the error: Failed to find any matching files for tflearn.lstm.model

or ValueError: Restore called with invalid save path: 'tflearn.lstm.model'. File path is: 'tflearn.lstm.model'

on both linux and windows.

on lines: model.load("tflearn.lstm.model") and model.save("tflearn.lstm.model")

thanks..

anees042 commented 7 years ago

commented the line; model.load("text2speech-model.tfl")

i reduced the training_steps, by training_steps = 100

changed the name in both model.load and model.save to text2speech-model.tfl

run it once then uncommented the line model.load, then set the training_steps to old value..

working now.

thanks..