Showing
2 changed files
with
952 additions
and
2 deletions
| 1 | -{"class_name": "Model", "backend": "tensorflow", "keras_version": "2.3.1", "config": {"name": "model_1", "input_layers": [["conv1_input", 0, 0]], "layers": [{"name": "conv1_input", "inbound_nodes": [], "class_name": "InputLayer", "config": {"name": "conv1_input", "sparse": false, "batch_input_shape": [null, 16, 112, 112, 3], "dtype": "float32"}}, {"name": "conv1", "inbound_nodes": [[["conv1_input", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv1", "filters": 64, "activation": "relu", "batch_input_shape": [null, 16, 112, 112, 3], "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "pool1", "inbound_nodes": [[["conv1", 0, 0, {}]]], "class_name": "MaxPooling3D", "config": {"padding": "same", "strides": [1, 2, 2], "dtype": "float32", "trainable": true, "name": "pool1", "data_format": "channels_last", "pool_size": [1, 2, 2]}}, {"name": "conv2", "inbound_nodes": [[["pool1", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv2", "filters": 128, "activation": "relu", "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "pool2", "inbound_nodes": [[["conv2", 0, 0, {}]]], "class_name": "MaxPooling3D", "config": {"padding": "valid", "strides": [2, 2, 2], "dtype": "float32", "trainable": true, "name": "pool2", "data_format": "channels_last", "pool_size": [2, 2, 2]}}, {"name": "conv3a", "inbound_nodes": [[["pool2", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv3a", "filters": 256, "activation": "relu", "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "conv3b", "inbound_nodes": [[["conv3a", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv3b", "filters": 256, "activation": "relu", "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "pool3", "inbound_nodes": [[["conv3b", 0, 0, {}]]], "class_name": "MaxPooling3D", "config": {"padding": "valid", "strides": [2, 2, 2], "dtype": "float32", "trainable": true, "name": "pool3", "data_format": "channels_last", "pool_size": [2, 2, 2]}}, {"name": "conv4a", "inbound_nodes": [[["pool3", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv4a", "filters": 512, "activation": "relu", "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "conv4b", "inbound_nodes": [[["conv4a", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv4b", "filters": 512, "activation": "relu", "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "pool4", "inbound_nodes": [[["conv4b", 0, 0, {}]]], "class_name": "MaxPooling3D", "config": {"padding": "valid", "strides": [2, 2, 2], "dtype": "float32", "trainable": true, "name": "pool4", "data_format": "channels_last", "pool_size": [2, 2, 2]}}, {"name": "conv5a", "inbound_nodes": [[["pool4", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv5a", "filters": 512, "activation": "relu", "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "conv5b", "inbound_nodes": [[["conv5a", 0, 0, {}]]], "class_name": "Conv3D", "config": {"bias_regularizer": null, "padding": "same", "dilation_rate": [1, 1, 1], "kernel_size": [3, 3, 3], "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "conv5b", "filters": 512, "activation": "relu", "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "data_format": "channels_last", "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true, "strides": [1, 1, 1]}}, {"name": "zero_padding3d_1", "inbound_nodes": [[["conv5b", 0, 0, {}]]], "class_name": "ZeroPadding3D", "config": {"trainable": true, "name": "zero_padding3d_1", "padding": [[0, 0], [1, 1], [1, 1]], "data_format": "channels_last", "dtype": "float32"}}, {"name": "pool5", "inbound_nodes": [[["zero_padding3d_1", 0, 0, {}]]], "class_name": "MaxPooling3D", "config": {"padding": "valid", "strides": [2, 2, 2], "dtype": "float32", "trainable": true, "name": "pool5", "data_format": "channels_last", "pool_size": [2, 2, 2]}}, {"name": "flatten_1", "inbound_nodes": [[["pool5", 0, 0, {}]]], "class_name": "Flatten", "config": {"trainable": true, "name": "flatten_1", "data_format": "channels_last", "dtype": "float32"}}, {"name": "fc6", "inbound_nodes": [[["flatten_1", 0, 0, {}]]], "class_name": "Dense", "config": {"bias_regularizer": null, "activation": "relu", "kernel_initializer": {"class_name": "VarianceScaling", "config": {"mode": "fan_avg", "seed": null, "distribution": "uniform", "scale": 1.0}}, "dtype": "float32", "name": "fc6", "units": 4096, "kernel_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}}, "activity_regularizer": null, "kernel_regularizer": null, "bias_constraint": null, "trainable": true, "use_bias": true}}], "output_layers": [["fc6", 0, 0]]}} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | +{ | ||
| 2 | + "class_name":"Model", | ||
| 3 | + "backend":"tensorflow", | ||
| 4 | + "keras_version":"2.3.1", | ||
| 5 | + "config":{ | ||
| 6 | + "name":"model_1", | ||
| 7 | + "input_layers":[ | ||
| 8 | + [ | ||
| 9 | + "conv1_input", | ||
| 10 | + 0, | ||
| 11 | + 0 | ||
| 12 | + ] | ||
| 13 | + ], | ||
| 14 | + "layers":[ | ||
| 15 | + { | ||
| 16 | + "name":"conv1_input", | ||
| 17 | + "inbound_nodes":[ | ||
| 18 | + | ||
| 19 | + ], | ||
| 20 | + "class_name":"InputLayer", | ||
| 21 | + "config":{ | ||
| 22 | + "name":"conv1_input", | ||
| 23 | + "sparse":false, | ||
| 24 | + "batch_input_shape":[ | ||
| 25 | + null, | ||
| 26 | + 16, | ||
| 27 | + 112, | ||
| 28 | + 112, | ||
| 29 | + 3 | ||
| 30 | + ], | ||
| 31 | + "dtype":"float32" | ||
| 32 | + } | ||
| 33 | + }, | ||
| 34 | + { | ||
| 35 | + "name":"conv1", | ||
| 36 | + "inbound_nodes":[ | ||
| 37 | + [ | ||
| 38 | + [ | ||
| 39 | + "conv1_input", | ||
| 40 | + 0, | ||
| 41 | + 0, | ||
| 42 | + { | ||
| 43 | + | ||
| 44 | + } | ||
| 45 | + ] | ||
| 46 | + ] | ||
| 47 | + ], | ||
| 48 | + "class_name":"Conv3D", | ||
| 49 | + "config":{ | ||
| 50 | + "bias_regularizer":null, | ||
| 51 | + "padding":"same", | ||
| 52 | + "dilation_rate":[ | ||
| 53 | + 1, | ||
| 54 | + 1, | ||
| 55 | + 1 | ||
| 56 | + ], | ||
| 57 | + "kernel_size":[ | ||
| 58 | + 3, | ||
| 59 | + 3, | ||
| 60 | + 3 | ||
| 61 | + ], | ||
| 62 | + "kernel_initializer":{ | ||
| 63 | + "class_name":"VarianceScaling", | ||
| 64 | + "config":{ | ||
| 65 | + "mode":"fan_avg", | ||
| 66 | + "seed":null, | ||
| 67 | + "distribution":"uniform", | ||
| 68 | + "scale":1.0 | ||
| 69 | + } | ||
| 70 | + }, | ||
| 71 | + "dtype":"float32", | ||
| 72 | + "name":"conv1", | ||
| 73 | + "filters":64, | ||
| 74 | + "activation":"relu", | ||
| 75 | + "batch_input_shape":[ | ||
| 76 | + null, | ||
| 77 | + 16, | ||
| 78 | + 112, | ||
| 79 | + 112, | ||
| 80 | + 3 | ||
| 81 | + ], | ||
| 82 | + "kernel_constraint":null, | ||
| 83 | + "bias_initializer":{ | ||
| 84 | + "class_name":"Zeros", | ||
| 85 | + "config":{ | ||
| 86 | + | ||
| 87 | + } | ||
| 88 | + }, | ||
| 89 | + "data_format":"channels_last", | ||
| 90 | + "activity_regularizer":null, | ||
| 91 | + "kernel_regularizer":null, | ||
| 92 | + "bias_constraint":null, | ||
| 93 | + "trainable":true, | ||
| 94 | + "use_bias":true, | ||
| 95 | + "strides":[ | ||
| 96 | + 1, | ||
| 97 | + 1, | ||
| 98 | + 1 | ||
| 99 | + ] | ||
| 100 | + } | ||
| 101 | + }, | ||
| 102 | + { | ||
| 103 | + "name":"pool1", | ||
| 104 | + "inbound_nodes":[ | ||
| 105 | + [ | ||
| 106 | + [ | ||
| 107 | + "conv1", | ||
| 108 | + 0, | ||
| 109 | + 0, | ||
| 110 | + { | ||
| 111 | + | ||
| 112 | + } | ||
| 113 | + ] | ||
| 114 | + ] | ||
| 115 | + ], | ||
| 116 | + "class_name":"MaxPooling3D", | ||
| 117 | + "config":{ | ||
| 118 | + "padding":"same", | ||
| 119 | + "strides":[ | ||
| 120 | + 1, | ||
| 121 | + 2, | ||
| 122 | + 2 | ||
| 123 | + ], | ||
| 124 | + "dtype":"float32", | ||
| 125 | + "trainable":true, | ||
| 126 | + "name":"pool1", | ||
| 127 | + "data_format":"channels_last", | ||
| 128 | + "pool_size":[ | ||
| 129 | + 1, | ||
| 130 | + 2, | ||
| 131 | + 2 | ||
| 132 | + ] | ||
| 133 | + } | ||
| 134 | + }, | ||
| 135 | + { | ||
| 136 | + "name":"conv2", | ||
| 137 | + "inbound_nodes":[ | ||
| 138 | + [ | ||
| 139 | + [ | ||
| 140 | + "pool1", | ||
| 141 | + 0, | ||
| 142 | + 0, | ||
| 143 | + { | ||
| 144 | + | ||
| 145 | + } | ||
| 146 | + ] | ||
| 147 | + ] | ||
| 148 | + ], | ||
| 149 | + "class_name":"Conv3D", | ||
| 150 | + "config":{ | ||
| 151 | + "bias_regularizer":null, | ||
| 152 | + "padding":"same", | ||
| 153 | + "dilation_rate":[ | ||
| 154 | + 1, | ||
| 155 | + 1, | ||
| 156 | + 1 | ||
| 157 | + ], | ||
| 158 | + "kernel_size":[ | ||
| 159 | + 3, | ||
| 160 | + 3, | ||
| 161 | + 3 | ||
| 162 | + ], | ||
| 163 | + "kernel_initializer":{ | ||
| 164 | + "class_name":"VarianceScaling", | ||
| 165 | + "config":{ | ||
| 166 | + "mode":"fan_avg", | ||
| 167 | + "seed":null, | ||
| 168 | + "distribution":"uniform", | ||
| 169 | + "scale":1.0 | ||
| 170 | + } | ||
| 171 | + }, | ||
| 172 | + "dtype":"float32", | ||
| 173 | + "name":"conv2", | ||
| 174 | + "filters":128, | ||
| 175 | + "activation":"relu", | ||
| 176 | + "kernel_constraint":null, | ||
| 177 | + "bias_initializer":{ | ||
| 178 | + "class_name":"Zeros", | ||
| 179 | + "config":{ | ||
| 180 | + | ||
| 181 | + } | ||
| 182 | + }, | ||
| 183 | + "data_format":"channels_last", | ||
| 184 | + "activity_regularizer":null, | ||
| 185 | + "kernel_regularizer":null, | ||
| 186 | + "bias_constraint":null, | ||
| 187 | + "trainable":true, | ||
| 188 | + "use_bias":true, | ||
| 189 | + "strides":[ | ||
| 190 | + 1, | ||
| 191 | + 1, | ||
| 192 | + 1 | ||
| 193 | + ] | ||
| 194 | + } | ||
| 195 | + }, | ||
| 196 | + { | ||
| 197 | + "name":"pool2", | ||
| 198 | + "inbound_nodes":[ | ||
| 199 | + [ | ||
| 200 | + [ | ||
| 201 | + "conv2", | ||
| 202 | + 0, | ||
| 203 | + 0, | ||
| 204 | + { | ||
| 205 | + | ||
| 206 | + } | ||
| 207 | + ] | ||
| 208 | + ] | ||
| 209 | + ], | ||
| 210 | + "class_name":"MaxPooling3D", | ||
| 211 | + "config":{ | ||
| 212 | + "padding":"valid", | ||
| 213 | + "strides":[ | ||
| 214 | + 2, | ||
| 215 | + 2, | ||
| 216 | + 2 | ||
| 217 | + ], | ||
| 218 | + "dtype":"float32", | ||
| 219 | + "trainable":true, | ||
| 220 | + "name":"pool2", | ||
| 221 | + "data_format":"channels_last", | ||
| 222 | + "pool_size":[ | ||
| 223 | + 2, | ||
| 224 | + 2, | ||
| 225 | + 2 | ||
| 226 | + ] | ||
| 227 | + } | ||
| 228 | + }, | ||
| 229 | + { | ||
| 230 | + "name":"conv3a", | ||
| 231 | + "inbound_nodes":[ | ||
| 232 | + [ | ||
| 233 | + [ | ||
| 234 | + "pool2", | ||
| 235 | + 0, | ||
| 236 | + 0, | ||
| 237 | + { | ||
| 238 | + | ||
| 239 | + } | ||
| 240 | + ] | ||
| 241 | + ] | ||
| 242 | + ], | ||
| 243 | + "class_name":"Conv3D", | ||
| 244 | + "config":{ | ||
| 245 | + "bias_regularizer":null, | ||
| 246 | + "padding":"same", | ||
| 247 | + "dilation_rate":[ | ||
| 248 | + 1, | ||
| 249 | + 1, | ||
| 250 | + 1 | ||
| 251 | + ], | ||
| 252 | + "kernel_size":[ | ||
| 253 | + 3, | ||
| 254 | + 3, | ||
| 255 | + 3 | ||
| 256 | + ], | ||
| 257 | + "kernel_initializer":{ | ||
| 258 | + "class_name":"VarianceScaling", | ||
| 259 | + "config":{ | ||
| 260 | + "mode":"fan_avg", | ||
| 261 | + "seed":null, | ||
| 262 | + "distribution":"uniform", | ||
| 263 | + "scale":1.0 | ||
| 264 | + } | ||
| 265 | + }, | ||
| 266 | + "dtype":"float32", | ||
| 267 | + "name":"conv3a", | ||
| 268 | + "filters":256, | ||
| 269 | + "activation":"relu", | ||
| 270 | + "kernel_constraint":null, | ||
| 271 | + "bias_initializer":{ | ||
| 272 | + "class_name":"Zeros", | ||
| 273 | + "config":{ | ||
| 274 | + | ||
| 275 | + } | ||
| 276 | + }, | ||
| 277 | + "data_format":"channels_last", | ||
| 278 | + "activity_regularizer":null, | ||
| 279 | + "kernel_regularizer":null, | ||
| 280 | + "bias_constraint":null, | ||
| 281 | + "trainable":true, | ||
| 282 | + "use_bias":true, | ||
| 283 | + "strides":[ | ||
| 284 | + 1, | ||
| 285 | + 1, | ||
| 286 | + 1 | ||
| 287 | + ] | ||
| 288 | + } | ||
| 289 | + }, | ||
| 290 | + { | ||
| 291 | + "name":"conv3b", | ||
| 292 | + "inbound_nodes":[ | ||
| 293 | + [ | ||
| 294 | + [ | ||
| 295 | + "conv3a", | ||
| 296 | + 0, | ||
| 297 | + 0, | ||
| 298 | + { | ||
| 299 | + | ||
| 300 | + } | ||
| 301 | + ] | ||
| 302 | + ] | ||
| 303 | + ], | ||
| 304 | + "class_name":"Conv3D", | ||
| 305 | + "config":{ | ||
| 306 | + "bias_regularizer":null, | ||
| 307 | + "padding":"same", | ||
| 308 | + "dilation_rate":[ | ||
| 309 | + 1, | ||
| 310 | + 1, | ||
| 311 | + 1 | ||
| 312 | + ], | ||
| 313 | + "kernel_size":[ | ||
| 314 | + 3, | ||
| 315 | + 3, | ||
| 316 | + 3 | ||
| 317 | + ], | ||
| 318 | + "kernel_initializer":{ | ||
| 319 | + "class_name":"VarianceScaling", | ||
| 320 | + "config":{ | ||
| 321 | + "mode":"fan_avg", | ||
| 322 | + "seed":null, | ||
| 323 | + "distribution":"uniform", | ||
| 324 | + "scale":1.0 | ||
| 325 | + } | ||
| 326 | + }, | ||
| 327 | + "dtype":"float32", | ||
| 328 | + "name":"conv3b", | ||
| 329 | + "filters":256, | ||
| 330 | + "activation":"relu", | ||
| 331 | + "kernel_constraint":null, | ||
| 332 | + "bias_initializer":{ | ||
| 333 | + "class_name":"Zeros", | ||
| 334 | + "config":{ | ||
| 335 | + | ||
| 336 | + } | ||
| 337 | + }, | ||
| 338 | + "data_format":"channels_last", | ||
| 339 | + "activity_regularizer":null, | ||
| 340 | + "kernel_regularizer":null, | ||
| 341 | + "bias_constraint":null, | ||
| 342 | + "trainable":true, | ||
| 343 | + "use_bias":true, | ||
| 344 | + "strides":[ | ||
| 345 | + 1, | ||
| 346 | + 1, | ||
| 347 | + 1 | ||
| 348 | + ] | ||
| 349 | + } | ||
| 350 | + }, | ||
| 351 | + { | ||
| 352 | + "name":"pool3", | ||
| 353 | + "inbound_nodes":[ | ||
| 354 | + [ | ||
| 355 | + [ | ||
| 356 | + "conv3b", | ||
| 357 | + 0, | ||
| 358 | + 0, | ||
| 359 | + { | ||
| 360 | + | ||
| 361 | + } | ||
| 362 | + ] | ||
| 363 | + ] | ||
| 364 | + ], | ||
| 365 | + "class_name":"MaxPooling3D", | ||
| 366 | + "config":{ | ||
| 367 | + "padding":"valid", | ||
| 368 | + "strides":[ | ||
| 369 | + 2, | ||
| 370 | + 2, | ||
| 371 | + 2 | ||
| 372 | + ], | ||
| 373 | + "dtype":"float32", | ||
| 374 | + "trainable":true, | ||
| 375 | + "name":"pool3", | ||
| 376 | + "data_format":"channels_last", | ||
| 377 | + "pool_size":[ | ||
| 378 | + 2, | ||
| 379 | + 2, | ||
| 380 | + 2 | ||
| 381 | + ] | ||
| 382 | + } | ||
| 383 | + }, | ||
| 384 | + { | ||
| 385 | + "name":"conv4a", | ||
| 386 | + "inbound_nodes":[ | ||
| 387 | + [ | ||
| 388 | + [ | ||
| 389 | + "pool3", | ||
| 390 | + 0, | ||
| 391 | + 0, | ||
| 392 | + { | ||
| 393 | + | ||
| 394 | + } | ||
| 395 | + ] | ||
| 396 | + ] | ||
| 397 | + ], | ||
| 398 | + "class_name":"Conv3D", | ||
| 399 | + "config":{ | ||
| 400 | + "bias_regularizer":null, | ||
| 401 | + "padding":"same", | ||
| 402 | + "dilation_rate":[ | ||
| 403 | + 1, | ||
| 404 | + 1, | ||
| 405 | + 1 | ||
| 406 | + ], | ||
| 407 | + "kernel_size":[ | ||
| 408 | + 3, | ||
| 409 | + 3, | ||
| 410 | + 3 | ||
| 411 | + ], | ||
| 412 | + "kernel_initializer":{ | ||
| 413 | + "class_name":"VarianceScaling", | ||
| 414 | + "config":{ | ||
| 415 | + "mode":"fan_avg", | ||
| 416 | + "seed":null, | ||
| 417 | + "distribution":"uniform", | ||
| 418 | + "scale":1.0 | ||
| 419 | + } | ||
| 420 | + }, | ||
| 421 | + "dtype":"float32", | ||
| 422 | + "name":"conv4a", | ||
| 423 | + "filters":512, | ||
| 424 | + "activation":"relu", | ||
| 425 | + "kernel_constraint":null, | ||
| 426 | + "bias_initializer":{ | ||
| 427 | + "class_name":"Zeros", | ||
| 428 | + "config":{ | ||
| 429 | + | ||
| 430 | + } | ||
| 431 | + }, | ||
| 432 | + "data_format":"channels_last", | ||
| 433 | + "activity_regularizer":null, | ||
| 434 | + "kernel_regularizer":null, | ||
| 435 | + "bias_constraint":null, | ||
| 436 | + "trainable":true, | ||
| 437 | + "use_bias":true, | ||
| 438 | + "strides":[ | ||
| 439 | + 1, | ||
| 440 | + 1, | ||
| 441 | + 1 | ||
| 442 | + ] | ||
| 443 | + } | ||
| 444 | + }, | ||
| 445 | + { | ||
| 446 | + "name":"conv4b", | ||
| 447 | + "inbound_nodes":[ | ||
| 448 | + [ | ||
| 449 | + [ | ||
| 450 | + "conv4a", | ||
| 451 | + 0, | ||
| 452 | + 0, | ||
| 453 | + { | ||
| 454 | + | ||
| 455 | + } | ||
| 456 | + ] | ||
| 457 | + ] | ||
| 458 | + ], | ||
| 459 | + "class_name":"Conv3D", | ||
| 460 | + "config":{ | ||
| 461 | + "bias_regularizer":null, | ||
| 462 | + "padding":"same", | ||
| 463 | + "dilation_rate":[ | ||
| 464 | + 1, | ||
| 465 | + 1, | ||
| 466 | + 1 | ||
| 467 | + ], | ||
| 468 | + "kernel_size":[ | ||
| 469 | + 3, | ||
| 470 | + 3, | ||
| 471 | + 3 | ||
| 472 | + ], | ||
| 473 | + "kernel_initializer":{ | ||
| 474 | + "class_name":"VarianceScaling", | ||
| 475 | + "config":{ | ||
| 476 | + "mode":"fan_avg", | ||
| 477 | + "seed":null, | ||
| 478 | + "distribution":"uniform", | ||
| 479 | + "scale":1.0 | ||
| 480 | + } | ||
| 481 | + }, | ||
| 482 | + "dtype":"float32", | ||
| 483 | + "name":"conv4b", | ||
| 484 | + "filters":512, | ||
| 485 | + "activation":"relu", | ||
| 486 | + "kernel_constraint":null, | ||
| 487 | + "bias_initializer":{ | ||
| 488 | + "class_name":"Zeros", | ||
| 489 | + "config":{ | ||
| 490 | + | ||
| 491 | + } | ||
| 492 | + }, | ||
| 493 | + "data_format":"channels_last", | ||
| 494 | + "activity_regularizer":null, | ||
| 495 | + "kernel_regularizer":null, | ||
| 496 | + "bias_constraint":null, | ||
| 497 | + "trainable":true, | ||
| 498 | + "use_bias":true, | ||
| 499 | + "strides":[ | ||
| 500 | + 1, | ||
| 501 | + 1, | ||
| 502 | + 1 | ||
| 503 | + ] | ||
| 504 | + } | ||
| 505 | + }, | ||
| 506 | + { | ||
| 507 | + "name":"pool4", | ||
| 508 | + "inbound_nodes":[ | ||
| 509 | + [ | ||
| 510 | + [ | ||
| 511 | + "conv4b", | ||
| 512 | + 0, | ||
| 513 | + 0, | ||
| 514 | + { | ||
| 515 | + | ||
| 516 | + } | ||
| 517 | + ] | ||
| 518 | + ] | ||
| 519 | + ], | ||
| 520 | + "class_name":"MaxPooling3D", | ||
| 521 | + "config":{ | ||
| 522 | + "padding":"valid", | ||
| 523 | + "strides":[ | ||
| 524 | + 2, | ||
| 525 | + 2, | ||
| 526 | + 2 | ||
| 527 | + ], | ||
| 528 | + "dtype":"float32", | ||
| 529 | + "trainable":true, | ||
| 530 | + "name":"pool4", | ||
| 531 | + "data_format":"channels_last", | ||
| 532 | + "pool_size":[ | ||
| 533 | + 2, | ||
| 534 | + 2, | ||
| 535 | + 2 | ||
| 536 | + ] | ||
| 537 | + } | ||
| 538 | + }, | ||
| 539 | + { | ||
| 540 | + "name":"conv5a", | ||
| 541 | + "inbound_nodes":[ | ||
| 542 | + [ | ||
| 543 | + [ | ||
| 544 | + "pool4", | ||
| 545 | + 0, | ||
| 546 | + 0, | ||
| 547 | + { | ||
| 548 | + | ||
| 549 | + } | ||
| 550 | + ] | ||
| 551 | + ] | ||
| 552 | + ], | ||
| 553 | + "class_name":"Conv3D", | ||
| 554 | + "config":{ | ||
| 555 | + "bias_regularizer":null, | ||
| 556 | + "padding":"same", | ||
| 557 | + "dilation_rate":[ | ||
| 558 | + 1, | ||
| 559 | + 1, | ||
| 560 | + 1 | ||
| 561 | + ], | ||
| 562 | + "kernel_size":[ | ||
| 563 | + 3, | ||
| 564 | + 3, | ||
| 565 | + 3 | ||
| 566 | + ], | ||
| 567 | + "kernel_initializer":{ | ||
| 568 | + "class_name":"VarianceScaling", | ||
| 569 | + "config":{ | ||
| 570 | + "mode":"fan_avg", | ||
| 571 | + "seed":null, | ||
| 572 | + "distribution":"uniform", | ||
| 573 | + "scale":1.0 | ||
| 574 | + } | ||
| 575 | + }, | ||
| 576 | + "dtype":"float32", | ||
| 577 | + "name":"conv5a", | ||
| 578 | + "filters":512, | ||
| 579 | + "activation":"relu", | ||
| 580 | + "kernel_constraint":null, | ||
| 581 | + "bias_initializer":{ | ||
| 582 | + "class_name":"Zeros", | ||
| 583 | + "config":{ | ||
| 584 | + | ||
| 585 | + } | ||
| 586 | + }, | ||
| 587 | + "data_format":"channels_last", | ||
| 588 | + "activity_regularizer":null, | ||
| 589 | + "kernel_regularizer":null, | ||
| 590 | + "bias_constraint":null, | ||
| 591 | + "trainable":true, | ||
| 592 | + "use_bias":true, | ||
| 593 | + "strides":[ | ||
| 594 | + 1, | ||
| 595 | + 1, | ||
| 596 | + 1 | ||
| 597 | + ] | ||
| 598 | + } | ||
| 599 | + }, | ||
| 600 | + { | ||
| 601 | + "name":"conv5b", | ||
| 602 | + "inbound_nodes":[ | ||
| 603 | + [ | ||
| 604 | + [ | ||
| 605 | + "conv5a", | ||
| 606 | + 0, | ||
| 607 | + 0, | ||
| 608 | + { | ||
| 609 | + | ||
| 610 | + } | ||
| 611 | + ] | ||
| 612 | + ] | ||
| 613 | + ], | ||
| 614 | + "class_name":"Conv3D", | ||
| 615 | + "config":{ | ||
| 616 | + "bias_regularizer":null, | ||
| 617 | + "padding":"same", | ||
| 618 | + "dilation_rate":[ | ||
| 619 | + 1, | ||
| 620 | + 1, | ||
| 621 | + 1 | ||
| 622 | + ], | ||
| 623 | + "kernel_size":[ | ||
| 624 | + 3, | ||
| 625 | + 3, | ||
| 626 | + 3 | ||
| 627 | + ], | ||
| 628 | + "kernel_initializer":{ | ||
| 629 | + "class_name":"VarianceScaling", | ||
| 630 | + "config":{ | ||
| 631 | + "mode":"fan_avg", | ||
| 632 | + "seed":null, | ||
| 633 | + "distribution":"uniform", | ||
| 634 | + "scale":1.0 | ||
| 635 | + } | ||
| 636 | + }, | ||
| 637 | + "dtype":"float32", | ||
| 638 | + "name":"conv5b", | ||
| 639 | + "filters":512, | ||
| 640 | + "activation":"relu", | ||
| 641 | + "kernel_constraint":null, | ||
| 642 | + "bias_initializer":{ | ||
| 643 | + "class_name":"Zeros", | ||
| 644 | + "config":{ | ||
| 645 | + | ||
| 646 | + } | ||
| 647 | + }, | ||
| 648 | + "data_format":"channels_last", | ||
| 649 | + "activity_regularizer":null, | ||
| 650 | + "kernel_regularizer":null, | ||
| 651 | + "bias_constraint":null, | ||
| 652 | + "trainable":true, | ||
| 653 | + "use_bias":true, | ||
| 654 | + "strides":[ | ||
| 655 | + 1, | ||
| 656 | + 1, | ||
| 657 | + 1 | ||
| 658 | + ] | ||
| 659 | + } | ||
| 660 | + }, | ||
| 661 | + { | ||
| 662 | + "name":"zero_padding3d_1", | ||
| 663 | + "inbound_nodes":[ | ||
| 664 | + [ | ||
| 665 | + [ | ||
| 666 | + "conv5b", | ||
| 667 | + 0, | ||
| 668 | + 0, | ||
| 669 | + { | ||
| 670 | + | ||
| 671 | + } | ||
| 672 | + ] | ||
| 673 | + ] | ||
| 674 | + ], | ||
| 675 | + "class_name":"ZeroPadding3D", | ||
| 676 | + "config":{ | ||
| 677 | + "trainable":true, | ||
| 678 | + "name":"zero_padding3d_1", | ||
| 679 | + "padding":[ | ||
| 680 | + [ | ||
| 681 | + 0, | ||
| 682 | + 0 | ||
| 683 | + ], | ||
| 684 | + [ | ||
| 685 | + 1, | ||
| 686 | + 1 | ||
| 687 | + ], | ||
| 688 | + [ | ||
| 689 | + 1, | ||
| 690 | + 1 | ||
| 691 | + ] | ||
| 692 | + ], | ||
| 693 | + "data_format":"channels_last", | ||
| 694 | + "dtype":"float32" | ||
| 695 | + } | ||
| 696 | + }, | ||
| 697 | + { | ||
| 698 | + "name":"pool5", | ||
| 699 | + "inbound_nodes":[ | ||
| 700 | + [ | ||
| 701 | + [ | ||
| 702 | + "zero_padding3d_1", | ||
| 703 | + 0, | ||
| 704 | + 0, | ||
| 705 | + { | ||
| 706 | + | ||
| 707 | + } | ||
| 708 | + ] | ||
| 709 | + ] | ||
| 710 | + ], | ||
| 711 | + "class_name":"MaxPooling3D", | ||
| 712 | + "config":{ | ||
| 713 | + "padding":"valid", | ||
| 714 | + "strides":[ | ||
| 715 | + 2, | ||
| 716 | + 2, | ||
| 717 | + 2 | ||
| 718 | + ], | ||
| 719 | + "dtype":"float32", | ||
| 720 | + "trainable":true, | ||
| 721 | + "name":"pool5", | ||
| 722 | + "data_format":"channels_last", | ||
| 723 | + "pool_size":[ | ||
| 724 | + 2, | ||
| 725 | + 2, | ||
| 726 | + 2 | ||
| 727 | + ] | ||
| 728 | + } | ||
| 729 | + }, | ||
| 730 | + { | ||
| 731 | + "name":"flatten_1", | ||
| 732 | + "inbound_nodes":[ | ||
| 733 | + [ | ||
| 734 | + [ | ||
| 735 | + "pool5", | ||
| 736 | + 0, | ||
| 737 | + 0, | ||
| 738 | + { | ||
| 739 | + | ||
| 740 | + } | ||
| 741 | + ] | ||
| 742 | + ] | ||
| 743 | + ], | ||
| 744 | + "class_name":"Flatten", | ||
| 745 | + "config":{ | ||
| 746 | + "trainable":true, | ||
| 747 | + "name":"flatten_1", | ||
| 748 | + "data_format":"channels_last", | ||
| 749 | + "dtype":"float32" | ||
| 750 | + } | ||
| 751 | + }, | ||
| 752 | + { | ||
| 753 | + "name":"fc6", | ||
| 754 | + "inbound_nodes":[ | ||
| 755 | + [ | ||
| 756 | + [ | ||
| 757 | + "flatten_1", | ||
| 758 | + 0, | ||
| 759 | + 0, | ||
| 760 | + { | ||
| 761 | + | ||
| 762 | + } | ||
| 763 | + ] | ||
| 764 | + ] | ||
| 765 | + ], | ||
| 766 | + "class_name":"Dense", | ||
| 767 | + "config":{ | ||
| 768 | + "bias_regularizer":null, | ||
| 769 | + "activation":"relu", | ||
| 770 | + "kernel_initializer":{ | ||
| 771 | + "class_name":"VarianceScaling", | ||
| 772 | + "config":{ | ||
| 773 | + "mode":"fan_avg", | ||
| 774 | + "seed":null, | ||
| 775 | + "distribution":"uniform", | ||
| 776 | + "scale":1.0 | ||
| 777 | + } | ||
| 778 | + }, | ||
| 779 | + "dtype":"float32", | ||
| 780 | + "name":"fc6", | ||
| 781 | + "units":4096, | ||
| 782 | + "kernel_constraint":null, | ||
| 783 | + "bias_initializer":{ | ||
| 784 | + "class_name":"Zeros", | ||
| 785 | + "config":{ | ||
| 786 | + | ||
| 787 | + } | ||
| 788 | + }, | ||
| 789 | + "activity_regularizer":null, | ||
| 790 | + "kernel_regularizer":null, | ||
| 791 | + "bias_constraint":null, | ||
| 792 | + "trainable":true, | ||
| 793 | + "use_bias":true | ||
| 794 | + } | ||
| 795 | + } | ||
| 796 | + ], | ||
| 797 | + "output_layers":[ | ||
| 798 | + [ | ||
| 799 | + "fc6", | ||
| 800 | + 0, | ||
| 801 | + 0 | ||
| 802 | + ] | ||
| 803 | + ] | ||
| 804 | + } | ||
| 805 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 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