mnist_without_annotation.json 1.08 KB
Newer Older
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
{
    "mnist_without_annotation/#31/choice": {
        "_type": "choice",
        "_value": [
            0,
            1,
            2
        ]
    },
    "mnist_without_annotation/#68/function_choice": {
        "_type": "choice",
        "_value": [
            0,
            1,
            2
        ]
    },
    "mnist_without_annotation/batch_num/choice": {
        "_type": "choice",
        "_value": [
            0,
            1,
            2
        ]
    },
    "mnist_without_annotation/conv-size/choice": {
        "_type": "choice",
        "_value": [
            0,
            1,
            2,
            3
        ]
    },
    "mnist_without_annotation/dropout_rate/choice": {
        "_type": "choice",
        "_value": [
            0,
            1
        ]
    },
    "mnist_without_annotation/h_pool1/function_choice": {
        "_type": "choice",
        "_value": [
            0,
            1
        ]
    },
    "mnist_without_annotation/learning_rate/uniform": {
        "_type": "uniform",
        "_value": [
            0.0001,
            0.1
        ]
    }
}