-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml
51 lines (48 loc) · 900 Bytes
/
config.yaml
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
data_path: data
file_extension: mp3
dataset_path: /data/shs100k
save_model_path: models
debug: True
progress_bar: True
device: cuda:0
num_channels: 1
wandb: False
train:
mixed_precision: True
target_sr: 22050
compress_ratio: 20
max_seq_len: [100, 150, 200]
num_classes: 10000
triplet_margin: 0.3
smooth_factor: 0.1
model_ckpt: null
batch_size: 8
num_workers: 0
shuffle: True
drop_last: True
epochs: 1
learning_rate: 0.0001
patience: 4
tempo_factors: [0.7, 1.3]
log_steps: 20
val:
target_sr: 22050
compress_ratio: 20
save_val_outputs: True
max_seq_len: -1
batch_size: 1
num_workers: 8
shuffle: False
drop_last: False
output_dir: outputs_val
test:
target_sr: 22050
compress_ratio: 20
save_test_outputs: True
model_ckpt: null
max_seq_len: -1
batch_size: 1
num_workers: 8
shuffle: False
drop_last: False
output_dir: outputs_test