Switch to unified view

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