Skip to content
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

'SinusoidalEncoding' object has no attribute '_backend' #228

Open
B1uee opened this issue Feb 6, 2022 · 1 comment
Open

'SinusoidalEncoding' object has no attribute '_backend' #228

B1uee opened this issue Feb 6, 2022 · 1 comment

Comments

@B1uee
Copy link

B1uee commented Feb 6, 2022

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'

@JeroenW-1951880
Copy link

I ran into the same issue, have you found a way to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants