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
when i use the "./src/test_lpcnet.py" to synthesise speech with GPU, the synthesis speed is extremely slow. after serveral hours, i interrupt the program and found it stops at "p, state1, state2 = dec.predict([fexc, iexc, cfeat[:, fr:fr+1, :], state1, state2])". what's wrong with the script? can anyone execute the script successfully?
what's more, when i synthesise speech with c and cpu script "test_lpcnet", it run very well and fast.
The text was updated successfully, but these errors were encountered:
when i use the "./src/test_lpcnet.py" to synthesise speech with GPU, the synthesis speed is extremely slow. after serveral hours, i interrupt the program and found it stops at "p, state1, state2 = dec.predict([fexc, iexc, cfeat[:, fr:fr+1, :], state1, state2])". what's wrong with the script? can anyone execute the script successfully?
what's more, when i synthesise speech with c and cpu script "test_lpcnet", it run very well and fast.
The text was updated successfully, but these errors were encountered: