Spaces:
Runtime error
Runtime error
update weight
Browse files- Data/models/G_120000.pth +3 -0
- config.yml +2 -2
Data/models/G_120000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a613f2b98cd773340b3ba3a391efe6006b3a19f90b10aa127fed155a4ef2891e
|
3 |
+
size 718776091
|
config.yml
CHANGED
@@ -98,9 +98,9 @@ train_ms:
|
|
98 |
# 注意, “:” 后需要加空格
|
99 |
webui:
|
100 |
# 推理设备
|
101 |
-
device: "
|
102 |
# 模型路径
|
103 |
-
model: "models/
|
104 |
# 配置文件路径
|
105 |
config_path: "configs/haruka.json"
|
106 |
# 端口号
|
|
|
98 |
# 注意, “:” 后需要加空格
|
99 |
webui:
|
100 |
# 推理设备
|
101 |
+
device: "cuda"
|
102 |
# 模型路径
|
103 |
+
model: "models/G_120000.pth"
|
104 |
# 配置文件路径
|
105 |
config_path: "configs/haruka.json"
|
106 |
# 端口号
|