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: 'NoneType' object has no attribute 'T' while trying synthesis.py #5

Open
deepkshikha opened this issue Aug 17, 2020 · 1 comment

Comments

@deepkshikha
Copy link

Trained the model. while doing evaluation getting below error
AttributeError: 'NoneType' object has no attribute 'T'
error

@carankt
Copy link
Collaborator

carankt commented Aug 17, 2020

The audio is not being generated here. That is why it is throwing a NoneType error. Check demo.iypnb, or try printing the audio shape before .T or transpose.

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