File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
# 拟提供通用路径配置,统一存放数据,避免数据放得很乱
5
5
# 每个数据集与其对应的模型存放至统一路径下,后续所有的路径配置均为相对于datasetPath的路径
6
6
# 不填或者填空则路径为相对于项目根目录的路径
7
- dataset_path : " Data/你的数据集 "
7
+ dataset_path : " Data/"
8
8
9
9
# 模型镜像源,默认huggingface,使用openi镜像源需指定openi_token
10
10
mirror : " "
@@ -36,7 +36,7 @@ preprocess_text:
36
36
# 配置文件路径
37
37
config_path : " config.json"
38
38
# 每个speaker的验证集条数
39
- val_per_spk : 5
39
+ val_per_spk : 4
40
40
# 验证集最大条数,多于的会被截断并放到训练集中
41
41
max_val_total : 8
42
42
# 是否进行数据清洗
@@ -68,7 +68,7 @@ train_ms:
68
68
WORLD_SIZE : 1
69
69
RANK : 0
70
70
# 可以填写任意名的环境变量
71
- THE_ENV_VAR_YOU_NEED_TO_USE : " 1234567"
71
+ # THE_ENV_VAR_YOU_NEED_TO_USE: "1234567"
72
72
# 底模设置
73
73
base :
74
74
use_base_model : false
@@ -77,7 +77,7 @@ train_ms:
77
77
# 训练模型存储目录:与旧版本的区别,原先数据集是存放在logs/model_name下的,现在改为统一存放在Data/你的数据集/models下
78
78
model : " models"
79
79
# 配置文件路径
80
- config_path : " config.json"
80
+ config_path : " configs/ config.json"
81
81
82
82
83
83
# webui webui配置
86
86
# 推理设备
87
87
device : " cuda"
88
88
# 模型路径
89
- model : " models/G_8000.pth"
89
+ model : " genshin/ models/G_8000.pth"
90
90
# 配置文件路径
91
- config_path : " config.json"
91
+ config_path : " configs/ config.json"
92
92
# 端口号
93
93
port : 7860
94
94
# 是否公开部署,对外网开放
You can’t perform that action at this time.
0 commit comments