jonpodtu commited on
Commit
3c40e37
1 Parent(s): 65fe9bd

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.yml +56 -0
  2. epoch_00140.pth +3 -0
  3. train.log +0 -0
config.yml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ log_dir: "outputs/V2"
2
+ save_freq: 10
3
+ device: "cuda"
4
+ epochs: 150
5
+ batch_size: 24
6
+ pretrained_model: ""
7
+ load_only_params: false
8
+ fp16_run: true
9
+ depthwise: false
10
+
11
+ train_data: "Data/VCTK/Data/train_list.txt"
12
+ val_data: "Data/VCTK/Data/train_list.txt"
13
+
14
+ F0_path: "src/stargan/Utils/JDC/bst.t7"
15
+ ASR_config: "src/stargan/Utils/ASR/config.yml"
16
+ ASR_path: "src/stargan/Utils/ASR/epoch_00100.pth"
17
+
18
+ preprocess_params:
19
+ sr: 24000
20
+ spect_params:
21
+ n_fft: 2048
22
+ win_length: 1200
23
+ hop_length: 300
24
+
25
+ model_params:
26
+ dim_in: 64
27
+ style_dim: 64
28
+ latent_dim: 16
29
+ num_domains: 40
30
+ max_conv_dim: 512
31
+ n_repeat: 4
32
+ w_hpf: 0
33
+ F0_channel: 256
34
+
35
+ loss_params:
36
+ g_loss:
37
+ lambda_sty: 1.
38
+ lambda_cyc: 5.
39
+ lambda_ds: 1.
40
+ lambda_norm: 1.
41
+ lambda_asr: 10.
42
+ lambda_f0: 5.
43
+ lambda_f0_sty: 0.1
44
+ lambda_adv: 2.
45
+ lambda_adv_cls: 0.5
46
+ norm_bias: 0.5
47
+ d_loss:
48
+ lambda_reg: 1.
49
+ lambda_adv_cls: 0.1
50
+ lambda_con_reg: 10.
51
+
52
+ adv_cls_epoch: 50
53
+ con_reg_epoch: 30
54
+
55
+ optimizer_params:
56
+ lr: 0.0001
epoch_00140.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e5a7661695285a89afbe3a6f7ee595a32cd7752280cfb98aac3ce1e39c6492
3
+ size 1898452962
train.log ADDED
The diff for this file is too large to render. See raw diff