# 根据自己的操作系统和python版本进行选择。例如是linux系统,python虚拟环境是3.10的python版本,则下载: sherpa_onnx-1.10.27+cuda-cp310-cp310-linux_x86_64.whl # 随后将该文件上传到项目,执行: pip install sherpa_onnx-1.10.27+cuda-cp310-cp310-linux_x86_64.whl ``` #二、模型、数据准备 以微调...
2. 安装miniconda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh 3. 创建虚拟环境 conda create -n aatrox python=3.8 conda activate aatrox 4. 克隆项目仓库,并打开文件 git lfs install git clone https://www.modelscope.cn/studios...
linux 环境,显卡不负责显示输出,只负责运算,计算卡一律关闭 ECC,以下列举的参数为极 限参数,如果你的显卡需要负责显示输出,请适当缩小 batchsize) FP32/BF16/FP16 有什么差别 1. FP32(单精度浮点数):它使用 32 位来表示一个浮点数,其中 1 位用于符号位,8 位用于 指数部分,23 位用于尾数部分。FP32 提供...
最后当我搜索的时候带上了cmd关键字,发现linux有命令“sox 6.ogg -n stat”可以获取文件的标签信息。激动的我赶紧打开了wsl,装上sox工具,三下五除二写完脚本,开整。最后终于得到了完整的音频数据,然后使用whisper完成对语音的标注。 剩下的事情就像训练纳西妲一样,没出意外的完成了训练,在训练达到8000次的时候测...
git clone https://github.com/svc-develop-team/so-vits-svc cd so-vits-svc pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 #for linux pip install -r requirements.txt #for windows pip install -r requirements_win.txt pip install --upgrade fasta...
api 新增linux兼容 Feb 17, 2024 onnx 创建项目 Dec 21, 2023 onnx_infer 新增linux兼容 Feb 17, 2024 .editorconfig 创建项目 Dec 21, 2023 .gitignore 创建项目 Dec 21, 2023 LICENSE Initial commit Dec 21, 2023 README.md 新增bert开关说明 Dec 27, 2023 config.json 新增bert开关说明 Dec 27, 2023...
librosa==0.9.2 matplotlib numpy numba phonemizer scipy tensorboard Unidecode amfm_decompy jieba transformers pypinyin cn2an gradio==3.38.0 av mecab-python3 loguru unidic-lite cmudict fugashi num2words PyYAML requests pyopenjtalk; sys_platform == 'linux' openjtalk; sys_platform != 'linux' ja...
pip install sherpa_onnx-1.10.27+cuda-cp310-cp310-linux_x86_64.whl ``` #二、模型、数据准备 以微调一个 aishell3中文语音数据集的SSB0005说话人为案例。 需要准备bert模型、vits模型、WAVLM模型、SSB0005说话人的语音。 CN境内的服务器,建议利用hlf.sh下载。hlf.sh 的使用方式是:bash hlf.sh huggingface...
bash Miniconda3-latest-Linux-x86_64.sh 3. 创建虚拟环境 conda create -n aatrox python=3.8 conda activate aatrox 4. 克隆项目仓库,并打开文件 git lfs install git clone https://www.modelscope.cn/studios/xzjosh/Aatrox-Bert-VITS2.git 5. 依赖安装 ...
例如是linux系统,python虚拟环境是3.10的python版本,则下载: sherpa_onnx-1.10.27+cuda-cp310-cp310-linux_x86_64.whl # 随后将该文件上传到项目,执行: pip install sherpa_onnx-1.10.27+cuda-cp310-cp310-linux_x86_64.whl 二、模型、数据准备 以微调一个 aishell3中文语音数据集的SSB0005说话人为案例...