buriburisuri / speech-to-text-wavenet

Speech-to-Text-WaveNet : End-to-end sentence level English speech recognition based on DeepMind's WaveNet and tensorflow
Apache License 2.0
3.95k stars 794 forks source link

Pre-Trained model not working #91

Open asad1996172 opened 7 years ago

asad1996172 commented 7 years ago

When i try to run the pre-trained model, this happens

./recognize.py --file asset/train/model.ckpt-205919 from: can't read /var/mail/model import: unable to grab mouse ': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9199. ./recognize.py: line 9: __author__: command not found ./recognize.py: line 13: syntax error near unexpected token10' ./recognize.py: line 13: `tf.sg_verbosity(10)'

Any Help !!!!