-
Notifications
You must be signed in to change notification settings - Fork 58
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
重建效果是否符合预期 #61
Comments
`from encoder.utils import convert_audio device=torch.device('cuda') config_path = "configs/wavtokenizer_smalldata_frame75_3s_nq1_code4096_dim512_kmeans200_attn.yaml" audio_outpath = "reconstruct_audio.wav" wavtokenizer = WavTokenizer.from_pretrained0802(config_path, model_path) torchaudio.set_audio_backend('soundfile') wav, sr = torchaudio.load(audio_path) |
large版本中的训练中文数据也很少,得用干净中文重新训练,issue区里有很多人已经试过了。 |
好的,感谢回复! |
测试了一条ucg的音频, 使用75token-large模型重建音频,效果很差,可以帮忙看看不?
测试音频-原始音频+重建音频.zip
The text was updated successfully, but these errors were encountered: