-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Torch Dependencies #88
Comments
I don't think |
It says on the wiki for the required dependencies to compile Baidu's CTC. |
Thanks for that, it should not be necessary (but nnx is)! I've removed that from the install at the wiki page. |
Interesting so when I try to transcribe the audio sample with one of my pre-trained weights, I get the following output:
I have been using this pretrained weight before in my other environment and it transcribed perfectly fine. Any suggestions why this might be occuring? Also, I have been moving these torch dependencies to a docker, which I can share with you if you want to add it to your repo documentation. |
Is the dictionary correct? Seems like something's up with the decoding |
Yes, I tried both on a fresh git pull from your repo and my existing instance of the code I pulled. |
Hi Sean,
I don't know whether you are still working on maintaining this repo. However, I recently had to upgrade environments and it removed my torch libraries. I'm have an issue with the dependencies. It seems cunnx is no longer supported by the latest version of torch. I was wondering if you knew of a work around.
The text was updated successfully, but these errors were encountered: