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
import soundfile as sf
data = model.test_run(None)
for index in data["audios"].keys():
audio_array=data["audios"][index]
sf.write(f"{index}.wav", audio_array, SAMPLE_RATE)
instead of model.fit() in end of file train_yourtts,py
and use pretrained model to get inference but it generate trash sounds
To Reproduce
import soundfile as sf
data = model.test_run(None)
for index in data["audios"].keys():
audio_array=data["audios"][index]
sf.write(f"{index}.wav", audio_array, SAMPLE_RATE)
Expected behavior
No response
Logs
No response
Environment
- linux
- last version of github yourtts
Additional context
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Describe the bug
I add this code
instead of model.fit() in end of file train_yourtts,py
and use pretrained model to get inference but it generate trash sounds
To Reproduce
Expected behavior
No response
Logs
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: