Gluttony10 commited on
Commit
d81a6ff
1 Parent(s): 9ad2d2a

Update config.yml

Browse files
Files changed (1) hide show
  1. config.yml +7 -7
config.yml CHANGED
@@ -22,10 +22,10 @@ resample:
22
  server:
23
  device: cuda
24
  models:
25
- - config: ./Data/TEST/config.json
26
  device: cuda
27
  language: ZH
28
- model: ./Data/TEST/models/G_100.pth
29
  speakers:
30
  - length_scale: 1
31
  noise_scale: 0.6
@@ -42,10 +42,10 @@ server:
42
  noise_scale_w: 0.8
43
  sdp_ratio: 0.2
44
  speaker: "\u5B89\u500D\u664B\u4E09"
45
- - config: ./Data/test/config.json
46
  device: cuda
47
  language: JP
48
- model: ./Data/test/models/G_100.pth
49
  speakers: []
50
  port: 7860
51
  train_ms:
@@ -65,10 +65,10 @@ translate:
65
  app_key: ''
66
  secret_key: ''
67
  webui:
68
- config_path: Data/TEST/config.json
69
  debug: false
70
  device: cuda
71
  language_identification_library: langid
72
- model: models/G_100.pth
73
- port: 7860
74
  share: false
 
22
  server:
23
  device: cuda
24
  models:
25
+ - config: config.json
26
  device: cuda
27
  language: ZH
28
+ model: models/G_2000.pth
29
  speakers:
30
  - length_scale: 1
31
  noise_scale: 0.6
 
42
  noise_scale_w: 0.8
43
  sdp_ratio: 0.2
44
  speaker: "\u5B89\u500D\u664B\u4E09"
45
+ - config: config.json
46
  device: cuda
47
  language: JP
48
+ model: models/G_2000.pth
49
  speakers: []
50
  port: 7860
51
  train_ms:
 
65
  app_key: ''
66
  secret_key: ''
67
  webui:
68
+ config_path: config.json
69
  debug: false
70
  device: cuda
71
  language_identification_library: langid
72
+ model: models/G_2000.pth
73
+ port: 6006
74
  share: false