0xnu
/

Image Classification
Keras
vision
0xnu commited on
Commit
fc391da
·
verified ·
1 Parent(s): 6b1a29b

Upload 3 files

Browse files
Files changed (2) hide show
  1. config.json +521 -0
  2. mnist_model.keras +1 -1
config.json ADDED
@@ -0,0 +1,521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_architecture": "{\"module\": \"keras.src.models.functional\", \"class_name\": \"Functional\", \"config\": {\"name\": \"functional\", \"trainable\": true, \"layers\": [{\"module\": \"keras.layers\", \"class_name\": \"InputLayer\", \"config\": {\"batch_shape\": [null, 28, 28, 1], \"dtype\": \"float32\", \"sparse\": false, \"name\": \"input_layer\"}, \"registered_name\": null, \"name\": \"input_layer\", \"inbound_nodes\": []}, {\"module\": \"keras.layers\", \"class_name\": \"Conv2D\", \"config\": {\"name\": \"conv2d\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"filters\": 32, \"kernel_size\": [3, 3], \"strides\": [1, 1], \"padding\": \"valid\", \"data_format\": \"channels_last\", \"dilation_rate\": [1, 1], \"groups\": 1, \"activation\": \"relu\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"activity_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 28, 28, 1]}, \"name\": \"conv2d\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 28, 28, 1], \"dtype\": \"float32\", \"keras_history\": [\"input_layer\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"MaxPooling2D\", \"config\": {\"name\": \"max_pooling2d\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"pool_size\": [2, 2], \"padding\": \"valid\", \"strides\": [2, 2], \"data_format\": \"channels_last\"}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 26, 26, 32]}, \"name\": \"max_pooling2d\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 26, 26, 32], \"dtype\": \"float32\", \"keras_history\": [\"conv2d\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Conv2D\", \"config\": {\"name\": \"conv2d_1\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"filters\": 64, \"kernel_size\": [3, 3], \"strides\": [1, 1], \"padding\": \"valid\", \"data_format\": \"channels_last\", \"dilation_rate\": [1, 1], \"groups\": 1, \"activation\": \"relu\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"activity_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 13, 13, 32]}, \"name\": \"conv2d_1\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 13, 13, 32], \"dtype\": \"float32\", \"keras_history\": [\"max_pooling2d\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"MaxPooling2D\", \"config\": {\"name\": \"max_pooling2d_1\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"pool_size\": [2, 2], \"padding\": \"valid\", \"strides\": [2, 2], \"data_format\": \"channels_last\"}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 11, 11, 64]}, \"name\": \"max_pooling2d_1\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 11, 11, 64], \"dtype\": \"float32\", \"keras_history\": [\"conv2d_1\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Flatten\", \"config\": {\"name\": \"flatten\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"data_format\": \"channels_last\"}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 5, 5, 64]}, \"name\": \"flatten\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 5, 5, 64], \"dtype\": \"float32\", \"keras_history\": [\"max_pooling2d_1\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Dropout\", \"config\": {\"name\": \"dropout\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"rate\": 0.5, \"seed\": null, \"noise_shape\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 1600]}, \"name\": \"dropout\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 1600], \"dtype\": \"float32\", \"keras_history\": [\"flatten\", 0, 0]}}], \"kwargs\": {\"training\": false}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Dense\", \"config\": {\"name\": \"dense\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"units\": 64, \"activation\": \"relu\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 1600]}, \"name\": \"dense\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 1600], \"dtype\": \"float32\", \"keras_history\": [\"dropout\", 0, 0]}}], \"kwargs\": {}}]}, {\"module\": \"keras.layers\", \"class_name\": \"Dense\", \"config\": {\"name\": \"dense_1\", \"trainable\": true, \"dtype\": {\"module\": \"keras\", \"class_name\": \"DTypePolicy\", \"config\": {\"name\": \"float32\"}, \"registered_name\": null}, \"units\": 10, \"activation\": \"softmax\", \"use_bias\": true, \"kernel_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"GlorotUniform\", \"config\": {\"seed\": null}, \"registered_name\": null}, \"bias_initializer\": {\"module\": \"keras.initializers\", \"class_name\": \"Zeros\", \"config\": {}, \"registered_name\": null}, \"kernel_regularizer\": null, \"bias_regularizer\": null, \"kernel_constraint\": null, \"bias_constraint\": null}, \"registered_name\": null, \"build_config\": {\"input_shape\": [null, 64]}, \"name\": \"dense_1\", \"inbound_nodes\": [{\"args\": [{\"class_name\": \"__keras_tensor__\", \"config\": {\"shape\": [null, 64], \"dtype\": \"float32\", \"keras_history\": [\"dense\", 0, 0]}}], \"kwargs\": {}}]}], \"input_layers\": [[\"input_layer\", 0, 0]], \"output_layers\": [[\"dense_1\", 0, 0]]}, \"registered_name\": \"Functional\", \"build_config\": {\"input_shape\": null}, \"compile_config\": {\"optimizer\": {\"module\": \"keras.optimizers\", \"class_name\": \"Adam\", \"config\": {\"name\": \"adam\", \"learning_rate\": 0.0010000000474974513, \"weight_decay\": null, \"clipnorm\": null, \"global_clipnorm\": null, \"clipvalue\": null, \"use_ema\": false, \"ema_momentum\": 0.99, \"ema_overwrite_frequency\": null, \"loss_scale_factor\": null, \"gradient_accumulation_steps\": null, \"beta_1\": 0.9, \"beta_2\": 0.999, \"epsilon\": 1e-07, \"amsgrad\": false}, \"registered_name\": null}, \"loss\": \"sparse_categorical_crossentropy\", \"loss_weights\": null, \"metrics\": [\"accuracy\"], \"weighted_metrics\": null, \"run_eagerly\": false, \"steps_per_execution\": 1, \"jit_compile\": false}}",
3
+ "tokenizer_info": {
4
+ "unique_pixels": [
5
+ 0.0,
6
+ 0.003921568859368563,
7
+ 0.03529411926865578,
8
+ 0.007843137718737125,
9
+ 0.0117647061124444,
10
+ 0.04313725605607033,
11
+ 0.054901961237192154,
12
+ 0.062745101749897,
13
+ 0.07058823853731155,
14
+ 0.09019608050584793,
15
+ 0.0941176488995552,
16
+ 0.09803921729326248,
17
+ 0.10196078568696976,
18
+ 0.10588235408067703,
19
+ 0.11764705926179886,
20
+ 0.13725490868091583,
21
+ 0.03921568766236305,
22
+ 0.0470588244497776,
23
+ 0.8156862854957581,
24
+ 0.9372549057006836,
25
+ 0.6941176652908325,
26
+ 0.0313725508749485,
27
+ 0.05882352963089943,
28
+ 0.572549045085907,
29
+ 0.9529411792755127,
30
+ 0.3176470696926117,
31
+ 0.32156863808631897,
32
+ 0.3529411852359772,
33
+ 0.364705890417099,
34
+ 0.3686274588108063,
35
+ 0.41960784792900085,
36
+ 0.42352941632270813,
37
+ 0.49803921580314636,
38
+ 0.8666666746139526,
39
+ 0.9450980424880981,
40
+ 0.7098039388656616,
41
+ 0.8470588326454163,
42
+ 0.7254902124404907,
43
+ 0.8627451062202454,
44
+ 0.5215686559677124,
45
+ 0.8039215803146362,
46
+ 0.8823529481887817,
47
+ 0.8980392217636108,
48
+ 0.7882353067398071,
49
+ 0.9764705896377563,
50
+ 0.9921568632125854,
51
+ 0.5529412031173706,
52
+ 0.5686274766921997,
53
+ 0.6470588445663452,
54
+ 0.7411764860153198,
55
+ 0.6196078658103943,
56
+ 0.8784313797950745,
57
+ 0.08627451211214066,
58
+ 0.7568627595901489,
59
+ 0.6352941393852234,
60
+ 0.8941176533699036,
61
+ 0.14901961386203766,
62
+ 0.19607843458652496,
63
+ 0.21176470816135406,
64
+ 0.24313725531101227,
65
+ 0.16470588743686676,
66
+ 0.772549033164978,
67
+ 0.22745098173618317,
68
+ 0.13333334028720856,
69
+ 0.4627451002597809,
70
+ 0.9098039269447327,
71
+ 0.9254902005195618,
72
+ 0.4470588266849518,
73
+ 0.4941176474094391,
74
+ 0.33725491166114807,
75
+ 0.47843137383461,
76
+ 0.3843137323856354,
77
+ 0.4000000059604645,
78
+ 0.4156862795352936,
79
+ 0.4313725531101227,
80
+ 0.615686297416687,
81
+ 0.5607843399047852,
82
+ 0.6823529601097107,
83
+ 0.37254902720451355,
84
+ 0.8196078538894653,
85
+ 0.6980392336845398,
86
+ 0.38823530077934265,
87
+ 0.5764706134796143,
88
+ 0.9490196108818054,
89
+ 0.27450981736183167,
90
+ 0.30588236451148987,
91
+ 0.3137255012989044,
92
+ 0.16862745583057404,
93
+ 0.15294118225574493,
94
+ 0.1411764770746231,
95
+ 0.1764705926179886,
96
+ 0.18039216101169586,
97
+ 0.1921568661928177,
98
+ 0.5921568870544434,
99
+ 0.2823529541492462,
100
+ 0.9725490212440491,
101
+ 0.8509804010391235,
102
+ 0.6078431606292725,
103
+ 0.729411780834198,
104
+ 0.5098039507865906,
105
+ 0.5882353186607361,
106
+ 0.6039215922355652,
107
+ 0.7450980544090271,
108
+ 0.886274516582489,
109
+ 0.6509804129600525,
110
+ 0.7764706015586853,
111
+ 0.9333333373069763,
112
+ 0.6666666865348816,
113
+ 0.6235294342041016,
114
+ 0.05098039284348488,
115
+ 0.43529412150382996,
116
+ 0.07450980693101883,
117
+ 0.12156862765550613,
118
+ 0.7607843279838562,
119
+ 0.45098039507865906,
120
+ 0.6392157077789307,
121
+ 0.18431372940540314,
122
+ 0.20000000298023224,
123
+ 0.24705882370471954,
124
+ 0.23137255012989044,
125
+ 0.6549019813537598,
126
+ 0.3450980484485626,
127
+ 0.9137254953384399,
128
+ 0.7921568751335144,
129
+ 0.48235294222831726,
130
+ 0.5490196347236633,
131
+ 0.46666666865348816,
132
+ 0.27843138575553894,
133
+ 0.29411765933036804,
134
+ 0.30980393290519714,
135
+ 0.929411768913269,
136
+ 0.26274511218070984,
137
+ 0.35686275362968445,
138
+ 0.34117648005485535,
139
+ 0.32549020648002625,
140
+ 0.40392157435417175,
141
+ 0.8078431487083435,
142
+ 0.21568627655506134,
143
+ 0.21960784494876862,
144
+ 0.250980406999588,
145
+ 0.25882354378700256,
146
+ 0.7137255072593689,
147
+ 0.8352941274642944,
148
+ 0.7176470756530762,
149
+ 0.686274528503418,
150
+ 0.8117647171020508,
151
+ 0.8313725590705872,
152
+ 0.5647059082984924,
153
+ 0.8235294222831726,
154
+ 0.2549019753932953,
155
+ 0.7019608020782471,
156
+ 0.3921568691730499,
157
+ 0.2705882489681244,
158
+ 0.9607843160629272,
159
+ 0.8392156958580017,
160
+ 0.5960784554481506,
161
+ 0.2862745225429535,
162
+ 0.8549019694328308,
163
+ 0.3019607961177826,
164
+ 0.7333333492279053,
165
+ 0.8588235378265381,
166
+ 0.529411792755127,
167
+ 0.545098066329956,
168
+ 0.7647058963775635,
169
+ 0.6705882549285889,
170
+ 0.9686274528503418,
171
+ 0.9843137264251709,
172
+ 1.0,
173
+ 0.5137255191802979,
174
+ 0.8705882430076599,
175
+ 0.7490196228027344,
176
+ 0.10980392247438431,
177
+ 0.0784313753247261,
178
+ 0.5058823823928833,
179
+ 0.6431372761726379,
180
+ 0.3333333432674408,
181
+ 0.1882352977991104,
182
+ 0.23529411852359772,
183
+ 0.1568627506494522,
184
+ 0.125490203499794,
185
+ 0.1725490242242813,
186
+ 0.9019607901573181,
187
+ 0.20392157137393951,
188
+ 0.7803921699523926,
189
+ 0.658823549747467,
190
+ 0.3490196168422699,
191
+ 0.5372549295425415,
192
+ 0.9176470637321472,
193
+ 0.7960784435272217,
194
+ 0.2980392277240753,
195
+ 0.3294117748737335,
196
+ 0.3764705955982208,
197
+ 0.43921568989753723,
198
+ 0.45490196347236633,
199
+ 0.47058823704719543,
200
+ 0.2666666805744171,
201
+ 0.40784314274787903,
202
+ 0.48627451062202454,
203
+ 0.3607843220233917,
204
+ 0.0235294122248888,
205
+ 0.027450980618596077,
206
+ 0.019607843831181526,
207
+ 0.01568627543747425,
208
+ 0.6901960968971252,
209
+ 0.3803921639919281,
210
+ 0.8274509906768799,
211
+ 0.7058823704719543,
212
+ 0.3960784375667572,
213
+ 0.5843137502670288,
214
+ 0.9647058844566345,
215
+ 0.843137264251709,
216
+ 0.7215686440467834,
217
+ 0.4117647111415863,
218
+ 0.6000000238418579,
219
+ 0.4901960790157318,
220
+ 0.29019609093666077,
221
+ 0.9803921580314636,
222
+ 0.7372549176216125,
223
+ 0.4274509847164154,
224
+ 0.5176470875740051,
225
+ 0.5333333611488342,
226
+ 0.5803921818733215,
227
+ 0.6117647290229797,
228
+ 0.6274510025978088,
229
+ 0.9411764740943909,
230
+ 0.6745098233222961,
231
+ 0.95686274766922,
232
+ 0.9882352948188782,
233
+ 0.501960813999176,
234
+ 0.6784313917160034,
235
+ 0.8745098114013672,
236
+ 0.9960784316062927,
237
+ 0.7529411911964417,
238
+ 0.4431372582912445,
239
+ 0.08235294371843338,
240
+ 0.11372549086809158,
241
+ 0.06666667014360428,
242
+ 0.6313725709915161,
243
+ 0.8901960849761963,
244
+ 0.7686274647712708,
245
+ 0.4588235318660736,
246
+ 0.14509804546833038,
247
+ 0.2235294133424759,
248
+ 0.12941177189350128,
249
+ 0.2078431397676468,
250
+ 0.239215686917305,
251
+ 0.5254902243614197,
252
+ 0.16078431904315948,
253
+ 0.9058823585510254,
254
+ 0.7843137383460999,
255
+ 0.4745098054409027,
256
+ 0.6627451181411743,
257
+ 0.5568627715110779,
258
+ 0.5411764979362488,
259
+ 0.9215686321258545,
260
+ 0.800000011920929
261
+ ],
262
+ "pixel_to_token": {
263
+ "0.0": 0,
264
+ "0.003921568859368563": 1,
265
+ "0.007843137718737125": 2,
266
+ "0.0117647061124444": 3,
267
+ "0.01568627543747425": 4,
268
+ "0.019607843831181526": 5,
269
+ "0.0235294122248888": 6,
270
+ "0.027450980618596077": 7,
271
+ "0.0313725508749485": 8,
272
+ "0.03529411926865578": 9,
273
+ "0.03921568766236305": 10,
274
+ "0.04313725605607033": 11,
275
+ "0.0470588244497776": 12,
276
+ "0.05098039284348488": 13,
277
+ "0.054901961237192154": 14,
278
+ "0.05882352963089943": 15,
279
+ "0.062745101749897": 16,
280
+ "0.06666667014360428": 17,
281
+ "0.07058823853731155": 18,
282
+ "0.07450980693101883": 19,
283
+ "0.0784313753247261": 20,
284
+ "0.08235294371843338": 21,
285
+ "0.08627451211214066": 22,
286
+ "0.09019608050584793": 23,
287
+ "0.0941176488995552": 24,
288
+ "0.09803921729326248": 25,
289
+ "0.10196078568696976": 26,
290
+ "0.10588235408067703": 27,
291
+ "0.10980392247438431": 28,
292
+ "0.11372549086809158": 29,
293
+ "0.11764705926179886": 30,
294
+ "0.12156862765550613": 31,
295
+ "0.125490203499794": 32,
296
+ "0.12941177189350128": 33,
297
+ "0.13333334028720856": 34,
298
+ "0.13725490868091583": 35,
299
+ "0.1411764770746231": 36,
300
+ "0.14509804546833038": 37,
301
+ "0.14901961386203766": 38,
302
+ "0.15294118225574493": 39,
303
+ "0.1568627506494522": 40,
304
+ "0.16078431904315948": 41,
305
+ "0.16470588743686676": 42,
306
+ "0.16862745583057404": 43,
307
+ "0.1725490242242813": 44,
308
+ "0.1764705926179886": 45,
309
+ "0.18039216101169586": 46,
310
+ "0.18431372940540314": 47,
311
+ "0.1882352977991104": 48,
312
+ "0.1921568661928177": 49,
313
+ "0.19607843458652496": 50,
314
+ "0.20000000298023224": 51,
315
+ "0.20392157137393951": 52,
316
+ "0.2078431397676468": 53,
317
+ "0.21176470816135406": 54,
318
+ "0.21568627655506134": 55,
319
+ "0.21960784494876862": 56,
320
+ "0.2235294133424759": 57,
321
+ "0.22745098173618317": 58,
322
+ "0.23137255012989044": 59,
323
+ "0.23529411852359772": 60,
324
+ "0.239215686917305": 61,
325
+ "0.24313725531101227": 62,
326
+ "0.24705882370471954": 63,
327
+ "0.250980406999588": 64,
328
+ "0.2549019753932953": 65,
329
+ "0.25882354378700256": 66,
330
+ "0.26274511218070984": 67,
331
+ "0.2666666805744171": 68,
332
+ "0.2705882489681244": 69,
333
+ "0.27450981736183167": 70,
334
+ "0.27843138575553894": 71,
335
+ "0.2823529541492462": 72,
336
+ "0.2862745225429535": 73,
337
+ "0.29019609093666077": 74,
338
+ "0.29411765933036804": 75,
339
+ "0.2980392277240753": 76,
340
+ "0.3019607961177826": 77,
341
+ "0.30588236451148987": 78,
342
+ "0.30980393290519714": 79,
343
+ "0.3137255012989044": 80,
344
+ "0.3176470696926117": 81,
345
+ "0.32156863808631897": 82,
346
+ "0.32549020648002625": 83,
347
+ "0.3294117748737335": 84,
348
+ "0.3333333432674408": 85,
349
+ "0.33725491166114807": 86,
350
+ "0.34117648005485535": 87,
351
+ "0.3450980484485626": 88,
352
+ "0.3490196168422699": 89,
353
+ "0.3529411852359772": 90,
354
+ "0.35686275362968445": 91,
355
+ "0.3607843220233917": 92,
356
+ "0.364705890417099": 93,
357
+ "0.3686274588108063": 94,
358
+ "0.37254902720451355": 95,
359
+ "0.3764705955982208": 96,
360
+ "0.3803921639919281": 97,
361
+ "0.3843137323856354": 98,
362
+ "0.38823530077934265": 99,
363
+ "0.3921568691730499": 100,
364
+ "0.3960784375667572": 101,
365
+ "0.4000000059604645": 102,
366
+ "0.40392157435417175": 103,
367
+ "0.40784314274787903": 104,
368
+ "0.4117647111415863": 105,
369
+ "0.4156862795352936": 106,
370
+ "0.41960784792900085": 107,
371
+ "0.42352941632270813": 108,
372
+ "0.4274509847164154": 109,
373
+ "0.4313725531101227": 110,
374
+ "0.43529412150382996": 111,
375
+ "0.43921568989753723": 112,
376
+ "0.4431372582912445": 113,
377
+ "0.4470588266849518": 114,
378
+ "0.45098039507865906": 115,
379
+ "0.45490196347236633": 116,
380
+ "0.4588235318660736": 117,
381
+ "0.4627451002597809": 118,
382
+ "0.46666666865348816": 119,
383
+ "0.47058823704719543": 120,
384
+ "0.4745098054409027": 121,
385
+ "0.47843137383461": 122,
386
+ "0.48235294222831726": 123,
387
+ "0.48627451062202454": 124,
388
+ "0.4901960790157318": 125,
389
+ "0.4941176474094391": 126,
390
+ "0.49803921580314636": 127,
391
+ "0.501960813999176": 128,
392
+ "0.5058823823928833": 129,
393
+ "0.5098039507865906": 130,
394
+ "0.5137255191802979": 131,
395
+ "0.5176470875740051": 132,
396
+ "0.5215686559677124": 133,
397
+ "0.5254902243614197": 134,
398
+ "0.529411792755127": 135,
399
+ "0.5333333611488342": 136,
400
+ "0.5372549295425415": 137,
401
+ "0.5411764979362488": 138,
402
+ "0.545098066329956": 139,
403
+ "0.5490196347236633": 140,
404
+ "0.5529412031173706": 141,
405
+ "0.5568627715110779": 142,
406
+ "0.5607843399047852": 143,
407
+ "0.5647059082984924": 144,
408
+ "0.5686274766921997": 145,
409
+ "0.572549045085907": 146,
410
+ "0.5764706134796143": 147,
411
+ "0.5803921818733215": 148,
412
+ "0.5843137502670288": 149,
413
+ "0.5882353186607361": 150,
414
+ "0.5921568870544434": 151,
415
+ "0.5960784554481506": 152,
416
+ "0.6000000238418579": 153,
417
+ "0.6039215922355652": 154,
418
+ "0.6078431606292725": 155,
419
+ "0.6117647290229797": 156,
420
+ "0.615686297416687": 157,
421
+ "0.6196078658103943": 158,
422
+ "0.6235294342041016": 159,
423
+ "0.6274510025978088": 160,
424
+ "0.6313725709915161": 161,
425
+ "0.6352941393852234": 162,
426
+ "0.6392157077789307": 163,
427
+ "0.6431372761726379": 164,
428
+ "0.6470588445663452": 165,
429
+ "0.6509804129600525": 166,
430
+ "0.6549019813537598": 167,
431
+ "0.658823549747467": 168,
432
+ "0.6627451181411743": 169,
433
+ "0.6666666865348816": 170,
434
+ "0.6705882549285889": 171,
435
+ "0.6745098233222961": 172,
436
+ "0.6784313917160034": 173,
437
+ "0.6823529601097107": 174,
438
+ "0.686274528503418": 175,
439
+ "0.6901960968971252": 176,
440
+ "0.6941176652908325": 177,
441
+ "0.6980392336845398": 178,
442
+ "0.7019608020782471": 179,
443
+ "0.7058823704719543": 180,
444
+ "0.7098039388656616": 181,
445
+ "0.7137255072593689": 182,
446
+ "0.7176470756530762": 183,
447
+ "0.7215686440467834": 184,
448
+ "0.7254902124404907": 185,
449
+ "0.729411780834198": 186,
450
+ "0.7333333492279053": 187,
451
+ "0.7372549176216125": 188,
452
+ "0.7411764860153198": 189,
453
+ "0.7450980544090271": 190,
454
+ "0.7490196228027344": 191,
455
+ "0.7529411911964417": 192,
456
+ "0.7568627595901489": 193,
457
+ "0.7607843279838562": 194,
458
+ "0.7647058963775635": 195,
459
+ "0.7686274647712708": 196,
460
+ "0.772549033164978": 197,
461
+ "0.7764706015586853": 198,
462
+ "0.7803921699523926": 199,
463
+ "0.7843137383460999": 200,
464
+ "0.7882353067398071": 201,
465
+ "0.7921568751335144": 202,
466
+ "0.7960784435272217": 203,
467
+ "0.800000011920929": 204,
468
+ "0.8039215803146362": 205,
469
+ "0.8078431487083435": 206,
470
+ "0.8117647171020508": 207,
471
+ "0.8156862854957581": 208,
472
+ "0.8196078538894653": 209,
473
+ "0.8235294222831726": 210,
474
+ "0.8274509906768799": 211,
475
+ "0.8313725590705872": 212,
476
+ "0.8352941274642944": 213,
477
+ "0.8392156958580017": 214,
478
+ "0.843137264251709": 215,
479
+ "0.8470588326454163": 216,
480
+ "0.8509804010391235": 217,
481
+ "0.8549019694328308": 218,
482
+ "0.8588235378265381": 219,
483
+ "0.8627451062202454": 220,
484
+ "0.8666666746139526": 221,
485
+ "0.8705882430076599": 222,
486
+ "0.8745098114013672": 223,
487
+ "0.8784313797950745": 224,
488
+ "0.8823529481887817": 225,
489
+ "0.886274516582489": 226,
490
+ "0.8901960849761963": 227,
491
+ "0.8941176533699036": 228,
492
+ "0.8980392217636108": 229,
493
+ "0.9019607901573181": 230,
494
+ "0.9058823585510254": 231,
495
+ "0.9098039269447327": 232,
496
+ "0.9137254953384399": 233,
497
+ "0.9176470637321472": 234,
498
+ "0.9215686321258545": 235,
499
+ "0.9254902005195618": 236,
500
+ "0.929411768913269": 237,
501
+ "0.9333333373069763": 238,
502
+ "0.9372549057006836": 239,
503
+ "0.9411764740943909": 240,
504
+ "0.9450980424880981": 241,
505
+ "0.9490196108818054": 242,
506
+ "0.9529411792755127": 243,
507
+ "0.95686274766922": 244,
508
+ "0.9607843160629272": 245,
509
+ "0.9647058844566345": 246,
510
+ "0.9686274528503418": 247,
511
+ "0.9725490212440491": 248,
512
+ "0.9764705896377563": 249,
513
+ "0.9803921580314636": 250,
514
+ "0.9843137264251709": 251,
515
+ "0.9882352948188782": 252,
516
+ "0.9921568632125854": 253,
517
+ "0.9960784316062927": 254,
518
+ "1.0": 255
519
+ }
520
+ }
521
+ }
mnist_model.keras CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb2ec404162cbd7d19268ffd7129106c705d32eff5b0c1a8874b0759068b3350
3
  size 1501358
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:755358131484c08387cfd73e481bc567b44d6dd27c7df4407c46393463ad66cc
3
  size 1501358