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

Fixed error in save_to_wav function execution #26

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tsogoo
Copy link

@tsogoo tsogoo commented Mar 20, 2024

Signed-off-by: Tsogtgerel Amar ts.r.madrid@gmail.com

Signed-off-by: Tsogtgerel Amar <ts.r.madrid@gmail.com>
@tsogoo
Copy link
Author

tsogoo commented Mar 20, 2024

Hi everyone,

I encountered an error in the save_to_wav function execution while running the MongolianTTS.ipynb notebook. Upon investigation, I found that the issue was related to the data type error caused by using NumPy version 1.25.

After testing, I confirmed that switching to NumPy version 1.22 resolved the error. Therefore, I've updated the requirements.txt file to specify NumPy version 1.22 to ensure compatibility with the project.

Thank you for your attention, and happy coding!

Best regards,

Signed-off-by: Tsogtgerel Amar <ts.r.madrid@gmail.com>
Signed-off-by: Tsogtgerel Amar <ts.r.madrid@gmail.com>
@tsogoo
Copy link
Author

tsogoo commented Mar 21, 2024

Specified NumPy version to ensure compatibility with the project. Additionally, all occurrences of np.long type have been replaced with np.longlong.

Best regards,

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

Successfully merging this pull request may close these issues.

None yet

1 participant