robmsmt / KerasDeepSpeech

A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
GNU Affero General Public License v3.0
242 stars 79 forks source link

How to make it work with Python 3? #9

Open preetom-saha-arko opened 6 years ago

preetom-saha-arko commented 6 years ago

I actually need to know why Core ML won't work with Python 3.

robmsmt commented 5 years ago

It didn't when this was first created - there was a hard requirement for Python2. This has now changed - please raise a PR to include any updates you've made to get this working for Python3 it would be much appreciated.