OpenML
tensorflow.keras.src.engine.functional.Functional.934dc869

tensorflow.keras.src.engine.functional.Functional.934dc869

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_2", 0, 0]], "name": "model_1", "output_layers": [["dense_5", 0, 0]], "trainable": true}
layer000_input_2default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 128, 128, 3], "dtype": "float32", "name": "input_2", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_2", "registered_name": null}
layer001_rescaling_2default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Rescaling", "config": {"dtype": "float32", "name": "rescaling_2", "offset": 0.0, "scale": 0.00392156862745098, "trainable": false}, "inbound_nodes": [[["input_2", 0, 0, {}]]], "module": "keras.layers", "name": "rescaling_2", "registered_name": null}
layer002_normalization_1default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Normalization", "config": {"axis": [3], "dtype": "float32", "invert": false, "mean": null, "name": "normalization_1", "trainable": false, "variance": null}, "inbound_nodes": [[["rescaling_2", 0, 0, {}]]], "module": "keras.layers", "name": "normalization_1", "registered_name": null}
layer003_rescaling_3default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Rescaling", "config": {"dtype": "float32", "name": "rescaling_3", "offset": 0.0, "scale": [2.0896918976428642, 2.1128856368212916, 2.1081851067789197], "trainable": false}, "inbound_nodes": [[["normalization_1", 0, 0, {}]]], "module": "keras.layers", "name": "rescaling_3", "registered_name": null}
layer004_stem_conv_paddefault: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "stem_conv_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["rescaling_3", 0, 0, {}]]], "module": "keras.layers", "name": "stem_conv_pad", "registered_name": null}
layer005_stem_convdefault: {"build_config": {"input_shape": [null, 129, 129, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["stem_conv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "stem_conv", "registered_name": null}
layer006_stem_bndefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["stem_conv", 0, 0, {}]]], "module": "keras.layers", "name": "stem_bn", "registered_name": null}
layer007_stem_activationdefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "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}
layer008_block1a_dwconvdefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["stem_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_dwconv", "registered_name": null}
layer009_block1a_bndefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_bn", "registered_name": null}
layer010_block1a_activationdefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1a_activation", "trainable": false}, "inbound_nodes": [[["block1a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_activation", "registered_name": null}
layer011_block1a_se_squeezedefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block1a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block1a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_squeeze", "registered_name": null}
layer012_block1a_se_reshapedefault: {"build_config": {"input_shape": [null, 64]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block1a_se_reshape", "target_shape": [1, 1, 64], "trainable": false}, "inbound_nodes": [[["block1a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_reshape", "registered_name": null}
layer013_block1a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block1a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_reduce", "registered_name": null}
layer014_block1a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 16]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block1a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_expand", "registered_name": null}
layer015_block1a_se_excitedefault: {"build_config": {"input_shape": [[null, 64, 64, 64], [null, 1, 1, 64]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block1a_se_excite", "trainable": false}, "inbound_nodes": [[["block1a_activation", 0, 0, {}], ["block1a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_excite", "registered_name": null}
layer016_block1a_project_convdefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_conv", "registered_name": null}
layer017_block1a_project_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_bn", "registered_name": null}
layer018_block1b_dwconvdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block1a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_dwconv", "registered_name": null}
layer019_block1b_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_bn", "registered_name": null}
layer020_block1b_activationdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1b_activation", "trainable": false}, "inbound_nodes": [[["block1b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_activation", "registered_name": null}
layer021_block1b_se_squeezedefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block1b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block1b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_squeeze", "registered_name": null}
layer022_block1b_se_reshapedefault: {"build_config": {"input_shape": [null, 32]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block1b_se_reshape", "target_shape": [1, 1, 32], "trainable": false}, "inbound_nodes": [[["block1b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_reshape", "registered_name": null}
layer023_block1b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block1b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_reduce", "registered_name": null}
layer024_block1b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 8]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block1b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_expand", "registered_name": null}
layer025_block1b_se_excitedefault: {"build_config": {"input_shape": [[null, 64, 64, 32], [null, 1, 1, 32]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block1b_se_excite", "trainable": false}, "inbound_nodes": [[["block1b_activation", 0, 0, {}], ["block1b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_excite", "registered_name": null}
layer026_block1b_project_convdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_conv", "registered_name": null}
layer027_block1b_project_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_bn", "registered_name": null}
layer028_block1b_dropdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block1b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.0036363636363636364, "seed": null, "trainable": false}, "inbound_nodes": [[["block1b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_drop", "registered_name": null}
layer029_block1b_adddefault: {"build_config": {"input_shape": [[null, 64, 64, 32], [null, 64, 64, 32]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block1b_add", "trainable": false}, "inbound_nodes": [[["block1b_drop", 0, 0, {}], ["block1a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_add", "registered_name": null}
layer030_block1c_dwconvdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block1b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_dwconv", "registered_name": null}
layer031_block1c_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_bn", "registered_name": null}
layer032_block1c_activationdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1c_activation", "trainable": false}, "inbound_nodes": [[["block1c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_activation", "registered_name": null}
layer033_block1c_se_squeezedefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block1c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block1c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_se_squeeze", "registered_name": null}
layer034_block1c_se_reshapedefault: {"build_config": {"input_shape": [null, 32]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block1c_se_reshape", "target_shape": [1, 1, 32], "trainable": false}, "inbound_nodes": [[["block1c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_se_reshape", "registered_name": null}
layer035_block1c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block1c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_se_reduce", "registered_name": null}
layer036_block1c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 8]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block1c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_se_expand", "registered_name": null}
layer037_block1c_se_excitedefault: {"build_config": {"input_shape": [[null, 64, 64, 32], [null, 1, 1, 32]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block1c_se_excite", "trainable": false}, "inbound_nodes": [[["block1c_activation", 0, 0, {}], ["block1c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_se_excite", "registered_name": null}
layer038_block1c_project_convdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_project_conv", "registered_name": null}
layer039_block1c_project_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_project_bn", "registered_name": null}
layer040_block1c_dropdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block1c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.007272727272727273, "seed": null, "trainable": false}, "inbound_nodes": [[["block1c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_drop", "registered_name": null}
layer041_block1c_adddefault: {"build_config": {"input_shape": [[null, 64, 64, 32], [null, 64, 64, 32]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block1c_add", "trainable": false}, "inbound_nodes": [[["block1c_drop", 0, 0, {}], ["block1b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block1c_add", "registered_name": null}
layer042_block1d_dwconvdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block1c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_dwconv", "registered_name": null}
layer043_block1d_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_bn", "registered_name": null}
layer044_block1d_activationdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1d_activation", "trainable": false}, "inbound_nodes": [[["block1d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_activation", "registered_name": null}
layer045_block1d_se_squeezedefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block1d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block1d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_se_squeeze", "registered_name": null}
layer046_block1d_se_reshapedefault: {"build_config": {"input_shape": [null, 32]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block1d_se_reshape", "target_shape": [1, 1, 32], "trainable": false}, "inbound_nodes": [[["block1d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_se_reshape", "registered_name": null}
layer047_block1d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block1d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_se_reduce", "registered_name": null}
layer048_block1d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 8]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block1d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_se_expand", "registered_name": null}
layer049_block1d_se_excitedefault: {"build_config": {"input_shape": [[null, 64, 64, 32], [null, 1, 1, 32]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block1d_se_excite", "trainable": false}, "inbound_nodes": [[["block1d_activation", 0, 0, {}], ["block1d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_se_excite", "registered_name": null}
layer050_block1d_project_convdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_project_conv", "registered_name": null}
layer051_block1d_project_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_project_bn", "registered_name": null}
layer052_block1d_dropdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block1d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.01090909090909091, "seed": null, "trainable": false}, "inbound_nodes": [[["block1d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_drop", "registered_name": null}
layer053_block1d_adddefault: {"build_config": {"input_shape": [[null, 64, 64, 32], [null, 64, 64, 32]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block1d_add", "trainable": false}, "inbound_nodes": [[["block1d_drop", 0, 0, {}], ["block1c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block1d_add", "registered_name": null}
layer054_block2a_expand_convdefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_conv", "registered_name": null}
layer055_block2a_expand_bndefault: {"build_config": {"input_shape": [null, 64, 64, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_bn", "registered_name": null}
layer056_block2a_expand_activationdefault: {"build_config": {"input_shape": [null, 64, 64, 192]}, "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}
layer057_block2a_dwconv_paddefault: {"build_config": {"input_shape": [null, 64, 64, 192]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block2a_dwconv_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block2a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_dwconv_pad", "registered_name": null}
layer058_block2a_dwconvdefault: {"build_config": {"input_shape": [null, 65, 65, 192]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_dwconv", "registered_name": null}
layer059_block2a_bndefault: {"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_bn", "registered_name": null}
layer060_block2a_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2a_activation", "trainable": false}, "inbound_nodes": [[["block2a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_activation", "registered_name": null}
layer061_block2a_se_squeezedefault: {"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_squeeze", "registered_name": null}
layer062_block2a_se_reshapedefault: {"build_config": {"input_shape": [null, 192]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2a_se_reshape", "target_shape": [1, 1, 192], "trainable": false}, "inbound_nodes": [[["block2a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_reshape", "registered_name": null}
layer063_block2a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 192]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_reduce", "registered_name": null}
layer064_block2a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 8]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_expand", "registered_name": null}
layer065_block2a_se_excitedefault: {"build_config": {"input_shape": [[null, 32, 32, 192], [null, 1, 1, 192]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2a_se_excite", "trainable": false}, "inbound_nodes": [[["block2a_activation", 0, 0, {}], ["block2a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_excite", "registered_name": null}
layer066_block2a_project_convdefault: {"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_conv", "registered_name": null}
layer067_block2a_project_bndefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_bn", "registered_name": null}
layer068_block2b_expand_convdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_conv", "registered_name": null}
layer069_block2b_expand_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_bn", "registered_name": null}
layer070_block2b_expand_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "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}
layer071_block2b_dwconvdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_dwconv", "registered_name": null}
layer072_block2b_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_bn", "registered_name": null}
layer073_block2b_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2b_activation", "trainable": false}, "inbound_nodes": [[["block2b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_activation", "registered_name": null}
layer074_block2b_se_squeezedefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_squeeze", "registered_name": null}
layer075_block2b_se_reshapedefault: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2b_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block2b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_reshape", "registered_name": null}
layer076_block2b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_reduce", "registered_name": null}
layer077_block2b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_expand", "registered_name": null}
layer078_block2b_se_excitedefault: {"build_config": {"input_shape": [[null, 32, 32, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2b_se_excite", "trainable": false}, "inbound_nodes": [[["block2b_activation", 0, 0, {}], ["block2b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_excite", "registered_name": null}
layer079_block2b_project_convdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_conv", "registered_name": null}
layer080_block2b_project_bndefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_bn", "registered_name": null}
layer081_block2b_dropdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.01818181818181818, "seed": null, "trainable": false}, "inbound_nodes": [[["block2b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_drop", "registered_name": null}
layer082_block2b_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "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}
layer083_block2c_expand_convdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_conv", "registered_name": null}
layer084_block2c_expand_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_bn", "registered_name": null}
layer085_block2c_expand_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "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}
layer086_block2c_dwconvdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_dwconv", "registered_name": null}
layer087_block2c_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_bn", "registered_name": null}
layer088_block2c_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2c_activation", "trainable": false}, "inbound_nodes": [[["block2c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_activation", "registered_name": null}
layer089_block2c_se_squeezedefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_squeeze", "registered_name": null}
layer090_block2c_se_reshapedefault: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2c_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block2c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_reshape", "registered_name": null}
layer091_block2c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_reduce", "registered_name": null}
layer092_block2c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_expand", "registered_name": null}
layer093_block2c_se_excitedefault: {"build_config": {"input_shape": [[null, 32, 32, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2c_se_excite", "trainable": false}, "inbound_nodes": [[["block2c_activation", 0, 0, {}], ["block2c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_excite", "registered_name": null}
layer094_block2c_project_convdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_conv", "registered_name": null}
layer095_block2c_project_bndefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_bn", "registered_name": null}
layer096_block2c_dropdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.02181818181818182, "seed": null, "trainable": false}, "inbound_nodes": [[["block2c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_drop", "registered_name": null}
layer097_block2c_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "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}
layer098_block2d_expand_convdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_expand_conv", "registered_name": null}
layer099_block2d_expand_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_expand_bn", "registered_name": null}
layer100_block2d_expand_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2d_expand_activation", "trainable": false}, "inbound_nodes": [[["block2d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_expand_activation", "registered_name": null}
layer101_block2d_dwconvdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_dwconv", "registered_name": null}
layer102_block2d_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_bn", "registered_name": null}
layer103_block2d_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2d_activation", "trainable": false}, "inbound_nodes": [[["block2d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_activation", "registered_name": null}
layer104_block2d_se_squeezedefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_se_squeeze", "registered_name": null}
layer105_block2d_se_reshapedefault: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2d_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block2d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_se_reshape", "registered_name": null}
layer106_block2d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_se_reduce", "registered_name": null}
layer107_block2d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_se_expand", "registered_name": null}
layer108_block2d_se_excitedefault: {"build_config": {"input_shape": [[null, 32, 32, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2d_se_excite", "trainable": false}, "inbound_nodes": [[["block2d_activation", 0, 0, {}], ["block2d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_se_excite", "registered_name": null}
layer109_block2d_project_convdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_project_conv", "registered_name": null}
layer110_block2d_project_bndefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_project_bn", "registered_name": null}
layer111_block2d_dropdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.025454545454545455, "seed": null, "trainable": false}, "inbound_nodes": [[["block2d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_drop", "registered_name": null}
layer112_block2d_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2d_add", "trainable": false}, "inbound_nodes": [[["block2d_drop", 0, 0, {}], ["block2c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_add", "registered_name": null}
layer113_block2e_expand_convdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_expand_conv", "registered_name": null}
layer114_block2e_expand_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_expand_bn", "registered_name": null}
layer115_block2e_expand_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2e_expand_activation", "trainable": false}, "inbound_nodes": [[["block2e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_expand_activation", "registered_name": null}
layer116_block2e_dwconvdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_dwconv", "registered_name": null}
layer117_block2e_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2e_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_bn", "registered_name": null}
layer118_block2e_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2e_activation", "trainable": false}, "inbound_nodes": [[["block2e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_activation", "registered_name": null}
layer119_block2e_se_squeezedefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_se_squeeze", "registered_name": null}
layer120_block2e_se_reshapedefault: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2e_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block2e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_se_reshape", "registered_name": null}
layer121_block2e_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_se_reduce", "registered_name": null}
layer122_block2e_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_se_expand", "registered_name": null}
layer123_block2e_se_excitedefault: {"build_config": {"input_shape": [[null, 32, 32, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2e_se_excite", "trainable": false}, "inbound_nodes": [[["block2e_activation", 0, 0, {}], ["block2e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_se_excite", "registered_name": null}
layer124_block2e_project_convdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_project_conv", "registered_name": null}
layer125_block2e_project_bndefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_project_bn", "registered_name": null}
layer126_block2e_dropdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.02909090909090909, "seed": null, "trainable": false}, "inbound_nodes": [[["block2e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_drop", "registered_name": null}
layer127_block2e_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2e_add", "trainable": false}, "inbound_nodes": [[["block2e_drop", 0, 0, {}], ["block2d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2e_add", "registered_name": null}
layer128_block2f_expand_convdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_expand_conv", "registered_name": null}
layer129_block2f_expand_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_expand_bn", "registered_name": null}
layer130_block2f_expand_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2f_expand_activation", "trainable": false}, "inbound_nodes": [[["block2f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_expand_activation", "registered_name": null}
layer131_block2f_dwconvdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_dwconv", "registered_name": null}
layer132_block2f_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2f_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_bn", "registered_name": null}
layer133_block2f_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2f_activation", "trainable": false}, "inbound_nodes": [[["block2f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_activation", "registered_name": null}
layer134_block2f_se_squeezedefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_se_squeeze", "registered_name": null}
layer135_block2f_se_reshapedefault: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2f_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block2f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_se_reshape", "registered_name": null}
layer136_block2f_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_se_reduce", "registered_name": null}
layer137_block2f_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_se_expand", "registered_name": null}
layer138_block2f_se_excitedefault: {"build_config": {"input_shape": [[null, 32, 32, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2f_se_excite", "trainable": false}, "inbound_nodes": [[["block2f_activation", 0, 0, {}], ["block2f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_se_excite", "registered_name": null}
layer139_block2f_project_convdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_project_conv", "registered_name": null}
layer140_block2f_project_bndefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_project_bn", "registered_name": null}
layer141_block2f_dropdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.03272727272727273, "seed": null, "trainable": false}, "inbound_nodes": [[["block2f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_drop", "registered_name": null}
layer142_block2f_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2f_add", "trainable": false}, "inbound_nodes": [[["block2f_drop", 0, 0, {}], ["block2e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2f_add", "registered_name": null}
layer143_block2g_expand_convdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_expand_conv", "registered_name": null}
layer144_block2g_expand_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_expand_bn", "registered_name": null}
layer145_block2g_expand_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2g_expand_activation", "trainable": false}, "inbound_nodes": [[["block2g_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_expand_activation", "registered_name": null}
layer146_block2g_dwconvdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_dwconv", "registered_name": null}
layer147_block2g_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2g_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_bn", "registered_name": null}
layer148_block2g_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2g_activation", "trainable": false}, "inbound_nodes": [[["block2g_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_activation", "registered_name": null}
layer149_block2g_se_squeezedefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2g_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2g_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_se_squeeze", "registered_name": null}
layer150_block2g_se_reshapedefault: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2g_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block2g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_se_reshape", "registered_name": null}
layer151_block2g_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_se_reduce", "registered_name": null}
layer152_block2g_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_se_expand", "registered_name": null}
layer153_block2g_se_excitedefault: {"build_config": {"input_shape": [[null, 32, 32, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2g_se_excite", "trainable": false}, "inbound_nodes": [[["block2g_activation", 0, 0, {}], ["block2g_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_se_excite", "registered_name": null}
layer154_block2g_project_convdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_project_conv", "registered_name": null}
layer155_block2g_project_bndefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_project_bn", "registered_name": null}
layer156_block2g_dropdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.03636363636363636, "seed": null, "trainable": false}, "inbound_nodes": [[["block2g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_drop", "registered_name": null}
layer157_block2g_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2g_add", "trainable": false}, "inbound_nodes": [[["block2g_drop", 0, 0, {}], ["block2f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2g_add", "registered_name": null}
layer158_block3a_expand_convdefault: {"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_conv", "registered_name": null}
layer159_block3a_expand_bndefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_bn", "registered_name": null}
layer160_block3a_expand_activationdefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "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}
layer161_block3a_dwconv_paddefault: {"build_config": {"input_shape": [null, 32, 32, 288]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block3a_dwconv_pad", "padding": [[1, 2], [1, 2]], "trainable": false}, "inbound_nodes": [[["block3a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_dwconv_pad", "registered_name": null}
layer162_block3a_dwconvdefault: {"build_config": {"input_shape": [null, 35, 35, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_dwconv", "registered_name": null}
layer163_block3a_bndefault: {"build_config": {"input_shape": [null, 16, 16, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_bn", "registered_name": null}
layer164_block3a_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3a_activation", "trainable": false}, "inbound_nodes": [[["block3a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_activation", "registered_name": null}
layer165_block3a_se_squeezedefault: {"build_config": {"input_shape": [null, 16, 16, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_squeeze", "registered_name": null}
layer166_block3a_se_reshapedefault: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3a_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block3a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_reshape", "registered_name": null}
layer167_block3a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_reduce", "registered_name": null}
layer168_block3a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_expand", "registered_name": null}
layer169_block3a_se_excitedefault: {"build_config": {"input_shape": [[null, 16, 16, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3a_se_excite", "trainable": false}, "inbound_nodes": [[["block3a_activation", 0, 0, {}], ["block3a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_excite", "registered_name": null}
layer170_block3a_project_convdefault: {"build_config": {"input_shape": [null, 16, 16, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_conv", "registered_name": null}
layer171_block3a_project_bndefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_bn", "registered_name": null}
layer172_block3b_expand_convdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_conv", "registered_name": null}
layer173_block3b_expand_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_bn", "registered_name": null}
layer174_block3b_expand_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "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}
layer175_block3b_dwconvdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_dwconv", "registered_name": null}
layer176_block3b_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_bn", "registered_name": null}
layer177_block3b_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3b_activation", "trainable": false}, "inbound_nodes": [[["block3b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_activation", "registered_name": null}
layer178_block3b_se_squeezedefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_squeeze", "registered_name": null}
layer179_block3b_se_reshapedefault: {"build_config": {"input_shape": [null, 480]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3b_se_reshape", "target_shape": [1, 1, 480], "trainable": false}, "inbound_nodes": [[["block3b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_reshape", "registered_name": null}
layer180_block3b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 480]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_reduce", "registered_name": null}
layer181_block3b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 20]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_expand", "registered_name": null}
layer182_block3b_se_excitedefault: {"build_config": {"input_shape": [[null, 16, 16, 480], [null, 1, 1, 480]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3b_se_excite", "trainable": false}, "inbound_nodes": [[["block3b_activation", 0, 0, {}], ["block3b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_excite", "registered_name": null}
layer183_block3b_project_convdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_conv", "registered_name": null}
layer184_block3b_project_bndefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_bn", "registered_name": null}
layer185_block3b_dropdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.04363636363636364, "seed": null, "trainable": false}, "inbound_nodes": [[["block3b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_drop", "registered_name": null}
layer186_block3b_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 80], [null, 16, 16, 80]]}, "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}
layer187_block3c_expand_convdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_conv", "registered_name": null}
layer188_block3c_expand_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_bn", "registered_name": null}
layer189_block3c_expand_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "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}
layer190_block3c_dwconvdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_dwconv", "registered_name": null}
layer191_block3c_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_bn", "registered_name": null}
layer192_block3c_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3c_activation", "trainable": false}, "inbound_nodes": [[["block3c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_activation", "registered_name": null}
layer193_block3c_se_squeezedefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_squeeze", "registered_name": null}
layer194_block3c_se_reshapedefault: {"build_config": {"input_shape": [null, 480]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3c_se_reshape", "target_shape": [1, 1, 480], "trainable": false}, "inbound_nodes": [[["block3c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_reshape", "registered_name": null}
layer195_block3c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 480]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_reduce", "registered_name": null}
layer196_block3c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 20]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_expand", "registered_name": null}
layer197_block3c_se_excitedefault: {"build_config": {"input_shape": [[null, 16, 16, 480], [null, 1, 1, 480]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3c_se_excite", "trainable": false}, "inbound_nodes": [[["block3c_activation", 0, 0, {}], ["block3c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_excite", "registered_name": null}
layer198_block3c_project_convdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_conv", "registered_name": null}
layer199_block3c_project_bndefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_bn", "registered_name": null}
layer200_block3c_dropdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.04727272727272727, "seed": null, "trainable": false}, "inbound_nodes": [[["block3c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_drop", "registered_name": null}
layer201_block3c_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 80], [null, 16, 16, 80]]}, "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}
layer202_block3d_expand_convdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_expand_conv", "registered_name": null}
layer203_block3d_expand_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_expand_bn", "registered_name": null}
layer204_block3d_expand_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3d_expand_activation", "trainable": false}, "inbound_nodes": [[["block3d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_expand_activation", "registered_name": null}
layer205_block3d_dwconvdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_dwconv", "registered_name": null}
layer206_block3d_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_bn", "registered_name": null}
layer207_block3d_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3d_activation", "trainable": false}, "inbound_nodes": [[["block3d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_activation", "registered_name": null}
layer208_block3d_se_squeezedefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_se_squeeze", "registered_name": null}
layer209_block3d_se_reshapedefault: {"build_config": {"input_shape": [null, 480]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3d_se_reshape", "target_shape": [1, 1, 480], "trainable": false}, "inbound_nodes": [[["block3d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_se_reshape", "registered_name": null}
layer210_block3d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 480]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_se_reduce", "registered_name": null}
layer211_block3d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 20]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_se_expand", "registered_name": null}
layer212_block3d_se_excitedefault: {"build_config": {"input_shape": [[null, 16, 16, 480], [null, 1, 1, 480]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3d_se_excite", "trainable": false}, "inbound_nodes": [[["block3d_activation", 0, 0, {}], ["block3d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_se_excite", "registered_name": null}
layer213_block3d_project_convdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_project_conv", "registered_name": null}
layer214_block3d_project_bndefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_project_bn", "registered_name": null}
layer215_block3d_dropdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.05090909090909091, "seed": null, "trainable": false}, "inbound_nodes": [[["block3d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_drop", "registered_name": null}
layer216_block3d_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 80], [null, 16, 16, 80]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3d_add", "trainable": false}, "inbound_nodes": [[["block3d_drop", 0, 0, {}], ["block3c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_add", "registered_name": null}
layer217_block3e_expand_convdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_expand_conv", "registered_name": null}
layer218_block3e_expand_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_expand_bn", "registered_name": null}
layer219_block3e_expand_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3e_expand_activation", "trainable": false}, "inbound_nodes": [[["block3e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_expand_activation", "registered_name": null}
layer220_block3e_dwconvdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_dwconv", "registered_name": null}
layer221_block3e_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3e_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_bn", "registered_name": null}
layer222_block3e_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3e_activation", "trainable": false}, "inbound_nodes": [[["block3e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_activation", "registered_name": null}
layer223_block3e_se_squeezedefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_se_squeeze", "registered_name": null}
layer224_block3e_se_reshapedefault: {"build_config": {"input_shape": [null, 480]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3e_se_reshape", "target_shape": [1, 1, 480], "trainable": false}, "inbound_nodes": [[["block3e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_se_reshape", "registered_name": null}
layer225_block3e_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 480]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_se_reduce", "registered_name": null}
layer226_block3e_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 20]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_se_expand", "registered_name": null}
layer227_block3e_se_excitedefault: {"build_config": {"input_shape": [[null, 16, 16, 480], [null, 1, 1, 480]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3e_se_excite", "trainable": false}, "inbound_nodes": [[["block3e_activation", 0, 0, {}], ["block3e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_se_excite", "registered_name": null}
layer228_block3e_project_convdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_project_conv", "registered_name": null}
layer229_block3e_project_bndefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_project_bn", "registered_name": null}
layer230_block3e_dropdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.05454545454545454, "seed": null, "trainable": false}, "inbound_nodes": [[["block3e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_drop", "registered_name": null}
layer231_block3e_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 80], [null, 16, 16, 80]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3e_add", "trainable": false}, "inbound_nodes": [[["block3e_drop", 0, 0, {}], ["block3d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3e_add", "registered_name": null}
layer232_block3f_expand_convdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_expand_conv", "registered_name": null}
layer233_block3f_expand_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_expand_bn", "registered_name": null}
layer234_block3f_expand_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3f_expand_activation", "trainable": false}, "inbound_nodes": [[["block3f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_expand_activation", "registered_name": null}
layer235_block3f_dwconvdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_dwconv", "registered_name": null}
layer236_block3f_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3f_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_bn", "registered_name": null}
layer237_block3f_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3f_activation", "trainable": false}, "inbound_nodes": [[["block3f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_activation", "registered_name": null}
layer238_block3f_se_squeezedefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_se_squeeze", "registered_name": null}
layer239_block3f_se_reshapedefault: {"build_config": {"input_shape": [null, 480]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3f_se_reshape", "target_shape": [1, 1, 480], "trainable": false}, "inbound_nodes": [[["block3f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_se_reshape", "registered_name": null}
layer240_block3f_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 480]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_se_reduce", "registered_name": null}
layer241_block3f_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 20]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_se_expand", "registered_name": null}
layer242_block3f_se_excitedefault: {"build_config": {"input_shape": [[null, 16, 16, 480], [null, 1, 1, 480]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3f_se_excite", "trainable": false}, "inbound_nodes": [[["block3f_activation", 0, 0, {}], ["block3f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_se_excite", "registered_name": null}
layer243_block3f_project_convdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_project_conv", "registered_name": null}
layer244_block3f_project_bndefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_project_bn", "registered_name": null}
layer245_block3f_dropdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.05818181818181818, "seed": null, "trainable": false}, "inbound_nodes": [[["block3f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_drop", "registered_name": null}
layer246_block3f_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 80], [null, 16, 16, 80]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3f_add", "trainable": false}, "inbound_nodes": [[["block3f_drop", 0, 0, {}], ["block3e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3f_add", "registered_name": null}
layer247_block3g_expand_convdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_expand_conv", "registered_name": null}
layer248_block3g_expand_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_expand_bn", "registered_name": null}
layer249_block3g_expand_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3g_expand_activation", "trainable": false}, "inbound_nodes": [[["block3g_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_expand_activation", "registered_name": null}
layer250_block3g_dwconvdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_dwconv", "registered_name": null}
layer251_block3g_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3g_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_bn", "registered_name": null}
layer252_block3g_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3g_activation", "trainable": false}, "inbound_nodes": [[["block3g_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_activation", "registered_name": null}
layer253_block3g_se_squeezedefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3g_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3g_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_se_squeeze", "registered_name": null}
layer254_block3g_se_reshapedefault: {"build_config": {"input_shape": [null, 480]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3g_se_reshape", "target_shape": [1, 1, 480], "trainable": false}, "inbound_nodes": [[["block3g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_se_reshape", "registered_name": null}
layer255_block3g_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 480]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_se_reduce", "registered_name": null}
layer256_block3g_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 20]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_se_expand", "registered_name": null}
layer257_block3g_se_excitedefault: {"build_config": {"input_shape": [[null, 16, 16, 480], [null, 1, 1, 480]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3g_se_excite", "trainable": false}, "inbound_nodes": [[["block3g_activation", 0, 0, {}], ["block3g_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_se_excite", "registered_name": null}
layer258_block3g_project_convdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_project_conv", "registered_name": null}
layer259_block3g_project_bndefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_project_bn", "registered_name": null}
layer260_block3g_dropdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.06181818181818183, "seed": null, "trainable": false}, "inbound_nodes": [[["block3g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_drop", "registered_name": null}
layer261_block3g_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 80], [null, 16, 16, 80]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3g_add", "trainable": false}, "inbound_nodes": [[["block3g_drop", 0, 0, {}], ["block3f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3g_add", "registered_name": null}
layer262_block4a_expand_convdefault: {"build_config": {"input_shape": [null, 16, 16, 80]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_conv", "registered_name": null}
layer263_block4a_expand_bndefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_bn", "registered_name": null}
layer264_block4a_expand_activationdefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "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}
layer265_block4a_dwconv_paddefault: {"build_config": {"input_shape": [null, 16, 16, 480]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block4a_dwconv_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block4a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_dwconv_pad", "registered_name": null}
layer266_block4a_dwconvdefault: {"build_config": {"input_shape": [null, 17, 17, 480]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_dwconv", "registered_name": null}
layer267_block4a_bndefault: {"build_config": {"input_shape": [null, 8, 8, 480]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_bn", "registered_name": null}
layer268_block4a_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 480]}, "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}
layer269_block4a_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 480]}, "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}
layer270_block4a_se_reshapedefault: {"build_config": {"input_shape": [null, 480]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4a_se_reshape", "target_shape": [1, 1, 480], "trainable": false}, "inbound_nodes": [[["block4a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reshape", "registered_name": null}
layer271_block4a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 480]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reduce", "registered_name": null}
layer272_block4a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 20]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_expand", "registered_name": null}
layer273_block4a_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 480], [null, 1, 1, 480]]}, "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}
layer274_block4a_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 480]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_conv", "registered_name": null}
layer275_block4a_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_bn", "registered_name": null}
layer276_block4b_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_conv", "registered_name": null}
layer277_block4b_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_bn", "registered_name": null}
layer278_block4b_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer279_block4b_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_dwconv", "registered_name": null}
layer280_block4b_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_bn", "registered_name": null}
layer281_block4b_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer282_block4b_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer283_block4b_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4b_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reshape", "registered_name": null}
layer284_block4b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reduce", "registered_name": null}
layer285_block4b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_expand", "registered_name": null}
layer286_block4b_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "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}
layer287_block4b_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_conv", "registered_name": null}
layer288_block4b_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_bn", "registered_name": null}
layer289_block4b_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.06909090909090909, "seed": null, "trainable": false}, "inbound_nodes": [[["block4b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_drop", "registered_name": null}
layer290_block4b_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "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}
layer291_block4c_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_conv", "registered_name": null}
layer292_block4c_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_bn", "registered_name": null}
layer293_block4c_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer294_block4c_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_dwconv", "registered_name": null}
layer295_block4c_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_bn", "registered_name": null}
layer296_block4c_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer297_block4c_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer298_block4c_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4c_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reshape", "registered_name": null}
layer299_block4c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reduce", "registered_name": null}
layer300_block4c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_expand", "registered_name": null}
layer301_block4c_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "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}
layer302_block4c_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_conv", "registered_name": null}
layer303_block4c_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_bn", "registered_name": null}
layer304_block4c_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.07272727272727272, "seed": null, "trainable": false}, "inbound_nodes": [[["block4c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_drop", "registered_name": null}
layer305_block4c_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "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}
layer306_block4d_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_conv", "registered_name": null}
layer307_block4d_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_bn", "registered_name": null}
layer308_block4d_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer309_block4d_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_dwconv", "registered_name": null}
layer310_block4d_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_bn", "registered_name": null}
layer311_block4d_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer312_block4d_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer313_block4d_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4d_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reshape", "registered_name": null}
layer314_block4d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reduce", "registered_name": null}
layer315_block4d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_expand", "registered_name": null}
layer316_block4d_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "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}
layer317_block4d_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_conv", "registered_name": null}
layer318_block4d_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_bn", "registered_name": null}
layer319_block4d_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.07636363636363637, "seed": null, "trainable": false}, "inbound_nodes": [[["block4d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_drop", "registered_name": null}
layer320_block4d_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "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}
layer321_block4e_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_expand_conv", "registered_name": null}
layer322_block4e_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_expand_bn", "registered_name": null}
layer323_block4e_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4e_expand_activation", "trainable": false}, "inbound_nodes": [[["block4e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_expand_activation", "registered_name": null}
layer324_block4e_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_dwconv", "registered_name": null}
layer325_block4e_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4e_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_bn", "registered_name": null}
layer326_block4e_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4e_activation", "trainable": false}, "inbound_nodes": [[["block4e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_activation", "registered_name": null}
layer327_block4e_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_squeeze", "registered_name": null}
layer328_block4e_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4e_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_reshape", "registered_name": null}
layer329_block4e_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_reduce", "registered_name": null}
layer330_block4e_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_expand", "registered_name": null}
layer331_block4e_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4e_se_excite", "trainable": false}, "inbound_nodes": [[["block4e_activation", 0, 0, {}], ["block4e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_excite", "registered_name": null}
layer332_block4e_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_project_conv", "registered_name": null}
layer333_block4e_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_project_bn", "registered_name": null}
layer334_block4e_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.08, "seed": null, "trainable": false}, "inbound_nodes": [[["block4e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_drop", "registered_name": null}
layer335_block4e_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4e_add", "trainable": false}, "inbound_nodes": [[["block4e_drop", 0, 0, {}], ["block4d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_add", "registered_name": null}
layer336_block4f_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_expand_conv", "registered_name": null}
layer337_block4f_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_expand_bn", "registered_name": null}
layer338_block4f_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4f_expand_activation", "trainable": false}, "inbound_nodes": [[["block4f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_expand_activation", "registered_name": null}
layer339_block4f_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_dwconv", "registered_name": null}
layer340_block4f_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4f_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_bn", "registered_name": null}
layer341_block4f_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4f_activation", "trainable": false}, "inbound_nodes": [[["block4f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_activation", "registered_name": null}
layer342_block4f_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_squeeze", "registered_name": null}
layer343_block4f_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4f_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_reshape", "registered_name": null}
layer344_block4f_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_reduce", "registered_name": null}
layer345_block4f_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_expand", "registered_name": null}
layer346_block4f_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4f_se_excite", "trainable": false}, "inbound_nodes": [[["block4f_activation", 0, 0, {}], ["block4f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_excite", "registered_name": null}
layer347_block4f_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_project_conv", "registered_name": null}
layer348_block4f_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_project_bn", "registered_name": null}
layer349_block4f_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.08363636363636365, "seed": null, "trainable": false}, "inbound_nodes": [[["block4f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_drop", "registered_name": null}
layer350_block4f_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4f_add", "trainable": false}, "inbound_nodes": [[["block4f_drop", 0, 0, {}], ["block4e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_add", "registered_name": null}
layer351_block4g_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_expand_conv", "registered_name": null}
layer352_block4g_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_expand_bn", "registered_name": null}
layer353_block4g_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4g_expand_activation", "trainable": false}, "inbound_nodes": [[["block4g_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_expand_activation", "registered_name": null}
layer354_block4g_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_dwconv", "registered_name": null}
layer355_block4g_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4g_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_bn", "registered_name": null}
layer356_block4g_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4g_activation", "trainable": false}, "inbound_nodes": [[["block4g_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_activation", "registered_name": null}
layer357_block4g_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4g_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4g_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_se_squeeze", "registered_name": null}
layer358_block4g_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4g_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_se_reshape", "registered_name": null}
layer359_block4g_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_se_reduce", "registered_name": null}
layer360_block4g_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_se_expand", "registered_name": null}
layer361_block4g_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4g_se_excite", "trainable": false}, "inbound_nodes": [[["block4g_activation", 0, 0, {}], ["block4g_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_se_excite", "registered_name": null}
layer362_block4g_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_project_conv", "registered_name": null}
layer363_block4g_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_project_bn", "registered_name": null}
layer364_block4g_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.08727272727272728, "seed": null, "trainable": false}, "inbound_nodes": [[["block4g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_drop", "registered_name": null}
layer365_block4g_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4g_add", "trainable": false}, "inbound_nodes": [[["block4g_drop", 0, 0, {}], ["block4f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4g_add", "registered_name": null}
layer366_block4h_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_expand_conv", "registered_name": null}
layer367_block4h_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4h_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_expand_bn", "registered_name": null}
layer368_block4h_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4h_expand_activation", "trainable": false}, "inbound_nodes": [[["block4h_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_expand_activation", "registered_name": null}
layer369_block4h_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4h_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_dwconv", "registered_name": null}
layer370_block4h_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4h_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_bn", "registered_name": null}
layer371_block4h_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4h_activation", "trainable": false}, "inbound_nodes": [[["block4h_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_activation", "registered_name": null}
layer372_block4h_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4h_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4h_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_se_squeeze", "registered_name": null}
layer373_block4h_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4h_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4h_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_se_reshape", "registered_name": null}
layer374_block4h_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4h_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_se_reduce", "registered_name": null}
layer375_block4h_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4h_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_se_expand", "registered_name": null}
layer376_block4h_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4h_se_excite", "trainable": false}, "inbound_nodes": [[["block4h_activation", 0, 0, {}], ["block4h_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_se_excite", "registered_name": null}
layer377_block4h_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4h_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_project_conv", "registered_name": null}
layer378_block4h_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4h_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_project_bn", "registered_name": null}
layer379_block4h_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4h_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.09090909090909091, "seed": null, "trainable": false}, "inbound_nodes": [[["block4h_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_drop", "registered_name": null}
layer380_block4h_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4h_add", "trainable": false}, "inbound_nodes": [[["block4h_drop", 0, 0, {}], ["block4g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4h_add", "registered_name": null}
layer381_block4i_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_expand_conv", "registered_name": null}
layer382_block4i_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4i_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_expand_bn", "registered_name": null}
layer383_block4i_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4i_expand_activation", "trainable": false}, "inbound_nodes": [[["block4i_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_expand_activation", "registered_name": null}
layer384_block4i_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4i_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_dwconv", "registered_name": null}
layer385_block4i_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4i_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_bn", "registered_name": null}
layer386_block4i_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4i_activation", "trainable": false}, "inbound_nodes": [[["block4i_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_activation", "registered_name": null}
layer387_block4i_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4i_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4i_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_se_squeeze", "registered_name": null}
layer388_block4i_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4i_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4i_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_se_reshape", "registered_name": null}
layer389_block4i_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4i_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_se_reduce", "registered_name": null}
layer390_block4i_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4i_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_se_expand", "registered_name": null}
layer391_block4i_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4i_se_excite", "trainable": false}, "inbound_nodes": [[["block4i_activation", 0, 0, {}], ["block4i_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_se_excite", "registered_name": null}
layer392_block4i_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4i_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_project_conv", "registered_name": null}
layer393_block4i_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4i_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_project_bn", "registered_name": null}
layer394_block4i_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4i_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.09454545454545454, "seed": null, "trainable": false}, "inbound_nodes": [[["block4i_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_drop", "registered_name": null}
layer395_block4i_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4i_add", "trainable": false}, "inbound_nodes": [[["block4i_drop", 0, 0, {}], ["block4h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4i_add", "registered_name": null}
layer396_block4j_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_expand_conv", "registered_name": null}
layer397_block4j_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4j_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_expand_bn", "registered_name": null}
layer398_block4j_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4j_expand_activation", "trainable": false}, "inbound_nodes": [[["block4j_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_expand_activation", "registered_name": null}
layer399_block4j_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4j_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_dwconv", "registered_name": null}
layer400_block4j_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4j_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_bn", "registered_name": null}
layer401_block4j_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4j_activation", "trainable": false}, "inbound_nodes": [[["block4j_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_activation", "registered_name": null}
layer402_block4j_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4j_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4j_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_se_squeeze", "registered_name": null}
layer403_block4j_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4j_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block4j_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_se_reshape", "registered_name": null}
layer404_block4j_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4j_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_se_reduce", "registered_name": null}
layer405_block4j_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4j_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_se_expand", "registered_name": null}
layer406_block4j_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4j_se_excite", "trainable": false}, "inbound_nodes": [[["block4j_activation", 0, 0, {}], ["block4j_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_se_excite", "registered_name": null}
layer407_block4j_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4j_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_project_conv", "registered_name": null}
layer408_block4j_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4j_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_project_bn", "registered_name": null}
layer409_block4j_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4j_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.09818181818181819, "seed": null, "trainable": false}, "inbound_nodes": [[["block4j_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_drop", "registered_name": null}
layer410_block4j_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4j_add", "trainable": false}, "inbound_nodes": [[["block4j_drop", 0, 0, {}], ["block4i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4j_add", "registered_name": null}
layer411_block5a_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4j_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_conv", "registered_name": null}
layer412_block5a_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_bn", "registered_name": null}
layer413_block5a_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer414_block5a_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_dwconv", "registered_name": null}
layer415_block5a_bndefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_bn", "registered_name": null}
layer416_block5a_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer417_block5a_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "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}
layer418_block5a_se_reshapedefault: {"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5a_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reshape", "registered_name": null}
layer419_block5a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reduce", "registered_name": null}
layer420_block5a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_expand", "registered_name": null}
layer421_block5a_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "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}
layer422_block5a_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_conv", "registered_name": null}
layer423_block5a_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_bn", "registered_name": null}
layer424_block5b_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_conv", "registered_name": null}
layer425_block5b_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_bn", "registered_name": null}
layer426_block5b_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer427_block5b_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_dwconv", "registered_name": null}
layer428_block5b_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_bn", "registered_name": null}
layer429_block5b_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer430_block5b_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer431_block5b_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5b_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reshape", "registered_name": null}
layer432_block5b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reduce", "registered_name": null}
layer433_block5b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_expand", "registered_name": null}
layer434_block5b_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "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}
layer435_block5b_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_conv", "registered_name": null}
layer436_block5b_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_bn", "registered_name": null}
layer437_block5b_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.10545454545454547, "seed": null, "trainable": false}, "inbound_nodes": [[["block5b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_drop", "registered_name": null}
layer438_block5b_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "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}
layer439_block5c_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_conv", "registered_name": null}
layer440_block5c_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_bn", "registered_name": null}
layer441_block5c_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer442_block5c_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_dwconv", "registered_name": null}
layer443_block5c_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_bn", "registered_name": null}
layer444_block5c_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer445_block5c_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer446_block5c_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5c_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reshape", "registered_name": null}
layer447_block5c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reduce", "registered_name": null}
layer448_block5c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_expand", "registered_name": null}
layer449_block5c_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "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}
layer450_block5c_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_conv", "registered_name": null}
layer451_block5c_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_bn", "registered_name": null}
layer452_block5c_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.10909090909090909, "seed": null, "trainable": false}, "inbound_nodes": [[["block5c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_drop", "registered_name": null}
layer453_block5c_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "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}
layer454_block5d_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_conv", "registered_name": null}
layer455_block5d_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_bn", "registered_name": null}
layer456_block5d_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer457_block5d_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_dwconv", "registered_name": null}
layer458_block5d_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_bn", "registered_name": null}
layer459_block5d_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer460_block5d_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer461_block5d_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5d_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reshape", "registered_name": null}
layer462_block5d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reduce", "registered_name": null}
layer463_block5d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_expand", "registered_name": null}
layer464_block5d_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "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}
layer465_block5d_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_conv", "registered_name": null}
layer466_block5d_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_bn", "registered_name": null}
layer467_block5d_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.11272727272727273, "seed": null, "trainable": false}, "inbound_nodes": [[["block5d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_drop", "registered_name": null}
layer468_block5d_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "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}
layer469_block5e_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_conv", "registered_name": null}
layer470_block5e_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_bn", "registered_name": null}
layer471_block5e_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer472_block5e_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_dwconv", "registered_name": null}
layer473_block5e_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_bn", "registered_name": null}
layer474_block5e_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer475_block5e_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer476_block5e_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5e_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_reshape", "registered_name": null}
layer477_block5e_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_reduce", "registered_name": null}
layer478_block5e_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_expand", "registered_name": null}
layer479_block5e_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "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}
layer480_block5e_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_project_conv", "registered_name": null}
layer481_block5e_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_project_bn", "registered_name": null}
layer482_block5e_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.11636363636363636, "seed": null, "trainable": false}, "inbound_nodes": [[["block5e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_drop", "registered_name": null}
layer483_block5e_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "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}
layer484_block5f_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_conv", "registered_name": null}
layer485_block5f_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_bn", "registered_name": null}
layer486_block5f_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer487_block5f_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_dwconv", "registered_name": null}
layer488_block5f_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_bn", "registered_name": null}
layer489_block5f_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer490_block5f_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer491_block5f_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5f_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_reshape", "registered_name": null}
layer492_block5f_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_reduce", "registered_name": null}
layer493_block5f_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_expand", "registered_name": null}
layer494_block5f_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "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}
layer495_block5f_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_project_conv", "registered_name": null}
layer496_block5f_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_project_bn", "registered_name": null}
layer497_block5f_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.12000000000000001, "seed": null, "trainable": false}, "inbound_nodes": [[["block5f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_drop", "registered_name": null}
layer498_block5f_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "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}
layer499_block5g_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_expand_conv", "registered_name": null}
layer500_block5g_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_expand_bn", "registered_name": null}
layer501_block5g_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5g_expand_activation", "trainable": false}, "inbound_nodes": [[["block5g_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_expand_activation", "registered_name": null}
layer502_block5g_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_dwconv", "registered_name": null}
layer503_block5g_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5g_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_bn", "registered_name": null}
layer504_block5g_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5g_activation", "trainable": false}, "inbound_nodes": [[["block5g_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_activation", "registered_name": null}
layer505_block5g_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5g_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5g_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_squeeze", "registered_name": null}
layer506_block5g_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5g_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_reshape", "registered_name": null}
layer507_block5g_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_reduce", "registered_name": null}
layer508_block5g_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_expand", "registered_name": null}
layer509_block5g_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5g_se_excite", "trainable": false}, "inbound_nodes": [[["block5g_activation", 0, 0, {}], ["block5g_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_excite", "registered_name": null}
layer510_block5g_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_project_conv", "registered_name": null}
layer511_block5g_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_project_bn", "registered_name": null}
layer512_block5g_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.12363636363636366, "seed": null, "trainable": false}, "inbound_nodes": [[["block5g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_drop", "registered_name": null}
layer513_block5g_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5g_add", "trainable": false}, "inbound_nodes": [[["block5g_drop", 0, 0, {}], ["block5f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_add", "registered_name": null}
layer514_block5h_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_expand_conv", "registered_name": null}
layer515_block5h_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5h_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_expand_bn", "registered_name": null}
layer516_block5h_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5h_expand_activation", "trainable": false}, "inbound_nodes": [[["block5h_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_expand_activation", "registered_name": null}
layer517_block5h_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5h_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_dwconv", "registered_name": null}
layer518_block5h_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5h_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_bn", "registered_name": null}
layer519_block5h_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5h_activation", "trainable": false}, "inbound_nodes": [[["block5h_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_activation", "registered_name": null}
layer520_block5h_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5h_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5h_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_squeeze", "registered_name": null}
layer521_block5h_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5h_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5h_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_reshape", "registered_name": null}
layer522_block5h_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5h_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_reduce", "registered_name": null}
layer523_block5h_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5h_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_expand", "registered_name": null}
layer524_block5h_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5h_se_excite", "trainable": false}, "inbound_nodes": [[["block5h_activation", 0, 0, {}], ["block5h_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_excite", "registered_name": null}
layer525_block5h_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5h_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_project_conv", "registered_name": null}
layer526_block5h_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5h_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_project_bn", "registered_name": null}
layer527_block5h_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5h_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.12727272727272726, "seed": null, "trainable": false}, "inbound_nodes": [[["block5h_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_drop", "registered_name": null}
layer528_block5h_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5h_add", "trainable": false}, "inbound_nodes": [[["block5h_drop", 0, 0, {}], ["block5g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_add", "registered_name": null}
layer529_block5i_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_expand_conv", "registered_name": null}
layer530_block5i_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5i_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_expand_bn", "registered_name": null}
layer531_block5i_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5i_expand_activation", "trainable": false}, "inbound_nodes": [[["block5i_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_expand_activation", "registered_name": null}
layer532_block5i_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5i_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_dwconv", "registered_name": null}
layer533_block5i_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5i_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_bn", "registered_name": null}
layer534_block5i_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5i_activation", "trainable": false}, "inbound_nodes": [[["block5i_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_activation", "registered_name": null}
layer535_block5i_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5i_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5i_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_squeeze", "registered_name": null}
layer536_block5i_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5i_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5i_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_reshape", "registered_name": null}
layer537_block5i_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5i_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_reduce", "registered_name": null}
layer538_block5i_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5i_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_expand", "registered_name": null}
layer539_block5i_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5i_se_excite", "trainable": false}, "inbound_nodes": [[["block5i_activation", 0, 0, {}], ["block5i_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_excite", "registered_name": null}
layer540_block5i_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5i_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_project_conv", "registered_name": null}
layer541_block5i_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5i_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_project_bn", "registered_name": null}
layer542_block5i_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5i_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.13090909090909092, "seed": null, "trainable": false}, "inbound_nodes": [[["block5i_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_drop", "registered_name": null}
layer543_block5i_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5i_add", "trainable": false}, "inbound_nodes": [[["block5i_drop", 0, 0, {}], ["block5h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_add", "registered_name": null}
layer544_block5j_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_expand_conv", "registered_name": null}
layer545_block5j_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5j_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_expand_bn", "registered_name": null}
layer546_block5j_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5j_expand_activation", "trainable": false}, "inbound_nodes": [[["block5j_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_expand_activation", "registered_name": null}
layer547_block5j_dwconvdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5j_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_dwconv", "registered_name": null}
layer548_block5j_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5j_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_bn", "registered_name": null}
layer549_block5j_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5j_activation", "trainable": false}, "inbound_nodes": [[["block5j_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_activation", "registered_name": null}
layer550_block5j_se_squeezedefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5j_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5j_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_se_squeeze", "registered_name": null}
layer551_block5j_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5j_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block5j_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_se_reshape", "registered_name": null}
layer552_block5j_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5j_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_se_reduce", "registered_name": null}
layer553_block5j_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5j_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_se_expand", "registered_name": null}
layer554_block5j_se_excitedefault: {"build_config": {"input_shape": [[null, 8, 8, 1344], [null, 1, 1, 1344]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5j_se_excite", "trainable": false}, "inbound_nodes": [[["block5j_activation", 0, 0, {}], ["block5j_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_se_excite", "registered_name": null}
layer555_block5j_project_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5j_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_project_conv", "registered_name": null}
layer556_block5j_project_bndefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5j_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_project_bn", "registered_name": null}
layer557_block5j_dropdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5j_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.13454545454545455, "seed": null, "trainable": false}, "inbound_nodes": [[["block5j_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_drop", "registered_name": null}
layer558_block5j_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 224], [null, 8, 8, 224]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5j_add", "trainable": false}, "inbound_nodes": [[["block5j_drop", 0, 0, {}], ["block5i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5j_add", "registered_name": null}
layer559_block6a_expand_convdefault: {"build_config": {"input_shape": [null, 8, 8, 224]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5j_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_conv", "registered_name": null}
layer560_block6a_expand_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_bn", "registered_name": null}
layer561_block6a_expand_activationdefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "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}
layer562_block6a_dwconv_paddefault: {"build_config": {"input_shape": [null, 8, 8, 1344]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block6a_dwconv_pad", "padding": [[1, 2], [1, 2]], "trainable": false}, "inbound_nodes": [[["block6a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_dwconv_pad", "registered_name": null}
layer563_block6a_dwconvdefault: {"build_config": {"input_shape": [null, 11, 11, 1344]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_dwconv", "registered_name": null}
layer564_block6a_bndefault: {"build_config": {"input_shape": [null, 4, 4, 1344]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_bn", "registered_name": null}
layer565_block6a_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 1344]}, "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}
layer566_block6a_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 1344]}, "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}
layer567_block6a_se_reshapedefault: {"build_config": {"input_shape": [null, 1344]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6a_se_reshape", "target_shape": [1, 1, 1344], "trainable": false}, "inbound_nodes": [[["block6a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reshape", "registered_name": null}
layer568_block6a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 1344]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reduce", "registered_name": null}
layer569_block6a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 56]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_expand", "registered_name": null}
layer570_block6a_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 1344], [null, 1, 1, 1344]]}, "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}
layer571_block6a_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 1344]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_conv", "registered_name": null}
layer572_block6a_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_bn", "registered_name": null}
layer573_block6b_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_conv", "registered_name": null}
layer574_block6b_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_bn", "registered_name": null}
layer575_block6b_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer576_block6b_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_dwconv", "registered_name": null}
layer577_block6b_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_bn", "registered_name": null}
layer578_block6b_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer579_block6b_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer580_block6b_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6b_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reshape", "registered_name": null}
layer581_block6b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reduce", "registered_name": null}
layer582_block6b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_expand", "registered_name": null}
layer583_block6b_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer584_block6b_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_conv", "registered_name": null}
layer585_block6b_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_bn", "registered_name": null}
layer586_block6b_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.14181818181818184, "seed": null, "trainable": false}, "inbound_nodes": [[["block6b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_drop", "registered_name": null}
layer587_block6b_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer588_block6c_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_conv", "registered_name": null}
layer589_block6c_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_bn", "registered_name": null}
layer590_block6c_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer591_block6c_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_dwconv", "registered_name": null}
layer592_block6c_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_bn", "registered_name": null}
layer593_block6c_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer594_block6c_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer595_block6c_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6c_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reshape", "registered_name": null}
layer596_block6c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reduce", "registered_name": null}
layer597_block6c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_expand", "registered_name": null}
layer598_block6c_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer599_block6c_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_conv", "registered_name": null}
layer600_block6c_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_bn", "registered_name": null}
layer601_block6c_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.14545454545454545, "seed": null, "trainable": false}, "inbound_nodes": [[["block6c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_drop", "registered_name": null}
layer602_block6c_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer603_block6d_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_conv", "registered_name": null}
layer604_block6d_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_bn", "registered_name": null}
layer605_block6d_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer606_block6d_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_dwconv", "registered_name": null}
layer607_block6d_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_bn", "registered_name": null}
layer608_block6d_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer609_block6d_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer610_block6d_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6d_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reshape", "registered_name": null}
layer611_block6d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reduce", "registered_name": null}
layer612_block6d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_expand", "registered_name": null}
layer613_block6d_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer614_block6d_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_conv", "registered_name": null}
layer615_block6d_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_bn", "registered_name": null}
layer616_block6d_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1490909090909091, "seed": null, "trainable": false}, "inbound_nodes": [[["block6d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_drop", "registered_name": null}
layer617_block6d_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer618_block6e_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_conv", "registered_name": null}
layer619_block6e_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_bn", "registered_name": null}
layer620_block6e_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer621_block6e_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_dwconv", "registered_name": null}
layer622_block6e_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_bn", "registered_name": null}
layer623_block6e_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer624_block6e_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer625_block6e_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6e_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reshape", "registered_name": null}
layer626_block6e_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reduce", "registered_name": null}
layer627_block6e_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_expand", "registered_name": null}
layer628_block6e_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer629_block6e_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_conv", "registered_name": null}
layer630_block6e_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_bn", "registered_name": null}
layer631_block6e_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.15272727272727274, "seed": null, "trainable": false}, "inbound_nodes": [[["block6e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_drop", "registered_name": null}
layer632_block6e_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer633_block6f_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_conv", "registered_name": null}
layer634_block6f_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_bn", "registered_name": null}
layer635_block6f_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer636_block6f_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_dwconv", "registered_name": null}
layer637_block6f_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_bn", "registered_name": null}
layer638_block6f_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer639_block6f_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer640_block6f_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6f_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_reshape", "registered_name": null}
layer641_block6f_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_reduce", "registered_name": null}
layer642_block6f_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_expand", "registered_name": null}
layer643_block6f_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer644_block6f_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_project_conv", "registered_name": null}
layer645_block6f_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_project_bn", "registered_name": null}
layer646_block6f_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.15636363636363634, "seed": null, "trainable": false}, "inbound_nodes": [[["block6f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_drop", "registered_name": null}
layer647_block6f_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer648_block6g_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_conv", "registered_name": null}
layer649_block6g_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_bn", "registered_name": null}
layer650_block6g_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer651_block6g_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_dwconv", "registered_name": null}
layer652_block6g_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_bn", "registered_name": null}
layer653_block6g_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer654_block6g_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer655_block6g_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6g_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_reshape", "registered_name": null}
layer656_block6g_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_reduce", "registered_name": null}
layer657_block6g_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_expand", "registered_name": null}
layer658_block6g_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer659_block6g_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_project_conv", "registered_name": null}
layer660_block6g_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_project_bn", "registered_name": null}
layer661_block6g_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.16, "seed": null, "trainable": false}, "inbound_nodes": [[["block6g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_drop", "registered_name": null}
layer662_block6g_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer663_block6h_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_conv", "registered_name": null}
layer664_block6h_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_bn", "registered_name": null}
layer665_block6h_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer666_block6h_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6h_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_dwconv", "registered_name": null}
layer667_block6h_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_bn", "registered_name": null}
layer668_block6h_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer669_block6h_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer670_block6h_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6h_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6h_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_reshape", "registered_name": null}
layer671_block6h_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6h_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_reduce", "registered_name": null}
layer672_block6h_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6h_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_expand", "registered_name": null}
layer673_block6h_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer674_block6h_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6h_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_project_conv", "registered_name": null}
layer675_block6h_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_project_bn", "registered_name": null}
layer676_block6h_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6h_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.16363636363636364, "seed": null, "trainable": false}, "inbound_nodes": [[["block6h_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_drop", "registered_name": null}
layer677_block6h_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer678_block6i_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_conv", "registered_name": null}
layer679_block6i_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_bn", "registered_name": null}
layer680_block6i_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer681_block6i_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6i_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_dwconv", "registered_name": null}
layer682_block6i_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_bn", "registered_name": null}
layer683_block6i_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer684_block6i_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer685_block6i_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6i_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6i_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_reshape", "registered_name": null}
layer686_block6i_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6i_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_reduce", "registered_name": null}
layer687_block6i_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6i_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_expand", "registered_name": null}
layer688_block6i_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "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}
layer689_block6i_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6i_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_project_conv", "registered_name": null}
layer690_block6i_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_project_bn", "registered_name": null}
layer691_block6i_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6i_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1672727272727273, "seed": null, "trainable": false}, "inbound_nodes": [[["block6i_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_drop", "registered_name": null}
layer692_block6i_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "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}
layer693_block6j_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_conv", "registered_name": null}
layer694_block6j_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_bn", "registered_name": null}
layer695_block6j_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer696_block6j_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6j_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_dwconv", "registered_name": null}
layer697_block6j_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_bn", "registered_name": null}
layer698_block6j_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer699_block6j_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "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}
layer700_block6j_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6j_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6j_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_reshape", "registered_name": null}
layer701_block6j_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6j_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_reduce", "registered_name": null}
layer702_block6j_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6j_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_expand", "registered_name": null}
layer703_block6j_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6j_se_excite", "trainable": false}, "inbound_nodes": [[["block6j_activation", 0, 0, {}], ["block6j_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_excite", "registered_name": null}
layer704_block6j_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6j_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_project_conv", "registered_name": null}
layer705_block6j_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_project_bn", "registered_name": null}
layer706_block6j_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6j_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.17090909090909093, "seed": null, "trainable": false}, "inbound_nodes": [[["block6j_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_drop", "registered_name": null}
layer707_block6j_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6j_add", "trainable": false}, "inbound_nodes": [[["block6j_drop", 0, 0, {}], ["block6i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_add", "registered_name": null}
layer708_block6k_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6j_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_expand_conv", "registered_name": null}
layer709_block6k_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6k_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_expand_bn", "registered_name": null}
layer710_block6k_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6k_expand_activation", "trainable": false}, "inbound_nodes": [[["block6k_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_expand_activation", "registered_name": null}
layer711_block6k_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6k_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_dwconv", "registered_name": null}
layer712_block6k_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6k_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_bn", "registered_name": null}
layer713_block6k_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6k_activation", "trainable": false}, "inbound_nodes": [[["block6k_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_activation", "registered_name": null}
layer714_block6k_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6k_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6k_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_squeeze", "registered_name": null}
layer715_block6k_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6k_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6k_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_reshape", "registered_name": null}
layer716_block6k_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6k_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_reduce", "registered_name": null}
layer717_block6k_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6k_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_expand", "registered_name": null}
layer718_block6k_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6k_se_excite", "trainable": false}, "inbound_nodes": [[["block6k_activation", 0, 0, {}], ["block6k_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_excite", "registered_name": null}
layer719_block6k_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6k_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_project_conv", "registered_name": null}
layer720_block6k_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6k_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_project_bn", "registered_name": null}
layer721_block6k_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6k_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.17454545454545456, "seed": null, "trainable": false}, "inbound_nodes": [[["block6k_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_drop", "registered_name": null}
layer722_block6k_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6k_add", "trainable": false}, "inbound_nodes": [[["block6k_drop", 0, 0, {}], ["block6j_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_add", "registered_name": null}
layer723_block6l_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6k_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_expand_conv", "registered_name": null}
layer724_block6l_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6l_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_expand_bn", "registered_name": null}
layer725_block6l_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6l_expand_activation", "trainable": false}, "inbound_nodes": [[["block6l_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_expand_activation", "registered_name": null}
layer726_block6l_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6l_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_dwconv", "registered_name": null}
layer727_block6l_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6l_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_bn", "registered_name": null}
layer728_block6l_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6l_activation", "trainable": false}, "inbound_nodes": [[["block6l_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_activation", "registered_name": null}
layer729_block6l_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6l_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6l_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_squeeze", "registered_name": null}
layer730_block6l_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6l_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6l_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_reshape", "registered_name": null}
layer731_block6l_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6l_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_reduce", "registered_name": null}
layer732_block6l_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6l_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_expand", "registered_name": null}
layer733_block6l_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6l_se_excite", "trainable": false}, "inbound_nodes": [[["block6l_activation", 0, 0, {}], ["block6l_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_excite", "registered_name": null}
layer734_block6l_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6l_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_project_conv", "registered_name": null}
layer735_block6l_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6l_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_project_bn", "registered_name": null}
layer736_block6l_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6l_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1781818181818182, "seed": null, "trainable": false}, "inbound_nodes": [[["block6l_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_drop", "registered_name": null}
layer737_block6l_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6l_add", "trainable": false}, "inbound_nodes": [[["block6l_drop", 0, 0, {}], ["block6k_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_add", "registered_name": null}
layer738_block6m_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6l_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_expand_conv", "registered_name": null}
layer739_block6m_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6m_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_expand_bn", "registered_name": null}
layer740_block6m_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6m_expand_activation", "trainable": false}, "inbound_nodes": [[["block6m_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_expand_activation", "registered_name": null}
layer741_block6m_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6m_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_dwconv", "registered_name": null}
layer742_block6m_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6m_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_bn", "registered_name": null}
layer743_block6m_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6m_activation", "trainable": false}, "inbound_nodes": [[["block6m_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_activation", "registered_name": null}
layer744_block6m_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6m_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6m_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_squeeze", "registered_name": null}
layer745_block6m_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6m_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block6m_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_reshape", "registered_name": null}
layer746_block6m_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6m_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_reduce", "registered_name": null}
layer747_block6m_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6m_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_expand", "registered_name": null}
layer748_block6m_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6m_se_excite", "trainable": false}, "inbound_nodes": [[["block6m_activation", 0, 0, {}], ["block6m_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_excite", "registered_name": null}
layer749_block6m_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6m_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_project_conv", "registered_name": null}
layer750_block6m_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6m_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_project_bn", "registered_name": null}
layer751_block6m_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6m_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.18181818181818182, "seed": null, "trainable": false}, "inbound_nodes": [[["block6m_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_drop", "registered_name": null}
layer752_block6m_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 384], [null, 4, 4, 384]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6m_add", "trainable": false}, "inbound_nodes": [[["block6m_drop", 0, 0, {}], ["block6l_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_add", "registered_name": null}
layer753_block7a_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6m_add", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_expand_conv", "registered_name": null}
layer754_block7a_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_expand_bn", "registered_name": null}
layer755_block7a_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7a_expand_activation", "trainable": false}, "inbound_nodes": [[["block7a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_expand_activation", "registered_name": null}
layer756_block7a_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block7a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_dwconv", "registered_name": null}
layer757_block7a_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_bn", "registered_name": null}
layer758_block7a_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7a_activation", "trainable": false}, "inbound_nodes": [[["block7a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_activation", "registered_name": null}
layer759_block7a_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block7a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block7a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_squeeze", "registered_name": null}
layer760_block7a_se_reshapedefault: {"build_config": {"input_shape": [null, 2304]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block7a_se_reshape", "target_shape": [1, 1, 2304], "trainable": false}, "inbound_nodes": [[["block7a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_reshape", "registered_name": null}
layer761_block7a_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 2304]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block7a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_reduce", "registered_name": null}
layer762_block7a_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block7a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_expand", "registered_name": null}
layer763_block7a_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 2304], [null, 1, 1, 2304]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block7a_se_excite", "trainable": false}, "inbound_nodes": [[["block7a_activation", 0, 0, {}], ["block7a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_excite", "registered_name": null}
layer764_block7a_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2304]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_project_conv", "registered_name": null}
layer765_block7a_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_project_bn", "registered_name": null}
layer766_block7b_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_expand_conv", "registered_name": null}
layer767_block7b_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_expand_bn", "registered_name": null}
layer768_block7b_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7b_expand_activation", "trainable": false}, "inbound_nodes": [[["block7b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_expand_activation", "registered_name": null}
layer769_block7b_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block7b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_dwconv", "registered_name": null}
layer770_block7b_bndefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_bn", "registered_name": null}
layer771_block7b_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7b_activation", "trainable": false}, "inbound_nodes": [[["block7b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_activation", "registered_name": null}
layer772_block7b_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block7b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block7b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_squeeze", "registered_name": null}
layer773_block7b_se_reshapedefault: {"build_config": {"input_shape": [null, 3840]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block7b_se_reshape", "target_shape": [1, 1, 3840], "trainable": false}, "inbound_nodes": [[["block7b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_reshape", "registered_name": null}
layer774_block7b_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 3840]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block7b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_reduce", "registered_name": null}
layer775_block7b_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 160]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block7b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_expand", "registered_name": null}
layer776_block7b_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 3840], [null, 1, 1, 3840]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block7b_se_excite", "trainable": false}, "inbound_nodes": [[["block7b_activation", 0, 0, {}], ["block7b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_excite", "registered_name": null}
layer777_block7b_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_project_conv", "registered_name": null}
layer778_block7b_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_project_bn", "registered_name": null}
layer779_block7b_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block7b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1890909090909091, "seed": null, "trainable": false}, "inbound_nodes": [[["block7b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_drop", "registered_name": null}
layer780_block7b_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 640], [null, 4, 4, 640]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block7b_add", "trainable": false}, "inbound_nodes": [[["block7b_drop", 0, 0, {}], ["block7a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_add", "registered_name": null}
layer781_block7c_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_expand_conv", "registered_name": null}
layer782_block7c_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_expand_bn", "registered_name": null}
layer783_block7c_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7c_expand_activation", "trainable": false}, "inbound_nodes": [[["block7c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_expand_activation", "registered_name": null}
layer784_block7c_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block7c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_dwconv", "registered_name": null}
layer785_block7c_bndefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_bn", "registered_name": null}
layer786_block7c_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7c_activation", "trainable": false}, "inbound_nodes": [[["block7c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_activation", "registered_name": null}
layer787_block7c_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block7c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block7c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_se_squeeze", "registered_name": null}
layer788_block7c_se_reshapedefault: {"build_config": {"input_shape": [null, 3840]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block7c_se_reshape", "target_shape": [1, 1, 3840], "trainable": false}, "inbound_nodes": [[["block7c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_se_reshape", "registered_name": null}
layer789_block7c_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 3840]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block7c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_se_reduce", "registered_name": null}
layer790_block7c_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 160]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block7c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_se_expand", "registered_name": null}
layer791_block7c_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 3840], [null, 1, 1, 3840]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block7c_se_excite", "trainable": false}, "inbound_nodes": [[["block7c_activation", 0, 0, {}], ["block7c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_se_excite", "registered_name": null}
layer792_block7c_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_project_conv", "registered_name": null}
layer793_block7c_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_project_bn", "registered_name": null}
layer794_block7c_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block7c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.19272727272727275, "seed": null, "trainable": false}, "inbound_nodes": [[["block7c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_drop", "registered_name": null}
layer795_block7c_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 640], [null, 4, 4, 640]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block7c_add", "trainable": false}, "inbound_nodes": [[["block7c_drop", 0, 0, {}], ["block7b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block7c_add", "registered_name": null}
layer796_block7d_expand_convdefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_expand_conv", "registered_name": null}
layer797_block7d_expand_bndefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_expand_bn", "registered_name": null}
layer798_block7d_expand_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7d_expand_activation", "trainable": false}, "inbound_nodes": [[["block7d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_expand_activation", "registered_name": null}
layer799_block7d_dwconvdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block7d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_dwconv", "registered_name": null}
layer800_block7d_bndefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_bn", "registered_name": null}
layer801_block7d_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7d_activation", "trainable": false}, "inbound_nodes": [[["block7d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_activation", "registered_name": null}
layer802_block7d_se_squeezedefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block7d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block7d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_se_squeeze", "registered_name": null}
layer803_block7d_se_reshapedefault: {"build_config": {"input_shape": [null, 3840]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block7d_se_reshape", "target_shape": [1, 1, 3840], "trainable": false}, "inbound_nodes": [[["block7d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_se_reshape", "registered_name": null}
layer804_block7d_se_reducedefault: {"build_config": {"input_shape": [null, 1, 1, 3840]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block7d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_se_reduce", "registered_name": null}
layer805_block7d_se_expanddefault: {"build_config": {"input_shape": [null, 1, 1, 160]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block7d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_se_expand", "registered_name": null}
layer806_block7d_se_excitedefault: {"build_config": {"input_shape": [[null, 4, 4, 3840], [null, 1, 1, 3840]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block7d_se_excite", "trainable": true}, "inbound_nodes": [[["block7d_activation", 0, 0, {}], ["block7d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_se_excite", "registered_name": null}
layer807_block7d_project_convdefault: {"build_config": {"input_shape": [null, 4, 4, 3840]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_project_conv", "registered_name": null}
layer808_block7d_project_bndefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_project_bn", "registered_name": null}
layer809_block7d_dropdefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block7d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.19636363636363638, "seed": null, "trainable": true}, "inbound_nodes": [[["block7d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_drop", "registered_name": null}
layer810_block7d_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 640], [null, 4, 4, 640]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block7d_add", "trainable": true}, "inbound_nodes": [[["block7d_drop", 0, 0, {}], ["block7c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block7d_add", "registered_name": null}
layer811_top_convdefault: {"build_config": {"input_shape": [null, 4, 4, 640]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7d_add", 0, 0, {}]]], "module": "keras.layers", "name": "top_conv", "registered_name": null}
layer812_top_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2560]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["top_conv", 0, 0, {}]]], "module": "keras.layers", "name": "top_bn", "registered_name": null}
layer813_top_activationdefault: {"build_config": {"input_shape": [null, 4, 4, 2560]}, "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}
layer814_global_average_pooling2d_1default: {"build_config": {"input_shape": [null, 4, 4, 2560]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_1", "trainable": true}, "inbound_nodes": [[["top_activation", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d_1", "registered_name": null}
layer815_dense_3default: {"build_config": {"input_shape": [null, 2560]}, "class_name": "Dense", "config": {"activation": "linear", "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": {"class_name": "L2", "config": {"l2": 0.0010000000474974513}, "module": "keras.regularizers", "registered_name": null}, "name": "dense_3", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["global_average_pooling2d_1", 0, 0, {}]]], "module": "keras.layers", "name": "dense_3", "registered_name": null}
layer816_leaky_re_lu_2default: {"build_config": {"input_shape": [null, 512]}, "class_name": "LeakyReLU", "config": {"alpha": 0.10000000149011612, "dtype": "float32", "name": "leaky_re_lu_2", "trainable": true}, "inbound_nodes": [[["dense_3", 0, 0, {}]]], "module": "keras.layers", "name": "leaky_re_lu_2", "registered_name": null}
layer817_batch_normalization_2default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["leaky_re_lu_2", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_2", "registered_name": null}
layer818_dropout_2default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_2", "noise_shape": null, "rate": 0.35, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_2", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_2", "registered_name": null}
layer819_dense_4default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dense", "config": {"activation": "linear", "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": {"class_name": "L2", "config": {"l2": 0.0010000000474974513}, "module": "keras.regularizers", "registered_name": null}, "name": "dense_4", "trainable": true, "units": 256, "use_bias": true}, "inbound_nodes": [[["dropout_2", 0, 0, {}]]], "module": "keras.layers", "name": "dense_4", "registered_name": null}
layer820_leaky_re_lu_3default: {"build_config": {"input_shape": [null, 256]}, "class_name": "LeakyReLU", "config": {"alpha": 0.10000000149011612, "dtype": "float32", "name": "leaky_re_lu_3", "trainable": true}, "inbound_nodes": [[["dense_4", 0, 0, {}]]], "module": "keras.layers", "name": "leaky_re_lu_3", "registered_name": null}
layer821_batch_normalization_3default: {"build_config": {"input_shape": [null, 256]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["leaky_re_lu_3", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_3", "registered_name": null}
layer822_dropout_3default: {"build_config": {"input_shape": [null, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_3", "noise_shape": null, "rate": 0.45, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_3", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_3", "registered_name": null}
layer823_dense_5default: {"build_config": {"input_shape": [null, 256]}, "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_5", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["dropout_3", 0, 0, {}]]], "module": "keras.layers", "name": "dense_5", "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.0010000000474974513, "name": "Adam", "use_ema": false, "weight_decay": null}}}
tensorflow_versiondefault: "2.15.0"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table