-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_save.yaml
40 lines (40 loc) · 1013 Bytes
/
config_save.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
targets_list:
- [Girls/women, Boys/men]
- [Girls/women, Mixed, Boys/men]
cls_dict:
# to perform only target classification set "cls_dict: {}"
# and comment out the rest of the keys
voice_gender:
- Feminine
- Masculine
- BOTH feminine and masculine voices
- There are no voices
voice_exagg:
- No, all voices are normal-sounding
- Yes a masculine voice is gender exaggerated
- Yes a feminine voice is gender exaggerated
- There are no voices
voice_type:
- BOTH spoken and sung
- Spoken
- Sung
- There are no voices
voice_age:
- Adults (including young adults)
- BOTH children and adults
- Children
- There are no voices
modality: music
# 'music', 'speech', or 'video'
which_embeddings:
- openl3_env
- openl3_music
# 'mfcc', 'msd', 'openl3' for music, 'slow_fast' for video, 'hubert' for speech
voice_list:
- false
- true
filmed_list:
- false
# - true # I still think it can work...
drop_non_significant: true
max_epochs: 500