From d8f4acbb457fcd7f558761300eb3f387b577f730 Mon Sep 17 00:00:00 2001 From: WWWw <109729945+initialencounter@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:32:49 +0800 Subject: [PATCH] fix(default_config.yml): train_ms config_path (#379) * fix(default_config.yml): config_path * fix(default_config.yml): webui config_path --- default_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_config.yml b/default_config.yml index 2b0ff836e..767b09fe7 100644 --- a/default_config.yml +++ b/default_config.yml @@ -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使用率。 @@ -104,7 +104,7 @@ webui: # 模型路径 model: "models/G_8000.pth" # 配置文件路径 - config_path: "config.json" + config_path: "configs/config.json" # 端口号 port: 7860 # 是否公开部署,对外网开放