default_config.yml : 'config.json' (#207)

* Create all_process.py

* Create asr_transcript.py

* Update config.py

* Create extract_list.py

* Create clean_list.py

* Create custom.css

* Create compress_model.py

* Update all_process.py

* Update resample.py

* Update resample.py

* configs/config.json copy utils

* mirror: openi + token
bert models optimize

* text/__init__.py platform compatibility
compress_model.py output

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* default_config.yml fix 'config_path'
all_process.py fix 'config_path'

* default_config.yml fix 'config_path'
all_process.py fix 'config_path'

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* 'config_path': config.json

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
spicysama
2023-11-30 19:58:27 +08:00
committed by GitHub
parent 377454be50
commit 92438187e4

View File

@@ -34,7 +34,7 @@ preprocess_text:
# 验证集路径 # 验证集路径
val_path: "filelists/val.list" val_path: "filelists/val.list"
# 配置文件路径 # 配置文件路径
config_path: "configs/config.json" config_path: "config.json"
# 每个speaker的验证集条数 # 每个speaker的验证集条数
val_per_spk: 4 val_per_spk: 4
# 验证集最大条数,多于的会被截断并放到训练集中 # 验证集最大条数,多于的会被截断并放到训练集中
@@ -47,7 +47,7 @@ preprocess_text:
# 注意, “:” 后需要加空格 # 注意, “:” 后需要加空格
bert_gen: bert_gen:
# 训练数据集配置文件路径 # 训练数据集配置文件路径
config_path: "configs/config.json" config_path: "config.json"
# 并行数 # 并行数
num_processes: 2 num_processes: 2
# 使用设备:可选项 "cuda" 显卡推理,"cpu" cpu推理 # 使用设备:可选项 "cuda" 显卡推理,"cpu" cpu推理
@@ -60,7 +60,7 @@ bert_gen:
# 注意, “:” 后需要加空格 # 注意, “:” 后需要加空格
emo_gen: emo_gen:
# 训练数据集配置文件路径 # 训练数据集配置文件路径
config_path: "configs/config.json" config_path: "config.json"
# 并行数 # 并行数
num_processes: 2 num_processes: 2
# 使用设备:可选项 "cuda" 显卡推理,"cpu" cpu推理 # 使用设备:可选项 "cuda" 显卡推理,"cpu" cpu推理
@@ -85,7 +85,7 @@ train_ms:
# 训练模型存储目录与旧版本的区别原先数据集是存放在logs/model_name下的现在改为统一存放在Data/你的数据集/models下 # 训练模型存储目录与旧版本的区别原先数据集是存放在logs/model_name下的现在改为统一存放在Data/你的数据集/models下
model: "models" model: "models"
# 配置文件路径 # 配置文件路径
config_path: "configs/config.json" config_path: "config.json"
# 训练使用的worker不建议超过CPU核心数 # 训练使用的worker不建议超过CPU核心数
num_workers: 16 num_workers: 16
# 关闭此项可以节约接近50%的磁盘空间但是可能导致实际训练速度变慢和更高的CPU使用率。 # 关闭此项可以节约接近50%的磁盘空间但是可能导致实际训练速度变慢和更高的CPU使用率。
@@ -102,7 +102,7 @@ webui:
# 模型路径 # 模型路径
model: "genshin/models/G_8000.pth" model: "genshin/models/G_8000.pth"
# 配置文件路径 # 配置文件路径
config_path: "configs/config.json" config_path: "config.json"
# 端口号 # 端口号
port: 7860 port: 7860
# 是否公开部署,对外网开放 # 是否公开部署,对外网开放