zzchust

Results 8 comments of zzchust

R.I.P.

waiting.

`from encoder.utils import convert_audio import torchaudio import torch from decoder.pretrained import WavTokenizer device=torch.device('cuda') config_path = "configs/wavtokenizer_smalldata_frame75_3s_nq1_code4096_dim512_kmeans200_attn.yaml" model_path = "WavTokenizer-large-speech-75token/wavtokenizer_large_speech_320_24k.ckpt" audio_path = "souce_audio.mp3" audio_outpath = "reconstruct_audio.wav" wavtokenizer = WavTokenizer.from_pretrained0802(config_path, model_path) wavtokenizer...

好的,感谢回复!

Looking forward to your reply.