Skip to content

Commit

Permalink
fix(default_config.yml): train_ms config_path (#379)
Browse files Browse the repository at this point in the history
* fix(default_config.yml): config_path

* fix(default_config.yml): webui config_path
  • Loading branch information
initialencounter authored Jun 28, 2024
1 parent c479316 commit d8f4acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ train_ms:
# 训练模型存储目录:与旧版本的区别,原先数据集是存放在logs/model_name下的,现在改为统一存放在Data/你的数据集/models下
model: "models"
# 配置文件路径
config_path: "config.json"
config_path: "configs/config.json"
# 训练使用的worker,不建议超过CPU核心数
num_workers: 16
# 关闭此项可以节约接近70%的磁盘空间,但是可能导致实际训练速度变慢和更高的CPU使用率。
Expand All @@ -104,7 +104,7 @@ webui:
# 模型路径
model: "models/G_8000.pth"
# 配置文件路径
config_path: "config.json"
config_path: "configs/config.json"
# 端口号
port: 7860
# 是否公开部署,对外网开放
Expand Down

0 comments on commit d8f4acb

Please sign in to comment.