Chancing0 / EZ-LSTM-Speech-Recognition-Project

An ez LSTM Speech Reconization project for beginner
7 stars 2 forks source link

Value error #2

Open raffaelbd opened 5 years ago

raffaelbd commented 5 years ago

after running the code this error is showed- ValueError: The passed save_path is not a valid checkpoint: E:\study software\project 1.2\tflearn.lstm.model. Can someone help me.

Chancing0 commented 5 years ago

Thank for your attention and it seems that your model path was not correct for windows system try r"E:\study software\project 1.2\tflearn.lstm.model" for linux system try "E:\study software\project 1.2\tflearn.lstm.model" or you just use my way that the saving path was "tflearn.lstm.model" like code: model.save("tflearn.lstm.model") then once it finished tranning ,using code: model.load('tflearn.lstm.model') to load your model, then you can test it. I thing it should be still works If you got questions, Feel free to contact me ,my FaceBook was : https://www.facebook.com/profile.php?id=100005220045328