Kamtera commited on
Commit
b73f929
·
1 Parent(s): e7d1eb8

Create config-2-test95.json

Browse files
Files changed (1) hide show
  1. config-2-test95.json +188 -0
config-2-test95.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_path": "/kaggle/working/train_output",
3
+ "logger_uri": null,
4
+ "run_name": "run",
5
+ "project_name": null,
6
+ "run_description": "\ud83d\udc38Coqui trainer run.",
7
+ "print_step": 25,
8
+ "plot_step": 100,
9
+ "model_param_stats": false,
10
+ "wandb_entity": null,
11
+ "dashboard_logger": "tensorboard",
12
+ "log_model_step": null,
13
+ "save_step": 1000,
14
+ "save_n_checkpoints": 5,
15
+ "save_checkpoints": true,
16
+ "save_all_best": false,
17
+ "save_best_after": 10000,
18
+ "target_loss": "avg_G_loss",
19
+ "print_eval": false,
20
+ "test_delay_epochs": 5,
21
+ "run_eval": true,
22
+ "run_eval_steps": null,
23
+ "distributed_backend": "nccl",
24
+ "distributed_url": "tcp://localhost:54321",
25
+ "mixed_precision": false,
26
+ "epochs": 1000,
27
+ "batch_size": 8,
28
+ "eval_batch_size": 4,
29
+ "grad_clip": null,
30
+ "scheduler_after_epoch": true,
31
+ "lr": 0.0001,
32
+ "optimizer": "AdamW",
33
+ "optimizer_params": {
34
+ "betas": [
35
+ 0.8,
36
+ 0.99
37
+ ],
38
+ "weight_decay": 0.0
39
+ },
40
+ "lr_scheduler": null,
41
+ "lr_scheduler_params": {},
42
+ "use_grad_scaler": false,
43
+ "cudnn_enable": true,
44
+ "cudnn_deterministic": false,
45
+ "cudnn_benchmark": false,
46
+ "training_seed": 54321,
47
+ "model": "hifigan",
48
+ "num_loader_workers": 1,
49
+ "num_eval_loader_workers": 1,
50
+ "use_noise_augment": true,
51
+ "audio": {
52
+ "fft_size": 1024,
53
+ "win_length": 1024,
54
+ "hop_length": 256,
55
+ "frame_shift_ms": null,
56
+ "frame_length_ms": null,
57
+ "stft_pad_mode": "reflect",
58
+ "sample_rate": 24000,
59
+ "resample": false,
60
+ "preemphasis": 0.0,
61
+ "ref_level_db": 20,
62
+ "do_sound_norm": false,
63
+ "log_func": "np.log10",
64
+ "do_trim_silence": true,
65
+ "trim_db": 45,
66
+ "do_rms_norm": false,
67
+ "db_level": null,
68
+ "power": 1.5,
69
+ "griffin_lim_iters": 60,
70
+ "num_mels": 80,
71
+ "mel_fmin": 95,
72
+ "mel_fmax": 8000.0,
73
+ "spec_gain": 20,
74
+ "do_amp_to_db_linear": true,
75
+ "do_amp_to_db_mel": true,
76
+ "pitch_fmax": 640.0,
77
+ "pitch_fmin": 1.0,
78
+ "signal_norm": true,
79
+ "min_level_db": -100,
80
+ "symmetric_norm": true,
81
+ "max_norm": 4.0,
82
+ "clip_norm": true,
83
+ "stats_path": null
84
+ },
85
+ "eval_split_size": 10,
86
+ "data_path": "/kaggle/input/persian-tts-dataset-famale/wavs",
87
+ "feature_path": null,
88
+ "seq_len": 8192,
89
+ "pad_short": 2000,
90
+ "conv_pad": 0,
91
+ "use_cache": false,
92
+ "wd": 1e-06,
93
+ "use_stft_loss": false,
94
+ "use_subband_stft_loss": false,
95
+ "use_mse_gan_loss": true,
96
+ "use_hinge_gan_loss": false,
97
+ "use_feat_match_loss": true,
98
+ "use_l1_spec_loss": true,
99
+ "stft_loss_weight": 0.0,
100
+ "subband_stft_loss_weight": 0.0,
101
+ "mse_G_loss_weight": 1.0,
102
+ "hinge_G_loss_weight": 0.0,
103
+ "feat_match_loss_weight": 108.0,
104
+ "l1_spec_loss_weight": 45.0,
105
+ "stft_loss_params": {
106
+ "n_ffts": [
107
+ 1024,
108
+ 2048,
109
+ 512
110
+ ],
111
+ "hop_lengths": [
112
+ 120,
113
+ 240,
114
+ 50
115
+ ],
116
+ "win_lengths": [
117
+ 600,
118
+ 1200,
119
+ 240
120
+ ]
121
+ },
122
+ "l1_spec_loss_params": {
123
+ "use_mel": true,
124
+ "sample_rate": 24000,
125
+ "n_fft": 1024,
126
+ "hop_length": 256,
127
+ "win_length": 1024,
128
+ "n_mels": 80,
129
+ "mel_fmin": 0.0,
130
+ "mel_fmax": None
131
+ },
132
+ "lr_gen": 0.0001,
133
+ "lr_disc": 0.0001,
134
+ "lr_scheduler_gen": "ExponentialLR",
135
+ "lr_scheduler_gen_params": {
136
+ "gamma": 0.999,
137
+ "last_epoch": -1
138
+ },
139
+ "lr_scheduler_disc": "ExponentialLR",
140
+ "lr_scheduler_disc_params": {
141
+ "gamma": 0.999,
142
+ "last_epoch": -1
143
+ },
144
+ "use_pqmf": false,
145
+ "diff_samples_for_G_and_D": false,
146
+ "discriminator_model": "hifigan_discriminator",
147
+ "generator_model": "hifigan_generator",
148
+ "generator_model_params": {
149
+ "upsample_factors": [
150
+ 8,
151
+ 8,
152
+ 2,
153
+ 2
154
+ ],
155
+ "upsample_kernel_sizes": [
156
+ 16,
157
+ 16,
158
+ 4,
159
+ 4
160
+ ],
161
+ "upsample_initial_channel": 512,
162
+ "resblock_kernel_sizes": [
163
+ 3,
164
+ 7,
165
+ 11
166
+ ],
167
+ "resblock_dilation_sizes": [
168
+ [
169
+ 1,
170
+ 3,
171
+ 5
172
+ ],
173
+ [
174
+ 1,
175
+ 3,
176
+ 5
177
+ ],
178
+ [
179
+ 1,
180
+ 3,
181
+ 5
182
+ ]
183
+ ],
184
+ "resblock_type": "1"
185
+ },
186
+ "restore_path": "/kaggle/working/train_output/kagg/checkpoint_77000.pth",
187
+ "github_branch": "inside_docker"
188
+ }