rolczynski / Automatic-Speech-Recognition

🎧 Automatic Speech Recognition: DeepSpeech & Seq2Seq (TensorFlow)
GNU Affero General Public License v3.0
223 stars 64 forks source link

Unable to load file #37

Open ektachugwani opened 3 years ago

ektachugwani commented 3 years ago

Getting error while running below code - pipeline = asr.load('deepspeech2', lang='en')

OSError: Unable to open file (truncated file: eof = 136667136, sblock->base_addr = 0, stored_eof = 454666120)

Note- I tried deleting model file and reinstalling, but nothing worked.