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

AttributeError: 'NNAcousticPredictor' object has no attribute 'model' #28

Open
A-d-DASARE opened this issue Apr 17, 2022 · 0 comments
Open

Comments

@A-d-DASARE
Copy link

Traceback (most recent call last):
File "./scripts/speak.py", line 181, in
main_work()
File "./scripts/speak.py", line 131, in main_work
output_labfile=output_labfile)
File "/home/ashwini/Ossian/scripts/main/Voice.py", line 261, in synth_utterance
processor.apply_to_utt(utt, voice_mode=self.run_mode) ## utt is changed in place
File "/home/ashwini/Ossian/voices/en/ens_toy_demo/naive_01_nn/../../../../scripts/processors/UtteranceProcessor.py", line 222, in apply_to_utt
self.process_utterance(utterance)
File "/home/ashwini/Ossian/voices/en/ens_toy_demo/naive_01_nn/../../../../scripts/processors/NN.py", line 850, in process_utterance
streams = self.model.generate(label, variance_expansion=self.variance_expansion,
AttributeError: 'NNAcousticPredictor' object has no attribute 'model'

model got trained and i could save it too. but while synthesising voice this is the issue.

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

1 participant