VITS-fast-fine-tuning訓(xùn)練環(huán)境包(Windows)
https://github.com/Artrajz/VITS-fast-fine-tuning/releases/tag/v0.1
這是一個(gè)安裝好環(huán)境依賴(lài)的Windows環(huán)境包,注意里面沒(méi)有下載預(yù)訓(xùn)練模型和輔助訓(xùn)練集
使用說(shuō)明
點(diǎn)擊start.bat啟動(dòng)會(huì)出現(xiàn)一個(gè)cmd窗口,根據(jù)原教程輸入命令使用,不過(guò)需要把命令中的python替換成%PYTHON%,否則無(wú)法使用到環(huán)境包里的python環(huán)境。
舉個(gè)例子:
原命令
python finetune_speaker_v2.py -m output_model --max_epochs 1000 --drop_speaker_embed false -c configs/modified_finetune_speaker.json --cont true --train_with_pretrained_model false --preserved 4
替換后
%PYTHON% finetune_speaker_v2.py -m output_model --max_epochs 1000 --drop_speaker_embed false -c configs/modified_finetune_speaker.json --cont true --train_with_pretrained_model false --preserved 4
如果需要更新代碼,下載原項(xiàng)目的代碼直接覆蓋即可https://github.com/Plachtaa/VITS-fast-fine-tuning
環(huán)境依賴(lài)是通用的(除非新加了什么第三方庫(kù))
如果需要使用pip,可以在彈出的窗口里輸入%PYTHON% -m pip install xxx來(lái)安裝其他庫(kù)。