-
Notifications
You must be signed in to change notification settings - Fork 308
Description
I found a couple of problems while trying to follow the installation instructions.
First, there is the Python 2.7 issue. The kaldi version pinned here still requires it, but it is not among the dependencies. Moreover, that version also has some problems - the openfst version it uses fails to build due to a missing intrinsics header. All that was fixed in the latest kaldi commit. Python 2.7 is no longer required and the openfst problem was fixed. Perhaps it is time to update?
Then there are also some problems on ext/k3.cc and ext/m3.cc. The fixes were already mentioned in issue #345.
But if we build with CUDA support then there are even more problems, like ext/k3.cc calling methods that do not exist. In fact, I'm not even sure CUDA is being used at all there.
So, considering how those problems are relatively easy to fix and, without those fixes, gentle doesn't even compile, I must ask, is it still being maintained?
PS: the text above should give you all the info you need to fix all the problems. But if you need more details, I'll be glad to help.