OpenML
tensorflow.keras.src.engine.functional.Functional.6913bc2

tensorflow.keras.src.engine.functional.Functional.6913bc2

Visibility: public Uploaded 15-04-2024 by Hidden tensorflow==2.15.0 numpy>=1.6.1 scipy>=0.9 1 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python tensorflow tensorflow_2.15.0
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Automatically created tensorflow flow.

Parameters

backenddefault: "tensorflow"
class_namedefault: "Functional"
configdefault: {"input_layers": [["input_5", 0, 0]], "name": "model_4", "output_layers": [["dense_9", 0, 0]], "trainable": true}
layer000_input_5default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 175, 175, 3], "dtype": "float32", "name": "input_5", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_5", "registered_name": null}
layer001_rescaling_4default: {"build_config": {"input_shape": [null, 175, 175, 3]}, "class_name": "Rescaling", "config": {"dtype": "float32", "name": "rescaling_4", "offset": 0.0, "scale": 0.00392156862745098, "trainable": false}, "inbound_nodes": [[["input_5", 0, 0, {}]]], "module": "keras.layers", "name": "rescaling_4", "registered_name": null}
layer002_normalization_4default: {"build_config": {"input_shape": [null, 175, 175, 3]}, "class_name": "Normalization", "config": {"axis": [3], "dtype": "float32", "invert": false, "mean": [0.485, 0.456, 0.406], "name": "normalization_4", "trainable": false, "variance": [0.052441, 0.050176000000000005, 0.050625]}, "inbound_nodes": [[["rescaling_4", 0, 0, {}]]], "module": "keras.layers", "name": "normalization_4", "registered_name": null}
layer003_stem_convdefault: {"build_config": {"input_shape": [null, 175, 175, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["normalization_4", 0, 0, {}]]], "module": "keras.layers", "name": "stem_conv", "registered_name": null}
layer004_stem_bndefault: {"build_config": {"input_shape": [null, 88, 88, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["stem_conv", 0, 0, {}]]], "module": "keras.layers", "name": "stem_bn", "registered_name": null}
layer005_stem_activationdefault: {"build_config": {"input_shape": [null, 88, 88, 32]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "stem_activation", "trainable": false}, "inbound_nodes": [[["stem_bn", 0, 0, {}]]], "module": "keras.layers", "name": "stem_activation", "registered_name": null}
layer006_block1a_project_convdefault: {"build_config": {"input_shape": [null, 88, 88, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["stem_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_conv", "registered_name": null}
layer007_block1a_project_bndefault: {"build_config": {"input_shape": [null, 88, 88, 16]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_bn", "registered_name": null}
layer008_block1a_project_activationdefault: {"build_config": {"input_shape": [null, 88, 88, 16]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1a_project_activation", "trainable": false}, "inbound_nodes": [[["block1a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_activation", "registered_name": null}
layer009_block1b_project_convdefault: {"build_config": {"input_shape": [null, 88, 88, 16]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1a_project_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_conv", "registered_name": null}
layer010_block1b_project_bndefault: {"build_config": {"input_shape": [null, 88, 88, 16]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_bn", "registered_name": null}
layer011_block1b_project_activationdefault: {"build_config": {"input_shape": [null, 88, 88, 16]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1b_project_activation", "trainable": false}, "inbound_nodes": [[["block1b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_activation", "registered_name": null}
layer012_block1b_dropdefault: {"build_config": {"input_shape": [null, 88, 88, 16]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block1b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.009523809523809525, "seed": null, "trainable": false}, "inbound_nodes": [[["block1b_project_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_drop", "registered_name": null}
layer013_block1b_adddefault: {"build_config": {"input_shape": [[null, 88, 88, 16], [null, 88, 88, 16]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block1b_add", "trainable": false}, "inbound_nodes": [[["block1b_drop", 0, 0, {}], ["block1a_project_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_add", "registered_name": null}
layer014_block2a_expand_convdefault: {"build_config": {"input_shape": [null, 88, 88, 16]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_conv", "registered_name": null}
layer015_block2a_expand_bndefault: {"build_config": {"input_shape": [null, 44, 44, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_bn", "registered_name": null}
layer016_block2a_expand_activationdefault: {"build_config": {"input_shape": [null, 44, 44, 64]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2a_expand_activation", "trainable": false}, "inbound_nodes": [[["block2a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_activation", "registered_name": null}
layer017_block2a_project_convdefault: {"build_config": {"input_shape": [null, 44, 44, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_conv", "registered_name": null}
layer018_block2a_project_bndefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_bn", "registered_name": null}
layer019_block2b_expand_convdefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_conv", "registered_name": null}
layer020_block2b_expand_bndefault: {"build_config": {"input_shape": [null, 44, 44, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_bn", "registered_name": null}
layer021_block2b_expand_activationdefault: {"build_config": {"input_shape": [null, 44, 44, 128]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2b_expand_activation", "trainable": false}, "inbound_nodes": [[["block2b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_activation", "registered_name": null}
layer022_block2b_project_convdefault: {"build_config": {"input_shape": [null, 44, 44, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_conv", "registered_name": null}
layer023_block2b_project_bndefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_bn", "registered_name": null}
layer024_block2b_dropdefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.028571428571428574, "seed": null, "trainable": false}, "inbound_nodes": [[["block2b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_drop", "registered_name": null}
layer025_block2b_adddefault: {"build_config": {"input_shape": [[null, 44, 44, 32], [null, 44, 44, 32]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2b_add", "trainable": false}, "inbound_nodes": [[["block2b_drop", 0, 0, {}], ["block2a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_add", "registered_name": null}
layer026_block2c_expand_convdefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_conv", "registered_name": null}
layer027_block2c_expand_bndefault: {"build_config": {"input_shape": [null, 44, 44, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_bn", "registered_name": null}
layer028_block2c_expand_activationdefault: {"build_config": {"input_shape": [null, 44, 44, 128]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2c_expand_activation", "trainable": false}, "inbound_nodes": [[["block2c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_activation", "registered_name": null}
layer029_block2c_project_convdefault: {"build_config": {"input_shape": [null, 44, 44, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_conv", "registered_name": null}
layer030_block2c_project_bndefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_bn", "registered_name": null}
layer031_block2c_dropdefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.0380952380952381, "seed": null, "trainable": false}, "inbound_nodes": [[["block2c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_drop", "registered_name": null}
layer032_block2c_adddefault: {"build_config": {"input_shape": [[null, 44, 44, 32], [null, 44, 44, 32]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2c_add", "trainable": false}, "inbound_nodes": [[["block2c_drop", 0, 0, {}], ["block2b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_add", "registered_name": null}
layer033_block3a_expand_convdefault: {"build_config": {"input_shape": [null, 44, 44, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_conv", "registered_name": null}
layer034_block3a_expand_bndefault: {"build_config": {"input_shape": [null, 22, 22, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_bn", "registered_name": null}
layer035_block3a_expand_activationdefault: {"build_config": {"input_shape": [null, 22, 22, 128]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3a_expand_activation", "trainable": false}, "inbound_nodes": [[["block3a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_activation", "registered_name": null}
layer036_block3a_project_convdefault: {"build_config": {"input_shape": [null, 22, 22, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_conv", "registered_name": null}
layer037_block3a_project_bndefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_bn", "registered_name": null}
layer038_block3b_expand_convdefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_conv", "registered_name": null}
layer039_block3b_expand_bndefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_bn", "registered_name": null}
layer040_block3b_expand_activationdefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3b_expand_activation", "trainable": false}, "inbound_nodes": [[["block3b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_activation", "registered_name": null}
layer041_block3b_project_convdefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_conv", "registered_name": null}
layer042_block3b_project_bndefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_bn", "registered_name": null}
layer043_block3b_dropdefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.05714285714285715, "seed": null, "trainable": false}, "inbound_nodes": [[["block3b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_drop", "registered_name": null}
layer044_block3b_adddefault: {"build_config": {"input_shape": [[null, 22, 22, 56], [null, 22, 22, 56]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3b_add", "trainable": false}, "inbound_nodes": [[["block3b_drop", 0, 0, {}], ["block3a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_add", "registered_name": null}
layer045_block3c_expand_convdefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_conv", "registered_name": null}
layer046_block3c_expand_bndefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_bn", "registered_name": null}
layer047_block3c_expand_activationdefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3c_expand_activation", "trainable": false}, "inbound_nodes": [[["block3c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_activation", "registered_name": null}
layer048_block3c_project_convdefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_conv", "registered_name": null}
layer049_block3c_project_bndefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_bn", "registered_name": null}
layer050_block3c_dropdefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.06666666666666668, "seed": null, "trainable": false}, "inbound_nodes": [[["block3c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_drop", "registered_name": null}
layer051_block3c_adddefault: {"build_config": {"input_shape": [[null, 22, 22, 56], [null, 22, 22, 56]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3c_add", "trainable": false}, "inbound_nodes": [[["block3c_drop", 0, 0, {}], ["block3b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_add", "registered_name": null}
layer052_block4a_expand_convdefault: {"build_config": {"input_shape": [null, 22, 22, 56]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_conv", "registered_name": null}
layer053_block4a_expand_bndefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_bn", "registered_name": null}
layer054_block4a_expand_activationdefault: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4a_expand_activation", "trainable": false}, "inbound_nodes": [[["block4a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_activation", "registered_name": null}
layer055_block4a_dwconv2default: {"build_config": {"input_shape": [null, 22, 22, 224]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_dwconv2", "registered_name": null}
layer056_block4a_bndefault: {"build_config": {"input_shape": [null, 11, 11, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_bn", "registered_name": null}
layer057_block4a_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 224]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4a_activation", "trainable": false}, "inbound_nodes": [[["block4a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_activation", "registered_name": null}
layer058_block4a_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 224]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_squeeze", "registered_name": null}
layer059_block4a_se_reshapedefault: {"build_config": {"input_shape": [null, 224]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4a_se_reshape", "target_shape": [1, 1, 224], "trainable": false}, "inbound_nodes": [[["block4a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reshape", "registered_name": null}
layer060_block4a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 224]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reduce", "registered_name": null}
layer061_block4a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 14]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_expand", "registered_name": null}
layer062_block4a_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 224], [null, 1, 1, 224]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4a_se_excite", "trainable": false}, "inbound_nodes": [[["block4a_activation", 0, 0, {}], ["block4a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_excite", "registered_name": null}
layer063_block4a_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_conv", "registered_name": null}
layer064_block4a_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_bn", "registered_name": null}
layer065_block4b_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_conv", "registered_name": null}
layer066_block4b_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_bn", "registered_name": null}
layer067_block4b_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4b_expand_activation", "trainable": false}, "inbound_nodes": [[["block4b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_activation", "registered_name": null}
layer068_block4b_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_dwconv2", "registered_name": null}
layer069_block4b_bndefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_bn", "registered_name": null}
layer070_block4b_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4b_activation", "trainable": false}, "inbound_nodes": [[["block4b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_activation", "registered_name": null}
layer071_block4b_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_squeeze", "registered_name": null}
layer072_block4b_se_reshapedefault: {"build_config": {"input_shape": [null, 416]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4b_se_reshape", "target_shape": [1, 1, 416], "trainable": false}, "inbound_nodes": [[["block4b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reshape", "registered_name": null}
layer073_block4b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 416]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reduce", "registered_name": null}
layer074_block4b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 26]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_expand", "registered_name": null}
layer075_block4b_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 416], [null, 1, 1, 416]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4b_se_excite", "trainable": false}, "inbound_nodes": [[["block4b_activation", 0, 0, {}], ["block4b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_excite", "registered_name": null}
layer076_block4b_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_conv", "registered_name": null}
layer077_block4b_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_bn", "registered_name": null}
layer078_block4b_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.08571428571428572, "seed": null, "trainable": false}, "inbound_nodes": [[["block4b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_drop", "registered_name": null}
layer079_block4b_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 104], [null, 11, 11, 104]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4b_add", "trainable": false}, "inbound_nodes": [[["block4b_drop", 0, 0, {}], ["block4a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_add", "registered_name": null}
layer080_block4c_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_conv", "registered_name": null}
layer081_block4c_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_bn", "registered_name": null}
layer082_block4c_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4c_expand_activation", "trainable": false}, "inbound_nodes": [[["block4c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_activation", "registered_name": null}
layer083_block4c_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_dwconv2", "registered_name": null}
layer084_block4c_bndefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_bn", "registered_name": null}
layer085_block4c_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4c_activation", "trainable": false}, "inbound_nodes": [[["block4c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_activation", "registered_name": null}
layer086_block4c_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_squeeze", "registered_name": null}
layer087_block4c_se_reshapedefault: {"build_config": {"input_shape": [null, 416]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4c_se_reshape", "target_shape": [1, 1, 416], "trainable": false}, "inbound_nodes": [[["block4c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reshape", "registered_name": null}
layer088_block4c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 416]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reduce", "registered_name": null}
layer089_block4c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 26]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_expand", "registered_name": null}
layer090_block4c_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 416], [null, 1, 1, 416]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4c_se_excite", "trainable": false}, "inbound_nodes": [[["block4c_activation", 0, 0, {}], ["block4c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_excite", "registered_name": null}
layer091_block4c_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_conv", "registered_name": null}
layer092_block4c_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_bn", "registered_name": null}
layer093_block4c_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.09523809523809523, "seed": null, "trainable": false}, "inbound_nodes": [[["block4c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_drop", "registered_name": null}
layer094_block4c_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 104], [null, 11, 11, 104]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4c_add", "trainable": false}, "inbound_nodes": [[["block4c_drop", 0, 0, {}], ["block4b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_add", "registered_name": null}
layer095_block4d_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_conv", "registered_name": null}
layer096_block4d_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_bn", "registered_name": null}
layer097_block4d_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4d_expand_activation", "trainable": false}, "inbound_nodes": [[["block4d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_activation", "registered_name": null}
layer098_block4d_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_dwconv2", "registered_name": null}
layer099_block4d_bndefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_bn", "registered_name": null}
layer100_block4d_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4d_activation", "trainable": false}, "inbound_nodes": [[["block4d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_activation", "registered_name": null}
layer101_block4d_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_squeeze", "registered_name": null}
layer102_block4d_se_reshapedefault: {"build_config": {"input_shape": [null, 416]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4d_se_reshape", "target_shape": [1, 1, 416], "trainable": false}, "inbound_nodes": [[["block4d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reshape", "registered_name": null}
layer103_block4d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 416]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reduce", "registered_name": null}
layer104_block4d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 26]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_expand", "registered_name": null}
layer105_block4d_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 416], [null, 1, 1, 416]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4d_se_excite", "trainable": false}, "inbound_nodes": [[["block4d_activation", 0, 0, {}], ["block4d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_excite", "registered_name": null}
layer106_block4d_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 416]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_conv", "registered_name": null}
layer107_block4d_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_bn", "registered_name": null}
layer108_block4d_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.10476190476190476, "seed": null, "trainable": false}, "inbound_nodes": [[["block4d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_drop", "registered_name": null}
layer109_block4d_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 104], [null, 11, 11, 104]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4d_add", "trainable": false}, "inbound_nodes": [[["block4d_drop", 0, 0, {}], ["block4c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_add", "registered_name": null}
layer110_block5a_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 104]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_conv", "registered_name": null}
layer111_block5a_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 624]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_bn", "registered_name": null}
layer112_block5a_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 624]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5a_expand_activation", "trainable": false}, "inbound_nodes": [[["block5a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_activation", "registered_name": null}
layer113_block5a_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 624]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_dwconv2", "registered_name": null}
layer114_block5a_bndefault: {"build_config": {"input_shape": [null, 11, 11, 624]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_bn", "registered_name": null}
layer115_block5a_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 624]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5a_activation", "trainable": false}, "inbound_nodes": [[["block5a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_activation", "registered_name": null}
layer116_block5a_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 624]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_squeeze", "registered_name": null}
layer117_block5a_se_reshapedefault: {"build_config": {"input_shape": [null, 624]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5a_se_reshape", "target_shape": [1, 1, 624], "trainable": false}, "inbound_nodes": [[["block5a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reshape", "registered_name": null}
layer118_block5a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 624]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reduce", "registered_name": null}
layer119_block5a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 26]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_expand", "registered_name": null}
layer120_block5a_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 624], [null, 1, 1, 624]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5a_se_excite", "trainable": false}, "inbound_nodes": [[["block5a_activation", 0, 0, {}], ["block5a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_excite", "registered_name": null}
layer121_block5a_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 624]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_conv", "registered_name": null}
layer122_block5a_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_bn", "registered_name": null}
layer123_block5b_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_conv", "registered_name": null}
layer124_block5b_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_bn", "registered_name": null}
layer125_block5b_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5b_expand_activation", "trainable": false}, "inbound_nodes": [[["block5b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_activation", "registered_name": null}
layer126_block5b_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_dwconv2", "registered_name": null}
layer127_block5b_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_bn", "registered_name": null}
layer128_block5b_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5b_activation", "trainable": false}, "inbound_nodes": [[["block5b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_activation", "registered_name": null}
layer129_block5b_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_squeeze", "registered_name": null}
layer130_block5b_se_reshapedefault: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5b_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reshape", "registered_name": null}
layer131_block5b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reduce", "registered_name": null}
layer132_block5b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_expand", "registered_name": null}
layer133_block5b_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 720], [null, 1, 1, 720]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5b_se_excite", "trainable": false}, "inbound_nodes": [[["block5b_activation", 0, 0, {}], ["block5b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_excite", "registered_name": null}
layer134_block5b_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_conv", "registered_name": null}
layer135_block5b_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_bn", "registered_name": null}
layer136_block5b_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.12380952380952381, "seed": null, "trainable": false}, "inbound_nodes": [[["block5b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_drop", "registered_name": null}
layer137_block5b_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 120], [null, 11, 11, 120]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5b_add", "trainable": false}, "inbound_nodes": [[["block5b_drop", 0, 0, {}], ["block5a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_add", "registered_name": null}
layer138_block5c_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_conv", "registered_name": null}
layer139_block5c_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_bn", "registered_name": null}
layer140_block5c_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5c_expand_activation", "trainable": false}, "inbound_nodes": [[["block5c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_activation", "registered_name": null}
layer141_block5c_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_dwconv2", "registered_name": null}
layer142_block5c_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_bn", "registered_name": null}
layer143_block5c_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5c_activation", "trainable": false}, "inbound_nodes": [[["block5c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_activation", "registered_name": null}
layer144_block5c_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_squeeze", "registered_name": null}
layer145_block5c_se_reshapedefault: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5c_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reshape", "registered_name": null}
layer146_block5c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reduce", "registered_name": null}
layer147_block5c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_expand", "registered_name": null}
layer148_block5c_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 720], [null, 1, 1, 720]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5c_se_excite", "trainable": false}, "inbound_nodes": [[["block5c_activation", 0, 0, {}], ["block5c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_excite", "registered_name": null}
layer149_block5c_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_conv", "registered_name": null}
layer150_block5c_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_bn", "registered_name": null}
layer151_block5c_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.13333333333333336, "seed": null, "trainable": false}, "inbound_nodes": [[["block5c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_drop", "registered_name": null}
layer152_block5c_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 120], [null, 11, 11, 120]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5c_add", "trainable": false}, "inbound_nodes": [[["block5c_drop", 0, 0, {}], ["block5b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_add", "registered_name": null}
layer153_block5d_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_conv", "registered_name": null}
layer154_block5d_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_bn", "registered_name": null}
layer155_block5d_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5d_expand_activation", "trainable": false}, "inbound_nodes": [[["block5d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_activation", "registered_name": null}
layer156_block5d_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_dwconv2", "registered_name": null}
layer157_block5d_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_bn", "registered_name": null}
layer158_block5d_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5d_activation", "trainable": false}, "inbound_nodes": [[["block5d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_activation", "registered_name": null}
layer159_block5d_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_squeeze", "registered_name": null}
layer160_block5d_se_reshapedefault: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5d_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reshape", "registered_name": null}
layer161_block5d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reduce", "registered_name": null}
layer162_block5d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_expand", "registered_name": null}
layer163_block5d_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 720], [null, 1, 1, 720]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5d_se_excite", "trainable": false}, "inbound_nodes": [[["block5d_activation", 0, 0, {}], ["block5d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_excite", "registered_name": null}
layer164_block5d_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_conv", "registered_name": null}
layer165_block5d_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_bn", "registered_name": null}
layer166_block5d_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.14285714285714285, "seed": null, "trainable": false}, "inbound_nodes": [[["block5d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_drop", "registered_name": null}
layer167_block5d_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 120], [null, 11, 11, 120]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5d_add", "trainable": false}, "inbound_nodes": [[["block5d_drop", 0, 0, {}], ["block5c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_add", "registered_name": null}
layer168_block5e_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_conv", "registered_name": null}
layer169_block5e_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_bn", "registered_name": null}
layer170_block5e_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5e_expand_activation", "trainable": false}, "inbound_nodes": [[["block5e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_activation", "registered_name": null}
layer171_block5e_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_dwconv2", "registered_name": null}
layer172_block5e_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_bn", "registered_name": null}
layer173_block5e_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5e_activation", "trainable": false}, "inbound_nodes": [[["block5e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_activation", "registered_name": null}
layer174_block5e_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_squeeze", "registered_name": null}
layer175_block5e_se_reshapedefault: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5e_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_reshape", "registered_name": null}
layer176_block5e_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_reduce", "registered_name": null}
layer177_block5e_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_expand", "registered_name": null}
layer178_block5e_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 720], [null, 1, 1, 720]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5e_se_excite", "trainable": false}, "inbound_nodes": [[["block5e_activation", 0, 0, {}], ["block5e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_excite", "registered_name": null}
layer179_block5e_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_project_conv", "registered_name": null}
layer180_block5e_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_project_bn", "registered_name": null}
layer181_block5e_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1523809523809524, "seed": null, "trainable": false}, "inbound_nodes": [[["block5e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_drop", "registered_name": null}
layer182_block5e_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 120], [null, 11, 11, 120]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5e_add", "trainable": false}, "inbound_nodes": [[["block5e_drop", 0, 0, {}], ["block5d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_add", "registered_name": null}
layer183_block5f_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_conv", "registered_name": null}
layer184_block5f_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_bn", "registered_name": null}
layer185_block5f_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5f_expand_activation", "trainable": false}, "inbound_nodes": [[["block5f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_activation", "registered_name": null}
layer186_block5f_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_dwconv2", "registered_name": null}
layer187_block5f_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_bn", "registered_name": null}
layer188_block5f_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5f_activation", "trainable": false}, "inbound_nodes": [[["block5f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_activation", "registered_name": null}
layer189_block5f_se_squeezedefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_squeeze", "registered_name": null}
layer190_block5f_se_reshapedefault: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5f_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_reshape", "registered_name": null}
layer191_block5f_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_reduce", "registered_name": null}
layer192_block5f_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_expand", "registered_name": null}
layer193_block5f_se_excitedefault: {"build_config": {"input_shape": [[null, 11, 11, 720], [null, 1, 1, 720]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5f_se_excite", "trainable": false}, "inbound_nodes": [[["block5f_activation", 0, 0, {}], ["block5f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_excite", "registered_name": null}
layer194_block5f_project_convdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_project_conv", "registered_name": null}
layer195_block5f_project_bndefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_project_bn", "registered_name": null}
layer196_block5f_dropdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1619047619047619, "seed": null, "trainable": false}, "inbound_nodes": [[["block5f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_drop", "registered_name": null}
layer197_block5f_adddefault: {"build_config": {"input_shape": [[null, 11, 11, 120], [null, 11, 11, 120]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5f_add", "trainable": false}, "inbound_nodes": [[["block5f_drop", 0, 0, {}], ["block5e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_add", "registered_name": null}
layer198_block6a_expand_convdefault: {"build_config": {"input_shape": [null, 11, 11, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_conv", "registered_name": null}
layer199_block6a_expand_bndefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_bn", "registered_name": null}
layer200_block6a_expand_activationdefault: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6a_expand_activation", "trainable": false}, "inbound_nodes": [[["block6a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_activation", "registered_name": null}
layer201_block6a_dwconv2default: {"build_config": {"input_shape": [null, 11, 11, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_dwconv2", "registered_name": null}
layer202_block6a_bndefault: {"build_config": {"input_shape": [null, 6, 6, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_bn", "registered_name": null}
layer203_block6a_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 720]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6a_activation", "trainable": false}, "inbound_nodes": [[["block6a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_activation", "registered_name": null}
layer204_block6a_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 720]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_squeeze", "registered_name": null}
layer205_block6a_se_reshapedefault: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6a_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block6a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reshape", "registered_name": null}
layer206_block6a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reduce", "registered_name": null}
layer207_block6a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_expand", "registered_name": null}
layer208_block6a_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 720], [null, 1, 1, 720]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6a_se_excite", "trainable": false}, "inbound_nodes": [[["block6a_activation", 0, 0, {}], ["block6a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_excite", "registered_name": null}
layer209_block6a_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_conv", "registered_name": null}
layer210_block6a_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_bn", "registered_name": null}
layer211_block6b_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_conv", "registered_name": null}
layer212_block6b_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_bn", "registered_name": null}
layer213_block6b_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6b_expand_activation", "trainable": false}, "inbound_nodes": [[["block6b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_activation", "registered_name": null}
layer214_block6b_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_dwconv2", "registered_name": null}
layer215_block6b_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_bn", "registered_name": null}
layer216_block6b_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6b_activation", "trainable": false}, "inbound_nodes": [[["block6b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_activation", "registered_name": null}
layer217_block6b_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_squeeze", "registered_name": null}
layer218_block6b_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6b_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reshape", "registered_name": null}
layer219_block6b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reduce", "registered_name": null}
layer220_block6b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_expand", "registered_name": null}
layer221_block6b_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6b_se_excite", "trainable": false}, "inbound_nodes": [[["block6b_activation", 0, 0, {}], ["block6b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_excite", "registered_name": null}
layer222_block6b_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_conv", "registered_name": null}
layer223_block6b_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_bn", "registered_name": null}
layer224_block6b_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.18095238095238098, "seed": null, "trainable": false}, "inbound_nodes": [[["block6b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_drop", "registered_name": null}
layer225_block6b_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6b_add", "trainable": false}, "inbound_nodes": [[["block6b_drop", 0, 0, {}], ["block6a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_add", "registered_name": null}
layer226_block6c_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_conv", "registered_name": null}
layer227_block6c_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_bn", "registered_name": null}
layer228_block6c_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6c_expand_activation", "trainable": false}, "inbound_nodes": [[["block6c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_activation", "registered_name": null}
layer229_block6c_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_dwconv2", "registered_name": null}
layer230_block6c_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_bn", "registered_name": null}
layer231_block6c_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6c_activation", "trainable": false}, "inbound_nodes": [[["block6c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_activation", "registered_name": null}
layer232_block6c_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_squeeze", "registered_name": null}
layer233_block6c_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6c_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reshape", "registered_name": null}
layer234_block6c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reduce", "registered_name": null}
layer235_block6c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_expand", "registered_name": null}
layer236_block6c_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6c_se_excite", "trainable": false}, "inbound_nodes": [[["block6c_activation", 0, 0, {}], ["block6c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_excite", "registered_name": null}
layer237_block6c_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_conv", "registered_name": null}
layer238_block6c_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_bn", "registered_name": null}
layer239_block6c_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.19047619047619047, "seed": null, "trainable": false}, "inbound_nodes": [[["block6c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_drop", "registered_name": null}
layer240_block6c_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6c_add", "trainable": false}, "inbound_nodes": [[["block6c_drop", 0, 0, {}], ["block6b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_add", "registered_name": null}
layer241_block6d_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_conv", "registered_name": null}
layer242_block6d_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_bn", "registered_name": null}
layer243_block6d_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6d_expand_activation", "trainable": false}, "inbound_nodes": [[["block6d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_activation", "registered_name": null}
layer244_block6d_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_dwconv2", "registered_name": null}
layer245_block6d_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_bn", "registered_name": null}
layer246_block6d_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6d_activation", "trainable": false}, "inbound_nodes": [[["block6d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_activation", "registered_name": null}
layer247_block6d_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_squeeze", "registered_name": null}
layer248_block6d_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6d_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reshape", "registered_name": null}
layer249_block6d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reduce", "registered_name": null}
layer250_block6d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_expand", "registered_name": null}
layer251_block6d_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6d_se_excite", "trainable": false}, "inbound_nodes": [[["block6d_activation", 0, 0, {}], ["block6d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_excite", "registered_name": null}
layer252_block6d_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_conv", "registered_name": null}
layer253_block6d_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_bn", "registered_name": null}
layer254_block6d_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.2, "seed": null, "trainable": false}, "inbound_nodes": [[["block6d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_drop", "registered_name": null}
layer255_block6d_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6d_add", "trainable": false}, "inbound_nodes": [[["block6d_drop", 0, 0, {}], ["block6c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_add", "registered_name": null}
layer256_block6e_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_conv", "registered_name": null}
layer257_block6e_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_bn", "registered_name": null}
layer258_block6e_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6e_expand_activation", "trainable": false}, "inbound_nodes": [[["block6e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_activation", "registered_name": null}
layer259_block6e_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_dwconv2", "registered_name": null}
layer260_block6e_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_bn", "registered_name": null}
layer261_block6e_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6e_activation", "trainable": false}, "inbound_nodes": [[["block6e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_activation", "registered_name": null}
layer262_block6e_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_squeeze", "registered_name": null}
layer263_block6e_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6e_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reshape", "registered_name": null}
layer264_block6e_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reduce", "registered_name": null}
layer265_block6e_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_expand", "registered_name": null}
layer266_block6e_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6e_se_excite", "trainable": false}, "inbound_nodes": [[["block6e_activation", 0, 0, {}], ["block6e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_excite", "registered_name": null}
layer267_block6e_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_conv", "registered_name": null}
layer268_block6e_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_bn", "registered_name": null}
layer269_block6e_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.20952380952380953, "seed": null, "trainable": false}, "inbound_nodes": [[["block6e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_drop", "registered_name": null}
layer270_block6e_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6e_add", "trainable": false}, "inbound_nodes": [[["block6e_drop", 0, 0, {}], ["block6d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_add", "registered_name": null}
layer271_block6f_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_conv", "registered_name": null}
layer272_block6f_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_bn", "registered_name": null}
layer273_block6f_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6f_expand_activation", "trainable": false}, "inbound_nodes": [[["block6f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_activation", "registered_name": null}
layer274_block6f_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_dwconv2", "registered_name": null}
layer275_block6f_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_bn", "registered_name": null}
layer276_block6f_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6f_activation", "trainable": false}, "inbound_nodes": [[["block6f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_activation", "registered_name": null}
layer277_block6f_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_squeeze", "registered_name": null}
layer278_block6f_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6f_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_reshape", "registered_name": null}
layer279_block6f_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_reduce", "registered_name": null}
layer280_block6f_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_expand", "registered_name": null}
layer281_block6f_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6f_se_excite", "trainable": false}, "inbound_nodes": [[["block6f_activation", 0, 0, {}], ["block6f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_excite", "registered_name": null}
layer282_block6f_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_project_conv", "registered_name": null}
layer283_block6f_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_project_bn", "registered_name": null}
layer284_block6f_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.21904761904761907, "seed": null, "trainable": false}, "inbound_nodes": [[["block6f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_drop", "registered_name": null}
layer285_block6f_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6f_add", "trainable": false}, "inbound_nodes": [[["block6f_drop", 0, 0, {}], ["block6e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_add", "registered_name": null}
layer286_block6g_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_conv", "registered_name": null}
layer287_block6g_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_bn", "registered_name": null}
layer288_block6g_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6g_expand_activation", "trainable": false}, "inbound_nodes": [[["block6g_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_activation", "registered_name": null}
layer289_block6g_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_dwconv2", "registered_name": null}
layer290_block6g_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_bn", "registered_name": null}
layer291_block6g_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6g_activation", "trainable": false}, "inbound_nodes": [[["block6g_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_activation", "registered_name": null}
layer292_block6g_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6g_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6g_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_squeeze", "registered_name": null}
layer293_block6g_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6g_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_reshape", "registered_name": null}
layer294_block6g_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_reduce", "registered_name": null}
layer295_block6g_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_expand", "registered_name": null}
layer296_block6g_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6g_se_excite", "trainable": false}, "inbound_nodes": [[["block6g_activation", 0, 0, {}], ["block6g_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_excite", "registered_name": null}
layer297_block6g_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_project_conv", "registered_name": null}
layer298_block6g_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_project_bn", "registered_name": null}
layer299_block6g_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.2285714285714286, "seed": null, "trainable": false}, "inbound_nodes": [[["block6g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_drop", "registered_name": null}
layer300_block6g_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6g_add", "trainable": false}, "inbound_nodes": [[["block6g_drop", 0, 0, {}], ["block6f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_add", "registered_name": null}
layer301_block6h_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_conv", "registered_name": null}
layer302_block6h_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_bn", "registered_name": null}
layer303_block6h_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6h_expand_activation", "trainable": false}, "inbound_nodes": [[["block6h_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_activation", "registered_name": null}
layer304_block6h_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6h_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_dwconv2", "registered_name": null}
layer305_block6h_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_bn", "registered_name": null}
layer306_block6h_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6h_activation", "trainable": false}, "inbound_nodes": [[["block6h_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_activation", "registered_name": null}
layer307_block6h_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6h_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6h_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_squeeze", "registered_name": null}
layer308_block6h_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6h_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6h_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_reshape", "registered_name": null}
layer309_block6h_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6h_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_reduce", "registered_name": null}
layer310_block6h_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6h_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_expand", "registered_name": null}
layer311_block6h_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6h_se_excite", "trainable": false}, "inbound_nodes": [[["block6h_activation", 0, 0, {}], ["block6h_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_excite", "registered_name": null}
layer312_block6h_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6h_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_project_conv", "registered_name": null}
layer313_block6h_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_project_bn", "registered_name": null}
layer314_block6h_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6h_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.23809523809523808, "seed": null, "trainable": false}, "inbound_nodes": [[["block6h_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_drop", "registered_name": null}
layer315_block6h_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6h_add", "trainable": false}, "inbound_nodes": [[["block6h_drop", 0, 0, {}], ["block6g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_add", "registered_name": null}
layer316_block6i_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_conv", "registered_name": null}
layer317_block6i_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_bn", "registered_name": null}
layer318_block6i_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6i_expand_activation", "trainable": false}, "inbound_nodes": [[["block6i_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_activation", "registered_name": null}
layer319_block6i_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6i_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_dwconv2", "registered_name": null}
layer320_block6i_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_bn", "registered_name": null}
layer321_block6i_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6i_activation", "trainable": false}, "inbound_nodes": [[["block6i_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_activation", "registered_name": null}
layer322_block6i_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6i_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6i_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_squeeze", "registered_name": null}
layer323_block6i_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6i_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6i_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_reshape", "registered_name": null}
layer324_block6i_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6i_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_reduce", "registered_name": null}
layer325_block6i_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6i_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_expand", "registered_name": null}
layer326_block6i_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6i_se_excite", "trainable": false}, "inbound_nodes": [[["block6i_activation", 0, 0, {}], ["block6i_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_excite", "registered_name": null}
layer327_block6i_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6i_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_project_conv", "registered_name": null}
layer328_block6i_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_project_bn", "registered_name": null}
layer329_block6i_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6i_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.24761904761904763, "seed": null, "trainable": false}, "inbound_nodes": [[["block6i_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_drop", "registered_name": null}
layer330_block6i_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6i_add", "trainable": false}, "inbound_nodes": [[["block6i_drop", 0, 0, {}], ["block6h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_add", "registered_name": null}
layer331_block6j_expand_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_conv", "registered_name": null}
layer332_block6j_expand_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_bn", "registered_name": null}
layer333_block6j_expand_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6j_expand_activation", "trainable": false}, "inbound_nodes": [[["block6j_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_activation", "registered_name": null}
layer334_block6j_dwconv2default: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6j_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_dwconv2", "registered_name": null}
layer335_block6j_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_bn", "registered_name": null}
layer336_block6j_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6j_activation", "trainable": false}, "inbound_nodes": [[["block6j_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_activation", "registered_name": null}
layer337_block6j_se_squeezedefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6j_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6j_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_squeeze", "registered_name": null}
layer338_block6j_se_reshapedefault: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6j_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6j_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_reshape", "registered_name": null}
layer339_block6j_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6j_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_reduce", "registered_name": null}
layer340_block6j_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6j_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_expand", "registered_name": null}
layer341_block6j_se_excitedefault: {"build_config": {"input_shape": [[null, 6, 6, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6j_se_excite", "trainable": true}, "inbound_nodes": [[["block6j_activation", 0, 0, {}], ["block6j_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_excite", "registered_name": null}
layer342_block6j_project_convdefault: {"build_config": {"input_shape": [null, 6, 6, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6j_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_project_conv", "registered_name": null}
layer343_block6j_project_bndefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_project_bn", "registered_name": null}
layer344_block6j_dropdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6j_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.2571428571428572, "seed": null, "trainable": true}, "inbound_nodes": [[["block6j_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_drop", "registered_name": null}
layer345_block6j_adddefault: {"build_config": {"input_shape": [[null, 6, 6, 208], [null, 6, 6, 208]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6j_add", "trainable": true}, "inbound_nodes": [[["block6j_drop", 0, 0, {}], ["block6i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_add", "registered_name": null}
layer346_top_convdefault: {"build_config": {"input_shape": [null, 6, 6, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6j_add", 0, 0, {}]]], "module": "keras.layers", "name": "top_conv", "registered_name": null}
layer347_top_bndefault: {"build_config": {"input_shape": [null, 6, 6, 1408]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["top_conv", 0, 0, {}]]], "module": "keras.layers", "name": "top_bn", "registered_name": null}
layer348_top_activationdefault: {"build_config": {"input_shape": [null, 6, 6, 1408]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "top_activation", "trainable": true}, "inbound_nodes": [[["top_bn", 0, 0, {}]]], "module": "keras.layers", "name": "top_activation", "registered_name": null}
layer349_global_average_pooling2d_4default: {"build_config": {"input_shape": [null, 6, 6, 1408]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_4", "trainable": true}, "inbound_nodes": [[["top_activation", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d_4", "registered_name": null}
layer350_batch_normalization_8default: {"build_config": {"input_shape": [null, 1408]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["global_average_pooling2d_4", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_8", "registered_name": null}
layer351_dropout_8default: {"build_config": {"input_shape": [null, 1408]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_8", "noise_shape": null, "rate": 0.25, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_8", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_8", "registered_name": null}
layer352_dense_8default: {"build_config": {"input_shape": [null, 1408]}, "class_name": "Dense", "config": {"activation": "relu", "activity_regularizer": {"class_name": "L2", "config": {"l2": 9.999999747378752e-06}, "module": "keras.regularizers", "registered_name": null}, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_8", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["dropout_8", 0, 0, {}]]], "module": "keras.layers", "name": "dense_8", "registered_name": null}
layer353_batch_normalization_9default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dense_8", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_9", "registered_name": null}
layer354_dropout_9default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_9", "noise_shape": null, "rate": 0.5, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_9", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_9", "registered_name": null}
layer355_dense_9default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dense", "config": {"activation": "softmax", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_9", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["dropout_9", 0, 0, {}]]], "module": "keras.layers", "name": "dense_9", "registered_name": null}
optimizerdefault: {"loss": "categorical_crossentropy", "metrics": [], "optimizer_config": {"class_name": "Adam", "config": {"amsgrad": false, "beta_1": 0.9, "beta_2": 0.999, "clipnorm": null, "clipvalue": null, "ema_momentum": 0.99, "ema_overwrite_frequency": null, "epsilon": 1e-07, "global_clipnorm": null, "is_legacy_optimizer": false, "jit_compile": true, "learning_rate": 0.00019999999494757503, "name": "Adam", "use_ema": false, "weight_decay": null}}}
tensorflow_versiondefault: "2.15.0"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table