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