-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Synthesizer doesn't work in Python 3.8+ #634
Comments
I am also facing the same issue. I tried to see if there was packages in tensorflow_addon however couldn't find it. Is there an update to this? @blue-fish |
The information above is still current. My fork works with Python 3.8, but it's not the long-term solution to this problem. Someone else needs to step up and contribute a better model. |
@blue-fish Although I am not knowledgeable but I can give it a try. Is there something that we can start on? |
@vinamramunot-tech Actually I just found something that should improve my pytorch model. I'll report back in a few days if it worked. #472 (comment) |
@blue-fish thank you!! Let me know if I can be of any help. |
@vinamramunot-tech It worked, and I expect to have a model for release within a week. If you are available to help, it would be nice to add mixed precision training support. That will allow us to train better models on consumer GPUs with limited memory. If you have any interest in helping, leave a message in #487 and I'll let you know how you can get started. |
Tentatively closing this since this issue doesn't require attention at this time. |
The synthesizer uses Tensorflow 1.x, which is not supported in Python 3.8 or higher. We need help to upgrade the synthesizer model.
Please respond to this issue or submit a pull request to help out.
The text was updated successfully, but these errors were encountered: