-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdvc.lock
141 lines (141 loc) · 3.27 KB
/
dvc.lock
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
schema: '2.0'
stages:
preprocess:
cmd: python3 preprocess.py dataset.wav_dir=tests/data
deps:
- path: preprocess.py
md5: c68d62690b22efc45fbb173212686e7c
size: 2982
params:
config.yaml:
data:
segment_size: 9600
sample_rate: 16000
target_sample_rate: 24000
hop_length: 320
n_fft: 1280
win_length: 1280
f_min: 50
f_max:
dataset:
wav_dir: data/wavs
ppg_dir: data/ppg
f0_dir: data/f0
loudness_dir: data/loudness
spk_embs_file: data/spk_embs.pt
train_list: data/train.list
test_list: data/test.list
outs:
- path: data
md5: d5a01d5b45d55f1417f210e6054bb545.dir
size: 712086
nfiles: 9
train:
cmd: python3 train.py train.ckpt_dir=exp_ckpts train.logs_dir=exp_logs train.batch_size=1
train.epochs=10 train.checkpoint_interval=10 train.validation_interval=10
deps:
- path: data
md5: d5a01d5b45d55f1417f210e6054bb545.dir
size: 712086
nfiles: 9
- path: train.py
md5: c55ad4192429f80a6b9de5ba2d773108
size: 9120
params:
config.yaml:
data:
segment_size: 9600
sample_rate: 16000
target_sample_rate: 24000
hop_length: 320
n_fft: 1280
win_length: 1280
f_min: 50
f_max:
dataset:
wav_dir: data/wavs
ppg_dir: data/ppg
f0_dir: data/f0
loudness_dir: data/loudness
spk_embs_file: data/spk_embs.pt
train_list: data/train.list
test_list: data/test.list
model:
feature_dims:
- 768
- 1
- 1
cond_dims:
- 512
- 128
generator:
hidden_dim: 768
n_blocks: 7
upsamples:
- 2
- 2
- 2
- 3
- 4
- 5
channel_divs:
- 1
- 1
- 2
- 1
- 1
- 2
- 2
discriminator:
out_channels:
- 16
- 64
- 256
- 1024
- 1024
- 1024
- 1
kernels:
- 15
- 41
- 41
- 41
- 41
- 5
- 3
downsamples:
- 1
- 2
- 2
- 4
- 4
- 1
- 1
lrelu_slope: 0.2
seed: 17
train:
batch_size: 16
epochs: 1000
num_workers: 4
n_gpu:
stdout_interval: 20
checkpoint_interval: 5000
summary_interval: 100
validation_interval: 1000
lambda_adv: 4.0
grad_norm_clip_value: 1.0
ckpt_dir: ckpts
logs_dir: logs
dist_config:
dist_backend: nccl
dist_url: tcp://localhost:54321
world_size: 1
outs:
- path: exp_ckpts
md5: b520f9691d17329bc76febdaf5742a33.dir
size: 2388880764
nfiles: 4
- path: exp_logs
md5: 65eb50df5a3863aec2ba35f0c303cdd6.dir
size: 77444
nfiles: 1