-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.json
47 lines (47 loc) · 1.34 KB
/
model.json
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
{
"class_name": "Sequential",
"config": {
"name": "sequential_6",
"layers": [
{
"class_name": "Dense",
"config": {
"name": "dense_12",
"trainable": true,
"batch_input_shape": [null, 29],
"dtype": "float32",
"units": 29,
"activation": "test",
"use_bias": true,
"kernel_initializer": { "class_name": "GlorotUniform", "config": { "seed": null } },
"bias_initializer": { "class_name": "Zeros", "config": {} },
"kernel_regularizer": null,
"bias_regularizer": null,
"activity_regularizer": null,
"kernel_constraint": null,
"bias_constraint": null
}
},
{
"class_name": "Dense",
"config": {
"name": "dense_13",
"trainable": true,
"dtype": "float32",
"units": 1,
"activation": "test",
"use_bias": true,
"kernel_initializer": { "class_name": "GlorotUniform", "config": { "seed": null } },
"bias_initializer": null,
"kernel_regularizer": null,
"bias_regularizer": null,
"activity_regularizer": null,
"kernel_constraint": null,
"bias_constraint": null
}
}
]
},
"keras_version": "2.2.4-tf",
"backend": "tensorflow"
}