Showing
2 changed files
with
147 additions
and
1 deletions
This diff is collapsed. Click to expand it.
1 | -{"class_name": "Sequential", "config": {"name": "sequential_1", "layers": [{"class_name": "Dense", "config": {"name": "dense_1", "use_bias": true, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 0.0010000000474974513}}, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"distribution": "normal", "seed": null, "mode": "fan_avg", "scale": 1.0}}, "batch_input_shape": [null, 4096], "activity_regularizer": null, "activation": "relu", "kernel_constraint": null, "dtype": "float32", "trainable": true, "bias_regularizer": null, "units": 512}}, {"class_name": "Dropout", "config": {"name": "dropout_1", "dtype": "float32", "trainable": true, "seed": null, "rate": 0.6, "noise_shape": null}}, {"class_name": "Dense", "config": {"name": "dense_2", "use_bias": true, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 0.0010000000474974513}}, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"distribution": "normal", "seed": null, "mode": "fan_avg", "scale": 1.0}}, "activity_regularizer": null, "activation": "linear", "kernel_constraint": null, "dtype": "float32", "trainable": true, "bias_regularizer": null, "units": 32}}, {"class_name": "Dropout", "config": {"name": "dropout_2", "dtype": "float32", "trainable": true, "seed": null, "rate": 0.6, "noise_shape": null}}, {"class_name": "Dense", "config": {"name": "dense_3", "use_bias": true, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 0.0010000000474974513}}, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"distribution": "normal", "seed": null, "mode": "fan_avg", "scale": 1.0}}, "activity_regularizer": null, "activation": "sigmoid", "kernel_constraint": null, "dtype": "float32", "trainable": true, "bias_regularizer": null, "units": 1}}]}, "keras_version": "2.3.1", "backend": "tensorflow"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "class_name":"Sequential", | ||
3 | + "config":{ | ||
4 | + "name":"sequential_1", | ||
5 | + "layers":[ | ||
6 | + { | ||
7 | + "class_name":"Dense", | ||
8 | + "config":{ | ||
9 | + "name":"dense_1", | ||
10 | + "use_bias":true, | ||
11 | + "bias_constraint":null, | ||
12 | + "bias_initializer":{ | ||
13 | + "class_name":"Zeros", | ||
14 | + "config":{ | ||
15 | + | ||
16 | + } | ||
17 | + }, | ||
18 | + "kernel_regularizer":{ | ||
19 | + "class_name":"L1L2", | ||
20 | + "config":{ | ||
21 | + "l1":0.0, | ||
22 | + "l2":0.0010000000474974513 | ||
23 | + } | ||
24 | + }, | ||
25 | + "kernel_initializer":{ | ||
26 | + "class_name":"VarianceScaling", | ||
27 | + "config":{ | ||
28 | + "distribution":"normal", | ||
29 | + "seed":null, | ||
30 | + "mode":"fan_avg", | ||
31 | + "scale":1.0 | ||
32 | + } | ||
33 | + }, | ||
34 | + "batch_input_shape":[ | ||
35 | + null, | ||
36 | + 4096 | ||
37 | + ], | ||
38 | + "activity_regularizer":null, | ||
39 | + "activation":"relu", | ||
40 | + "kernel_constraint":null, | ||
41 | + "dtype":"float32", | ||
42 | + "trainable":true, | ||
43 | + "bias_regularizer":null, | ||
44 | + "units":512 | ||
45 | + } | ||
46 | + }, | ||
47 | + { | ||
48 | + "class_name":"Dropout", | ||
49 | + "config":{ | ||
50 | + "name":"dropout_1", | ||
51 | + "dtype":"float32", | ||
52 | + "trainable":true, | ||
53 | + "seed":null, | ||
54 | + "rate":0.6, | ||
55 | + "noise_shape":null | ||
56 | + } | ||
57 | + }, | ||
58 | + { | ||
59 | + "class_name":"Dense", | ||
60 | + "config":{ | ||
61 | + "name":"dense_2", | ||
62 | + "use_bias":true, | ||
63 | + "bias_constraint":null, | ||
64 | + "bias_initializer":{ | ||
65 | + "class_name":"Zeros", | ||
66 | + "config":{ | ||
67 | + | ||
68 | + } | ||
69 | + }, | ||
70 | + "kernel_regularizer":{ | ||
71 | + "class_name":"L1L2", | ||
72 | + "config":{ | ||
73 | + "l1":0.0, | ||
74 | + "l2":0.0010000000474974513 | ||
75 | + } | ||
76 | + }, | ||
77 | + "kernel_initializer":{ | ||
78 | + "class_name":"VarianceScaling", | ||
79 | + "config":{ | ||
80 | + "distribution":"normal", | ||
81 | + "seed":null, | ||
82 | + "mode":"fan_avg", | ||
83 | + "scale":1.0 | ||
84 | + } | ||
85 | + }, | ||
86 | + "activity_regularizer":null, | ||
87 | + "activation":"linear", | ||
88 | + "kernel_constraint":null, | ||
89 | + "dtype":"float32", | ||
90 | + "trainable":true, | ||
91 | + "bias_regularizer":null, | ||
92 | + "units":32 | ||
93 | + } | ||
94 | + }, | ||
95 | + { | ||
96 | + "class_name":"Dropout", | ||
97 | + "config":{ | ||
98 | + "name":"dropout_2", | ||
99 | + "dtype":"float32", | ||
100 | + "trainable":true, | ||
101 | + "seed":null, | ||
102 | + "rate":0.6, | ||
103 | + "noise_shape":null | ||
104 | + } | ||
105 | + }, | ||
106 | + { | ||
107 | + "class_name":"Dense", | ||
108 | + "config":{ | ||
109 | + "name":"dense_3", | ||
110 | + "use_bias":true, | ||
111 | + "bias_constraint":null, | ||
112 | + "bias_initializer":{ | ||
113 | + "class_name":"Zeros", | ||
114 | + "config":{ | ||
115 | + | ||
116 | + } | ||
117 | + }, | ||
118 | + "kernel_regularizer":{ | ||
119 | + "class_name":"L1L2", | ||
120 | + "config":{ | ||
121 | + "l1":0.0, | ||
122 | + "l2":0.0010000000474974513 | ||
123 | + } | ||
124 | + }, | ||
125 | + "kernel_initializer":{ | ||
126 | + "class_name":"VarianceScaling", | ||
127 | + "config":{ | ||
128 | + "distribution":"normal", | ||
129 | + "seed":null, | ||
130 | + "mode":"fan_avg", | ||
131 | + "scale":1.0 | ||
132 | + } | ||
133 | + }, | ||
134 | + "activity_regularizer":null, | ||
135 | + "activation":"sigmoid", | ||
136 | + "kernel_constraint":null, | ||
137 | + "dtype":"float32", | ||
138 | + "trainable":true, | ||
139 | + "bias_regularizer":null, | ||
140 | + "units":1 | ||
141 | + } | ||
142 | + } | ||
143 | + ] | ||
144 | + }, | ||
145 | + "keras_version":"2.3.1", | ||
146 | + "backend":"tensorflow" | ||
147 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment