We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
通过下述代码进行采样:
spk_smp = chat.sample_audio_speaker(load_audio(audio_path, 24000))
采样的结果在本地没有问题,在基于pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime 镜像的容器中会短一点,然后生成的音频有很明显的噪音
The text was updated successfully, but these errors were encountered:
因为该采样实质是经过DVAE做的编码,其输出结果与环境(CPU/GPU/显卡型号)有关。
Sorry, something went wrong.
No branches or pull requests
通过下述代码进行采样:
采样的结果在本地没有问题,在基于pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime 镜像的容器中会短一点,然后生成的音频有很明显的噪音
The text was updated successfully, but these errors were encountered: