Kit-Lemonfoot
commited on
Commit
•
3e9c566
1
Parent(s):
b5bac24
Update config.yml
Browse files- config.yml +58 -58
config.yml
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
bert_gen:
|
2 |
-
config_path: config.json
|
3 |
-
device:
|
4 |
-
num_processes: 4
|
5 |
-
use_multi_device: false
|
6 |
-
dataset_path: Data\jvnv-M2
|
7 |
-
model_name: jvnv-M2
|
8 |
-
out_dir: model_assets
|
9 |
-
preprocess_text:
|
10 |
-
clean: true
|
11 |
-
cleaned_path: ''
|
12 |
-
config_path: config.json
|
13 |
-
max_val_total: 12
|
14 |
-
train_path: filelists/train.list
|
15 |
-
transcription_path: filelists/text.list
|
16 |
-
val_path: filelists/val.list
|
17 |
-
val_per_lang: 4
|
18 |
-
resample:
|
19 |
-
in_dir: audios/raw
|
20 |
-
out_dir: audios/wavs
|
21 |
-
sampling_rate: 44100
|
22 |
-
server:
|
23 |
-
device:
|
24 |
-
models:
|
25 |
-
- config: ''
|
26 |
-
device:
|
27 |
-
language: ZH
|
28 |
-
model: ''
|
29 |
-
- config: ''
|
30 |
-
device: cpu
|
31 |
-
language: JP
|
32 |
-
model: ''
|
33 |
-
speakers: []
|
34 |
-
port: 5000
|
35 |
-
style_gen:
|
36 |
-
config_path: config.json
|
37 |
-
device:
|
38 |
-
num_processes: 4
|
39 |
-
train_ms:
|
40 |
-
config_path: config.json
|
41 |
-
env:
|
42 |
-
LOCAL_RANK: 0
|
43 |
-
MASTER_ADDR: localhost
|
44 |
-
MASTER_PORT: 10086
|
45 |
-
RANK: 0
|
46 |
-
WORLD_SIZE: 1
|
47 |
-
keep_ckpts: 1
|
48 |
-
model: models
|
49 |
-
num_workers: 16
|
50 |
-
spec_cache: true
|
51 |
-
webui:
|
52 |
-
config_path: config.json
|
53 |
-
debug: false
|
54 |
-
device:
|
55 |
-
language_identification_library: langid
|
56 |
-
model: models/G_8000.pth
|
57 |
-
port: 7860
|
58 |
-
share: false
|
|
|
1 |
+
bert_gen:
|
2 |
+
config_path: config.json
|
3 |
+
device: cpu
|
4 |
+
num_processes: 4
|
5 |
+
use_multi_device: false
|
6 |
+
dataset_path: Data\jvnv-M2
|
7 |
+
model_name: jvnv-M2
|
8 |
+
out_dir: model_assets
|
9 |
+
preprocess_text:
|
10 |
+
clean: true
|
11 |
+
cleaned_path: ''
|
12 |
+
config_path: config.json
|
13 |
+
max_val_total: 12
|
14 |
+
train_path: filelists/train.list
|
15 |
+
transcription_path: filelists/text.list
|
16 |
+
val_path: filelists/val.list
|
17 |
+
val_per_lang: 4
|
18 |
+
resample:
|
19 |
+
in_dir: audios/raw
|
20 |
+
out_dir: audios/wavs
|
21 |
+
sampling_rate: 44100
|
22 |
+
server:
|
23 |
+
device: cpu
|
24 |
+
models:
|
25 |
+
- config: ''
|
26 |
+
device: cpu
|
27 |
+
language: ZH
|
28 |
+
model: ''
|
29 |
+
- config: ''
|
30 |
+
device: cpu
|
31 |
+
language: JP
|
32 |
+
model: ''
|
33 |
+
speakers: []
|
34 |
+
port: 5000
|
35 |
+
style_gen:
|
36 |
+
config_path: config.json
|
37 |
+
device: cpu
|
38 |
+
num_processes: 4
|
39 |
+
train_ms:
|
40 |
+
config_path: config.json
|
41 |
+
env:
|
42 |
+
LOCAL_RANK: 0
|
43 |
+
MASTER_ADDR: localhost
|
44 |
+
MASTER_PORT: 10086
|
45 |
+
RANK: 0
|
46 |
+
WORLD_SIZE: 1
|
47 |
+
keep_ckpts: 1
|
48 |
+
model: models
|
49 |
+
num_workers: 16
|
50 |
+
spec_cache: true
|
51 |
+
webui:
|
52 |
+
config_path: config.json
|
53 |
+
debug: false
|
54 |
+
device: cpu
|
55 |
+
language_identification_library: langid
|
56 |
+
model: models/G_8000.pth
|
57 |
+
port: 7860
|
58 |
+
share: false
|