-
Notifications
You must be signed in to change notification settings - Fork 0
/
samp_preload.toml
50 lines (48 loc) · 1.08 KB
/
samp_preload.toml
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
batch_size = 4
cls_fn = "cos_sim"
model = "samplecnn"
base_epochs=20
weightgen_epochs=50
novel_epochs=1
save_ivl = 0
label_smoothing = 0
learning_rate = 0.00025
multilabel = false
omit_last_relu = true
sample_rate = 16000
use_class_weights = false
res1_dropout = 0.5
res2_dropout = 0.5
rese1_dropout = 0.5
rese1_fc_alpha = 0.25
rese2_fc_alpha = 0.25
rese2_dropout = 0.25
se_dropout = 0.5
se_fc_alpha = 0.25
simple_dropout = 0.5
use_prelu = true
se_prelu = false
to_print = true
to_time = true
to_graph = true
to_res = true
to_nep = true
train_phase = "novel_valid"
baseset="esc50"
#novelset="tinysol"
novelset="esc50"
n_way = 5
k_shot = 4
emb_load_num = 34
cls_load_num = 999
emb_expr_num = 1712804298219
cls_expr_num = 1712804298219
emb_idx = 0
cls_idx = 1
#model_dir ='/media/dxk/tosh_ext/fscil/dfsl_rawwv/save'
save_dir = '/media/dxk/TOSHIBA EXT/fscil/dfsl_rawwv/save'
model_dir = '/media/dxk/TOSHIBA EXT/fscil/dfsl_rawwv/save'
#save_dir = '/media/dxk/tosh_ext/fscil/dfsl_rawwv/save'
base_dir ='/home/dxk/ds/ESC-50-master'
novel_dir ='/home/dxk/ds/ESC-50-master'
#novel_dir ='/home/dxk/ds/TinySOL'