-
Notifications
You must be signed in to change notification settings - Fork 29
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
how to infer or predict my own trained model #35
Comments
I mean how to deploy online services, I don't find inference code in the project, only see training code |
I have solved this problem, thanks |
Sorry, I wrote the inference code, but I still didn't get the feature processing done before deploying the service to do the inference
These problems are bothering me. I don't know how to optimize the code and deploy the project online. I hope to get your help |
Hey, Are you able to achieve this? I'm also working on a similar project to evaluate voice recordings in real-time. Could you tell me how you achieved this? I've encountered some errors, like "utt2spk" and "spk2utt" not matching. If you're willing, we can collaborate and develop a robust system where people can assist each other in recording their voices in real-time and evaluating them. If anyone is interested in joining this effort, we can work together and accomplish it as soon as possible. I don't need any credits since I'm pursuing this for study purposes and out of passion. Anyone can take credit if desired. Let me know if you're interested in collaborating! |
I have trained model according to the tutorial you provided, but I can't find the predict model code, like predict.py, can you guide me?
The text was updated successfully, but these errors were encountered: