Closed anees042 closed 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..
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")
andmodel.save("tflearn.lstm.model")
thanks..