File size: 938 Bytes
d1b91e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# task
base_config:
  - ../config_base.yaml
  - ./dataset_params.yaml

#############
# dataset in training
#############
endless_ds: true
min_frames: 0
max_frames: 1548
frames_multiple: 1
max_input_tokens: 1550
ds_workers: 1

#########
# model
#########
use_spk_id: false
use_spk_embed: false
mel_losses: "ssim:0.5|l1:0.5"

###########
# optimization
###########
lr: 0.0005
scheduler: warmup # rsqrt|warmup|none
warmup_updates: 4000
optimizer_adam_beta1: 0.9
optimizer_adam_beta2: 0.98
weight_decay: 0
clip_grad_norm: 1
clip_grad_value: 0


###########
# train and eval
###########
use_word_input: false
max_valid_sentences: 1
max_valid_tokens: 60000
valid_infer_interval: 10000
train_set_name: 'train'
train_sets: ''
valid_set_name: 'valid'
test_set_name: 'test'
num_valid_plots: 10
test_ids: [ ]
test_input_yaml: ''
vocoder: HifiGAN
vocoder_ckpt: ''
profile_infer: false
out_wav_norm: false
save_gt: true
save_f0: false
gen_dir_name: ''