domerin0 / rnn-speech

Character level speech recognizer using ctc loss with deep rnns in TensorFlow.
MIT License
77 stars 31 forks source link

OutOfRangeError:Read fewer bytes than requested #28

Closed chenting0324 closed 7 years ago

chenting0324 commented 7 years ago

Hello~When I run the code on my PC,the problem came as:OutOfRangeError:Read fewer bytes than requested I don't konw how to solve it,and Can this code run in windows platform or only in Linux or MAC ?

AMairesse commented 7 years ago

Hi, I haven't tested it on a Windows or Mac platform so I can't tell but it should work. Given your other opened issues I think this error message is related to the pre-trained model you are trying to use. If you don't use git-lfs you will not have the data file but only a text file containing information about the git-lfs link instead. When trying to open it the tensorflow function return this error because the file is invalid (too small).