You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after synthesize *.f32 with tacotron2
and i run test_lpcnet.py , a bug occured
Traceback (most recent call last):
File "C:/PyCharmProject/tacotronChinese/LPCTron/LPCNet/src/test_lpcnet.py", line 104, in
np.array([np.round(mem)], dtype='int16').tofile(fout)
OverflowError: Python int too large to convert to C long
anybody can help me ,i don't know how to solve it
The text was updated successfully, but these errors were encountered:
after synthesize *.f32 with tacotron2
and i run test_lpcnet.py , a bug occured
Traceback (most recent call last):
File "C:/PyCharmProject/tacotronChinese/LPCTron/LPCNet/src/test_lpcnet.py", line 104, in
np.array([np.round(mem)], dtype='int16').tofile(fout)
OverflowError: Python int too large to convert to C long
anybody can help me ,i don't know how to solve it
The text was updated successfully, but these errors were encountered: