unilight commited on
Commit
7293725
1 Parent(s): dedec57

Upload s3prl-vc-ppg_sxliu/config.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. s3prl-vc-ppg_sxliu/config.yml +56 -0
s3prl-vc-ppg_sxliu/config.yml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ additional_config: null
2
+ allow_cache: true
3
+ batch_size: 16
4
+ config: conf/taco2_ar.yaml
5
+ dev_scp: data/dev/wav.scp
6
+ distributed: false
7
+ eval_interval_steps: 1000
8
+ fft_size: 1024
9
+ fmax: 7600
10
+ fmin: 80
11
+ global_gain_scale: 1.0
12
+ grad_norm: 1.0
13
+ hop_size: 256
14
+ init_checkpoint: ''
15
+ log_interval_steps: 100
16
+ main_loss_type: L1Loss
17
+ model_params:
18
+ ar: true
19
+ encoder_type: taco2
20
+ hidden_dim: 1024
21
+ lstmp_dropout_rate: 0.2
22
+ lstmp_layernorm: false
23
+ lstmp_layers: 2
24
+ lstmp_proj_dim: 256
25
+ prenet_dim: 256
26
+ prenet_dropout_rate: 0.5
27
+ prenet_layers: 2
28
+ model_type: Taco2_AR
29
+ num_mels: 80
30
+ num_save_intermediate_results: 4
31
+ num_workers: 2
32
+ optimizer_params:
33
+ lr: 0.0001
34
+ optimizer_type: AdamW
35
+ outdir: exp/ppg_sxliu_taco2_ar
36
+ pin_memory: true
37
+ rank: 0
38
+ resume: ''
39
+ sampling_rate: 16000
40
+ save_interval_steps: 1000
41
+ scheduler: linear_schedule_with_warmup
42
+ scheduler_params:
43
+ num_warmup_steps: 4000
44
+ train_max_steps: 50000
45
+ train_scp: data/train/wav.scp
46
+ trg_stats: exp/ppg_sxliu_taco2_ar/stats.h5
47
+ trim_frame_size: 2048
48
+ trim_hop_size: 512
49
+ trim_silence: false
50
+ trim_threshold_in_db: 60
51
+ upstream: ppg_sxliu
52
+ verbose: 1
53
+ version: 0.1.5
54
+ vocoder: null
55
+ win_length: null
56
+ window: hann