Skip to content

Commit

Permalink
Update default_config.yml to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Dec 13, 2023
1 parent d248cfc commit 710d5d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ train_ms:
base:
use_base_model: false
repo_id: "Stardust_minus/Bert-VITS2"
model_image: "Bert-VITS2_2.1-Emo底模" # openi网页的模型名
model_image: "Bert-VITS2_2.2-Clap底模" # openi网页的模型名
# 训练模型存储目录:与旧版本的区别,原先数据集是存放在logs/model_name下的,现在改为统一存放在Data/你的数据集/models下
model: "models"
# 配置文件路径
config_path: "configs/config.json"
config_path: "config.json"
# 训练使用的worker,不建议超过CPU核心数
num_workers: 16
# 关闭此项可以节约接近50%的磁盘空间,但是可能导致实际训练速度变慢和更高的CPU使用率。
Expand All @@ -104,7 +104,7 @@ webui:
# 模型路径
model: "models/G_8000.pth"
# 配置文件路径
config_path: "configs/config.json"
config_path: "config.json"
# 端口号
port: 7860
# 是否公开部署,对外网开放
Expand Down

0 comments on commit 710d5d6

Please sign in to comment.