-
Notifications
You must be signed in to change notification settings - Fork 698
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
train tacotron error #207
Comments
Same issue for me |
1 similar comment
Same issue for me |
It looks like this is due to the fact that Python lambdas can't be pickled on Windows. I am currently trying to find a workaround, but if none exists, then I guess we have to do it on linux. |
I was able to fix this by changing this: In |
@serg06 thank you so much, fixed it for me |
thanks @serg06 for helping out here 🙂 |
Glad to help 😄 |
Got everything setup as told in the readme guide. Got this error when running python train_tacotron.py. Has anybody encountered with this error?
The text was updated successfully, but these errors were encountered: