nitishkumargundapu793 commited on
Commit
44b9597
1 Parent(s): 270a311

Upload dark_s.json

Browse files
Files changed (1) hide show
  1. dark_s.json +264 -0
dark_s.json ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_name": "Sequential",
3
+ "config": {
4
+ "name": "sequential",
5
+ "layers": [{
6
+ "class_name": "InputLayer",
7
+ "config": {
8
+ "batch_input_shape": [null, 50, 50, 3],
9
+ "dtype": "float32",
10
+ "sparse": false,
11
+ "ragged": false,
12
+ "name": "conv2d_input"
13
+ }
14
+ }, {
15
+ "class_name": "Conv2D",
16
+ "config": {
17
+ "name": "conv2d",
18
+ "trainable": true,
19
+ "batch_input_shape": [null, 50, 50, 3],
20
+ "dtype": "float32",
21
+ "filters": 100,
22
+ "kernel_size": [3, 3],
23
+ "strides": [1, 1],
24
+ "padding": "valid",
25
+ "data_format": "channels_last",
26
+ "dilation_rate": [1, 1],
27
+ "groups": 1,
28
+ "activation": "relu",
29
+ "use_bias": true,
30
+ "kernel_initializer": {
31
+ "class_name": "GlorotUniform",
32
+ "config": {
33
+ "seed": null
34
+ }
35
+ },
36
+ "bias_initializer": {
37
+ "class_name": "Zeros",
38
+ "config": {}
39
+ },
40
+ "kernel_regularizer": null,
41
+ "bias_regularizer": null,
42
+ "activity_regularizer": null,
43
+ "kernel_constraint": null,
44
+ "bias_constraint": null
45
+ }
46
+ }, {
47
+ "class_name": "Conv2D",
48
+ "config": {
49
+ "name": "conv2d_1",
50
+ "trainable": true,
51
+ "dtype": "float32",
52
+ "filters": 200,
53
+ "kernel_size": [3, 3],
54
+ "strides": [1, 1],
55
+ "padding": "valid",
56
+ "data_format": "channels_last",
57
+ "dilation_rate": [1, 1],
58
+ "groups": 1,
59
+ "activation": "relu",
60
+ "use_bias": true,
61
+ "kernel_initializer": {
62
+ "class_name": "GlorotUniform",
63
+ "config": {
64
+ "seed": null
65
+ }
66
+ },
67
+ "bias_initializer": {
68
+ "class_name": "Zeros",
69
+ "config": {}
70
+ },
71
+ "kernel_regularizer": null,
72
+ "bias_regularizer": null,
73
+ "activity_regularizer": null,
74
+ "kernel_constraint": null,
75
+ "bias_constraint": null
76
+ }
77
+ }, {
78
+ "class_name": "MaxPooling2D",
79
+ "config": {
80
+ "name": "max_pooling2d",
81
+ "trainable": true,
82
+ "dtype": "float32",
83
+ "pool_size": [2, 2],
84
+ "padding": "valid",
85
+ "strides": [2, 2],
86
+ "data_format": "channels_last"
87
+ }
88
+ }, {
89
+ "class_name": "Conv2D",
90
+ "config": {
91
+ "name": "conv2d_2",
92
+ "trainable": true,
93
+ "dtype": "float32",
94
+ "filters": 100,
95
+ "kernel_size": [3, 3],
96
+ "strides": [1, 1],
97
+ "padding": "valid",
98
+ "data_format": "channels_last",
99
+ "dilation_rate": [1, 1],
100
+ "groups": 1,
101
+ "activation": "relu",
102
+ "use_bias": true,
103
+ "kernel_initializer": {
104
+ "class_name": "GlorotUniform",
105
+ "config": {
106
+ "seed": null
107
+ }
108
+ },
109
+ "bias_initializer": {
110
+ "class_name": "Zeros",
111
+ "config": {}
112
+ },
113
+ "kernel_regularizer": null,
114
+ "bias_regularizer": null,
115
+ "activity_regularizer": null,
116
+ "kernel_constraint": null,
117
+ "bias_constraint": null
118
+ }
119
+ }, {
120
+ "class_name": "Conv2D",
121
+ "config": {
122
+ "name": "conv2d_3",
123
+ "trainable": true,
124
+ "dtype": "float32",
125
+ "filters": 100,
126
+ "kernel_size": [3, 3],
127
+ "strides": [1, 1],
128
+ "padding": "valid",
129
+ "data_format": "channels_last",
130
+ "dilation_rate": [1, 1],
131
+ "groups": 1,
132
+ "activation": "relu",
133
+ "use_bias": true,
134
+ "kernel_initializer": {
135
+ "class_name": "GlorotUniform",
136
+ "config": {
137
+ "seed": null
138
+ }
139
+ },
140
+ "bias_initializer": {
141
+ "class_name": "Zeros",
142
+ "config": {}
143
+ },
144
+ "kernel_regularizer": null,
145
+ "bias_regularizer": null,
146
+ "activity_regularizer": null,
147
+ "kernel_constraint": null,
148
+ "bias_constraint": null
149
+ }
150
+ }, {
151
+ "class_name": "Conv2D",
152
+ "config": {
153
+ "name": "conv2d_4",
154
+ "trainable": true,
155
+ "dtype": "float32",
156
+ "filters": 100,
157
+ "kernel_size": [3, 3],
158
+ "strides": [1, 1],
159
+ "padding": "valid",
160
+ "data_format": "channels_last",
161
+ "dilation_rate": [1, 1],
162
+ "groups": 1,
163
+ "activation": "relu",
164
+ "use_bias": true,
165
+ "kernel_initializer": {
166
+ "class_name": "GlorotUniform",
167
+ "config": {
168
+ "seed": null
169
+ }
170
+ },
171
+ "bias_initializer": {
172
+ "class_name": "Zeros",
173
+ "config": {}
174
+ },
175
+ "kernel_regularizer": null,
176
+ "bias_regularizer": null,
177
+ "activity_regularizer": null,
178
+ "kernel_constraint": null,
179
+ "bias_constraint": null
180
+ }
181
+ }, {
182
+ "class_name": "MaxPooling2D",
183
+ "config": {
184
+ "name": "max_pooling2d_1",
185
+ "trainable": true,
186
+ "dtype": "float32",
187
+ "pool_size": [2, 2],
188
+ "padding": "valid",
189
+ "strides": [2, 2],
190
+ "data_format": "channels_last"
191
+ }
192
+ }, {
193
+ "class_name": "Dropout",
194
+ "config": {
195
+ "name": "dropout",
196
+ "trainable": true,
197
+ "dtype": "float32",
198
+ "rate": 0.5,
199
+ "noise_shape": null,
200
+ "seed": null
201
+ }
202
+ }, {
203
+ "class_name": "Flatten",
204
+ "config": {
205
+ "name": "flatten",
206
+ "trainable": true,
207
+ "dtype": "float32",
208
+ "data_format": "channels_last"
209
+ }
210
+ }, {
211
+ "class_name": "Dense",
212
+ "config": {
213
+ "name": "dense",
214
+ "trainable": true,
215
+ "dtype": "float32",
216
+ "units": 500,
217
+ "activation": "relu",
218
+ "use_bias": true,
219
+ "kernel_initializer": {
220
+ "class_name": "GlorotUniform",
221
+ "config": {
222
+ "seed": null
223
+ }
224
+ },
225
+ "bias_initializer": {
226
+ "class_name": "Zeros",
227
+ "config": {}
228
+ },
229
+ "kernel_regularizer": null,
230
+ "bias_regularizer": null,
231
+ "activity_regularizer": null,
232
+ "kernel_constraint": null,
233
+ "bias_constraint": null
234
+ }
235
+ }, {
236
+ "class_name": "Dense",
237
+ "config": {
238
+ "name": "dense_1",
239
+ "trainable": true,
240
+ "dtype": "float32",
241
+ "units": 2,
242
+ "activation": "softmax",
243
+ "use_bias": true,
244
+ "kernel_initializer": {
245
+ "class_name": "GlorotUniform",
246
+ "config": {
247
+ "seed": null
248
+ }
249
+ },
250
+ "bias_initializer": {
251
+ "class_name": "Zeros",
252
+ "config": {}
253
+ },
254
+ "kernel_regularizer": null,
255
+ "bias_regularizer": null,
256
+ "activity_regularizer": null,
257
+ "kernel_constraint": null,
258
+ "bias_constraint": null
259
+ }
260
+ }]
261
+ },
262
+ "keras_version": "2.7.0",
263
+ "backend": "tensorflow"
264
+ }