[e95d78]: / examples / cinc17 / config.json

Download this file

21 lines (16 with data), 477 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
{
"conv_subsample_lengths": [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2],
"conv_filter_length": 16,
"conv_num_filters_start": 32,
"conv_init": "he_normal",
"conv_activation": "relu",
"conv_dropout": 0.2,
"conv_num_skip": 2,
"conv_increase_channels_at": 4,
"learning_rate": 0.001,
"batch_size": 32,
"train": "examples/cinc17/train.json",
"dev": "examples/cinc17/dev.json",
"generator": true,
"save_dir": "saved"
}