We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DeepVoice3 multi-speaker TTS en demo on Google Colab.
Generate Speech :
11 frames /usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py in getattr(self, name) 1176 return modules[name] 1177 raise AttributeError("'{}' object has no attribute '{}'".format( -> 1178 type(self).name, name)) 1179 1180 def setattr(self, name: str, value: Union[Tensor, 'Module']) -> None: AttributeError: 'SinusoidalEncoding' object has no attribute '_backend'
The text was updated successfully, but these errors were encountered:
I ran into the same issue, have you found a way to solve it?
Sorry, something went wrong.
No branches or pull requests
DeepVoice3 multi-speaker TTS en demo on Google Colab.
Generate Speech :
The text was updated successfully, but these errors were encountered: