Skip to content

Commit

Permalink
update inference script
Browse files Browse the repository at this point in the history
  • Loading branch information
innnky committed Dec 7, 2022
1 parent 041b441 commit fcfbf93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ python train.py -c configs/config.json -m 48k
## 推理

使用[inference_main.py](inference_main.py)
+ 更改模型文件为你自己训练的最新模型记录点
+ 将待转化的音频放在raw文件夹下
+ clean_names 写待转化的音频名称
+ trans填写变调半音数量
+ spk_list填写合成的说话人名称
+ 更改model_path为你自己训练的最新模型记录点
+ 将待转换的音频放在raw文件夹下
+ clean_names 写待转换的音频名称
+ trans 填写变调半音数量
+ spk_list 填写合成的说话人名称

Empty file added raw/put_raw_wav_here
Empty file.

0 comments on commit fcfbf93

Please sign in to comment.