Respair commited on
Commit
1b45d84
·
verified ·
1 Parent(s): 494d96b

Upload HiFTNet_44.1khz/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. HiFTNet_44.1khz/config.json +42 -0
HiFTNet_44.1khz/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "F0_path": "/home/ubuntu/Darya_Speech/Utils/JDC/epoch_00079.pth",
3
+
4
+ "resblock": "1",
5
+ "num_gpus": 3,
6
+ "batch_size": 36,
7
+ "learning_rate": 0.0002,
8
+ "adam_b1": 0.8,
9
+ "adam_b2": 0.99,
10
+ "lr_decay": 0.999,
11
+ "seed": 1234,
12
+
13
+
14
+ "upsample_rates": [16,8],
15
+ "upsample_kernel_sizes": [32, 16],
16
+ "upsample_initial_channel": 512,
17
+ "resblock_kernel_sizes": [3,7,11],
18
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
19
+ "gen_istft_n_fft": 32,
20
+ "gen_istft_hop_size": 4,
21
+
22
+
23
+ "segment_size": 65536,
24
+ "num_mels": 128,
25
+ "n_fft": 2048,
26
+ "hop_size": 512,
27
+ "win_size": 2048,
28
+
29
+ "sampling_rate": 44100,
30
+
31
+ "fmin": 0,
32
+ "fmax": null,
33
+ "fmax_for_loss": null,
34
+
35
+ "num_workers": 8,
36
+
37
+ "dist_config": {
38
+ "dist_backend": "nccl",
39
+ "dist_url": "tcp://localhost:54321",
40
+ "world_size": 1
41
+ }
42
+ }