-
Notifications
You must be signed in to change notification settings - Fork 0
/
lvb_short.ini
66 lines (55 loc) · 1011 Bytes
/
lvb_short.ini
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
[general]
keras_verbose = 1
seed = 798407683
[model]
data_dir = /home/iso/Development/lvb_short
data_dir_structure = flat
model_dir = models/lvb_short
sample_rate = 22050
debug = 0
[training]
max_epoch = 1000
test_factor = 0.1
batch_size = 16
output_bins = 256
filters = 256
dilation_depth = 9
stacks = 1
use_bias = no
use_ulaw = yes
res_l2 = 0
final_l2 = 0
initial_fragment_length = 128
fragment_stride = 128
use_skip_connections = yes
learn_all_outputs = yes
random_train_batches = no
randomize_batch_order = yes
train_only_in_receptive_field = yes
train_with_soft_targets = no
soft_target_stdev = 0.5
optimizer = sgd
early_stopping_patience = 100
[optimizer-sgd]
name = sgd
lr = 0.001
momentum = 0.9
decay = 0.0
nesterov = yes
epsilon =
[optimizer-adam]
name = adam
lr = 0.001
decay = 0.0
epsilon = 1e-8
[optimizer-adam2]
name = adam
lr = 0.01
decay = 0.0
epsilon = 1e-10
[prediction]
predict_length = 5
sample_argmax = no
sample_temperature = 1.0
use_softmax_as_input = no
initial_input = zero