{"class_name": "Functional", "config": {"name": "model", "layers": [{"class_name": "InputLayer", "config": {"batch_input_shape": [null, 200, 200, 3], "dtype": "float64", "sparse": false, "ragged": false, "name": "input_1"}, "name": "input_1", "inbound_nodes": []}, {"class_name": "Custom>CastToFloat32", "config": {"name": "cast_to_float32", "trainable": true, "dtype": "float32"}, "name": "cast_to_float32", "inbound_nodes": [[["input_1", 0, 0, {}]]]}, {"class_name": "Normalization", "config": {"name": "normalization", "trainable": true, "dtype": "float32", "axis": [-1], "mean": null, "variance": null}, "name": "normalization", "inbound_nodes": [[["cast_to_float32", 0, 0, {}]]]}, {"class_name": "RandomTranslation", "config": {"name": "random_translation", "trainable": true, "dtype": "float32", "height_factor": 0.1, "width_factor": 0.1, "fill_mode": "reflect", "fill_value": 0.0, "interpolation": "bilinear", "seed": null}, "name": "random_translation", "inbound_nodes": [[["normalization", 0, 0, {}]]]}, {"class_name": "RandomFlip", "config": {"name": "random_flip", "trainable": true, "dtype": "float32", "mode": "horizontal", "seed": null}, "name": "random_flip", "inbound_nodes": [[["random_translation", 0, 0, {}]]]}, {"class_name": "Resizing", "config": {"name": "resizing", "trainable": true, "dtype": "float32", "height": 224, "width": 224, "interpolation": "bilinear", "crop_to_aspect_ratio": false}, "name": "resizing", "inbound_nodes": [[["random_flip", 0, 0, {}]]]}, {"class_name": "Functional", "config": {"name": "efficientnetb7", "layers": [{"class_name": "InputLayer", "config": {"batch_input_shape": [null, null, null, 3], "dtype": "float32", "sparse": false, "ragged": false, "name": "input_2"}, "name": "input_2", "inbound_nodes": []}, {"class_name": "Rescaling", "config": {"name": "rescaling", "trainable": true, "dtype": "float32", "scale": 0.00392156862745098, "offset": 0.0}, "name": "rescaling", "inbound_nodes": [[["input_2", 0, 0, {}]]]}, {"class_name": "Normalization", "config": {"name": "normalization_1", "trainable": true, "dtype": "float32", "axis": [3], "mean": null, "variance": null}, "name": "normalization_1", "inbound_nodes": [[["rescaling", 0, 0, {}]]]}, {"class_name": "ZeroPadding2D", "config": {"name": "stem_conv_pad", "trainable": true, "dtype": "float32", "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "name": "stem_conv_pad", "inbound_nodes": [[["normalization_1", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "stem_conv", "trainable": true, "dtype": "float32", "filters": 64, "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "stem_conv", "inbound_nodes": [[["stem_conv_pad", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "stem_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "stem_bn", "inbound_nodes": [[["stem_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "stem_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "stem_activation", "inbound_nodes": [[["stem_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block1a_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block1a_dwconv", "inbound_nodes": [[["stem_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1a_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1a_bn", "inbound_nodes": [[["block1a_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block1a_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block1a_activation", "inbound_nodes": [[["block1a_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block1a_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block1a_se_squeeze", "inbound_nodes": [[["block1a_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block1a_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 64]}, "name": "block1a_se_reshape", "inbound_nodes": [[["block1a_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1a_se_reduce", "trainable": true, "dtype": "float32", "filters": 16, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1a_se_reduce", "inbound_nodes": [[["block1a_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1a_se_expand", "trainable": true, "dtype": "float32", "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1a_se_expand", "inbound_nodes": [[["block1a_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block1a_se_excite", "trainable": true, "dtype": "float32"}, "name": "block1a_se_excite", "inbound_nodes": [[["block1a_activation", 0, 0, {}], ["block1a_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1a_project_conv", "trainable": true, "dtype": "float32", "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1a_project_conv", "inbound_nodes": [[["block1a_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1a_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1a_project_bn", "inbound_nodes": [[["block1a_project_conv", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block1b_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block1b_dwconv", "inbound_nodes": [[["block1a_project_bn", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1b_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1b_bn", "inbound_nodes": [[["block1b_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block1b_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block1b_activation", "inbound_nodes": [[["block1b_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block1b_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block1b_se_squeeze", "inbound_nodes": [[["block1b_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block1b_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 32]}, "name": "block1b_se_reshape", "inbound_nodes": [[["block1b_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1b_se_reduce", "trainable": true, "dtype": "float32", "filters": 8, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1b_se_reduce", "inbound_nodes": [[["block1b_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1b_se_expand", "trainable": true, "dtype": "float32", "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1b_se_expand", "inbound_nodes": [[["block1b_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block1b_se_excite", "trainable": true, "dtype": "float32"}, "name": "block1b_se_excite", "inbound_nodes": [[["block1b_activation", 0, 0, {}], ["block1b_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1b_project_conv", "trainable": true, "dtype": "float32", "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1b_project_conv", "inbound_nodes": [[["block1b_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1b_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1b_project_bn", "inbound_nodes": [[["block1b_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block1b_drop", "trainable": true, "dtype": "float32", "rate": 0.0036363636363636364, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block1b_drop", "inbound_nodes": [[["block1b_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block1b_add", "trainable": true, "dtype": "float32"}, "name": "block1b_add", "inbound_nodes": [[["block1b_drop", 0, 0, {}], ["block1a_project_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block1c_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block1c_dwconv", "inbound_nodes": [[["block1b_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1c_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1c_bn", "inbound_nodes": [[["block1c_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block1c_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block1c_activation", "inbound_nodes": [[["block1c_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block1c_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block1c_se_squeeze", "inbound_nodes": [[["block1c_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block1c_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 32]}, "name": "block1c_se_reshape", "inbound_nodes": [[["block1c_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1c_se_reduce", "trainable": true, "dtype": "float32", "filters": 8, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1c_se_reduce", "inbound_nodes": [[["block1c_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1c_se_expand", "trainable": true, "dtype": "float32", "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1c_se_expand", "inbound_nodes": [[["block1c_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block1c_se_excite", "trainable": true, "dtype": "float32"}, "name": "block1c_se_excite", "inbound_nodes": [[["block1c_activation", 0, 0, {}], ["block1c_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1c_project_conv", "trainable": true, "dtype": "float32", "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1c_project_conv", "inbound_nodes": [[["block1c_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1c_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1c_project_bn", "inbound_nodes": [[["block1c_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block1c_drop", "trainable": true, "dtype": "float32", "rate": 0.007272727272727273, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block1c_drop", "inbound_nodes": [[["block1c_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block1c_add", "trainable": true, "dtype": "float32"}, "name": "block1c_add", "inbound_nodes": [[["block1c_drop", 0, 0, {}], ["block1b_add", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block1d_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block1d_dwconv", "inbound_nodes": [[["block1c_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1d_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1d_bn", "inbound_nodes": [[["block1d_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block1d_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block1d_activation", "inbound_nodes": [[["block1d_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block1d_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block1d_se_squeeze", "inbound_nodes": [[["block1d_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block1d_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 32]}, "name": "block1d_se_reshape", "inbound_nodes": [[["block1d_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1d_se_reduce", "trainable": true, "dtype": "float32", "filters": 8, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1d_se_reduce", "inbound_nodes": [[["block1d_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1d_se_expand", "trainable": true, "dtype": "float32", "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1d_se_expand", "inbound_nodes": [[["block1d_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block1d_se_excite", "trainable": true, "dtype": "float32"}, "name": "block1d_se_excite", "inbound_nodes": [[["block1d_activation", 0, 0, {}], ["block1d_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block1d_project_conv", "trainable": true, "dtype": "float32", "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block1d_project_conv", "inbound_nodes": [[["block1d_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block1d_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block1d_project_bn", "inbound_nodes": [[["block1d_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block1d_drop", "trainable": true, "dtype": "float32", "rate": 0.01090909090909091, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block1d_drop", "inbound_nodes": [[["block1d_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block1d_add", "trainable": true, "dtype": "float32"}, "name": "block1d_add", "inbound_nodes": [[["block1d_drop", 0, 0, {}], ["block1c_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2a_expand_conv", "trainable": true, "dtype": "float32", "filters": 192, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2a_expand_conv", "inbound_nodes": [[["block1d_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2a_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2a_expand_bn", "inbound_nodes": [[["block2a_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2a_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2a_expand_activation", "inbound_nodes": [[["block2a_expand_bn", 0, 0, {}]]]}, {"class_name": "ZeroPadding2D", "config": {"name": "block2a_dwconv_pad", "trainable": true, "dtype": "float32", "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "name": "block2a_dwconv_pad", "inbound_nodes": [[["block2a_expand_activation", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block2a_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block2a_dwconv", "inbound_nodes": [[["block2a_dwconv_pad", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2a_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2a_bn", "inbound_nodes": [[["block2a_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2a_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2a_activation", "inbound_nodes": [[["block2a_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block2a_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block2a_se_squeeze", "inbound_nodes": [[["block2a_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block2a_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 192]}, "name": "block2a_se_reshape", "inbound_nodes": [[["block2a_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2a_se_reduce", "trainable": true, "dtype": "float32", "filters": 8, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2a_se_reduce", "inbound_nodes": [[["block2a_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2a_se_expand", "trainable": true, "dtype": "float32", "filters": 192, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2a_se_expand", "inbound_nodes": [[["block2a_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block2a_se_excite", "trainable": true, "dtype": "float32"}, "name": "block2a_se_excite", "inbound_nodes": [[["block2a_activation", 0, 0, {}], ["block2a_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2a_project_conv", "trainable": true, "dtype": "float32", "filters": 48, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2a_project_conv", "inbound_nodes": [[["block2a_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2a_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2a_project_bn", "inbound_nodes": [[["block2a_project_conv", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2b_expand_conv", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2b_expand_conv", "inbound_nodes": [[["block2a_project_bn", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2b_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2b_expand_bn", "inbound_nodes": [[["block2b_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2b_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2b_expand_activation", "inbound_nodes": [[["block2b_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block2b_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block2b_dwconv", "inbound_nodes": [[["block2b_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2b_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2b_bn", "inbound_nodes": [[["block2b_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2b_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2b_activation", "inbound_nodes": [[["block2b_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block2b_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block2b_se_squeeze", "inbound_nodes": [[["block2b_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block2b_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 288]}, "name": "block2b_se_reshape", "inbound_nodes": [[["block2b_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2b_se_reduce", "trainable": true, "dtype": "float32", "filters": 12, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2b_se_reduce", "inbound_nodes": [[["block2b_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2b_se_expand", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2b_se_expand", "inbound_nodes": [[["block2b_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block2b_se_excite", "trainable": true, "dtype": "float32"}, "name": "block2b_se_excite", "inbound_nodes": [[["block2b_activation", 0, 0, {}], ["block2b_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2b_project_conv", "trainable": true, "dtype": "float32", "filters": 48, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2b_project_conv", "inbound_nodes": [[["block2b_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2b_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2b_project_bn", "inbound_nodes": [[["block2b_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block2b_drop", "trainable": true, "dtype": "float32", "rate": 0.01818181818181818, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block2b_drop", "inbound_nodes": [[["block2b_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block2b_add", "trainable": true, "dtype": "float32"}, "name": "block2b_add", "inbound_nodes": [[["block2b_drop", 0, 0, {}], ["block2a_project_bn", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2c_expand_conv", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2c_expand_conv", "inbound_nodes": [[["block2b_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2c_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2c_expand_bn", "inbound_nodes": [[["block2c_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2c_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2c_expand_activation", "inbound_nodes": [[["block2c_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block2c_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block2c_dwconv", "inbound_nodes": [[["block2c_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2c_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2c_bn", "inbound_nodes": [[["block2c_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2c_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2c_activation", "inbound_nodes": [[["block2c_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block2c_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block2c_se_squeeze", "inbound_nodes": [[["block2c_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block2c_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 288]}, "name": "block2c_se_reshape", "inbound_nodes": [[["block2c_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2c_se_reduce", "trainable": true, "dtype": "float32", "filters": 12, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2c_se_reduce", "inbound_nodes": [[["block2c_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2c_se_expand", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2c_se_expand", "inbound_nodes": [[["block2c_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block2c_se_excite", "trainable": true, "dtype": "float32"}, "name": "block2c_se_excite", "inbound_nodes": [[["block2c_activation", 0, 0, {}], ["block2c_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2c_project_conv", "trainable": true, "dtype": "float32", "filters": 48, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2c_project_conv", "inbound_nodes": [[["block2c_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2c_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2c_project_bn", "inbound_nodes": [[["block2c_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block2c_drop", "trainable": true, "dtype": "float32", "rate": 0.02181818181818182, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block2c_drop", "inbound_nodes": [[["block2c_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block2c_add", "trainable": true, "dtype": "float32"}, "name": "block2c_add", "inbound_nodes": [[["block2c_drop", 0, 0, {}], ["block2b_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2d_expand_conv", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2d_expand_conv", "inbound_nodes": [[["block2c_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2d_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2d_expand_bn", "inbound_nodes": [[["block2d_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2d_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2d_expand_activation", "inbound_nodes": [[["block2d_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block2d_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block2d_dwconv", "inbound_nodes": [[["block2d_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2d_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2d_bn", "inbound_nodes": [[["block2d_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2d_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2d_activation", "inbound_nodes": [[["block2d_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block2d_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block2d_se_squeeze", "inbound_nodes": [[["block2d_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block2d_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 288]}, "name": "block2d_se_reshape", "inbound_nodes": [[["block2d_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2d_se_reduce", "trainable": true, "dtype": "float32", "filters": 12, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2d_se_reduce", "inbound_nodes": [[["block2d_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2d_se_expand", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2d_se_expand", "inbound_nodes": [[["block2d_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block2d_se_excite", "trainable": true, "dtype": "float32"}, "name": "block2d_se_excite", "inbound_nodes": [[["block2d_activation", 0, 0, {}], ["block2d_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2d_project_conv", "trainable": true, "dtype": "float32", "filters": 48, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2d_project_conv", "inbound_nodes": [[["block2d_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2d_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2d_project_bn", "inbound_nodes": [[["block2d_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block2d_drop", "trainable": true, "dtype": "float32", "rate": 0.025454545454545455, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block2d_drop", "inbound_nodes": [[["block2d_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block2d_add", "trainable": true, "dtype": "float32"}, "name": "block2d_add", "inbound_nodes": [[["block2d_drop", 0, 0, {}], ["block2c_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2e_expand_conv", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2e_expand_conv", "inbound_nodes": [[["block2d_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2e_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2e_expand_bn", "inbound_nodes": [[["block2e_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2e_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2e_expand_activation", "inbound_nodes": [[["block2e_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block2e_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block2e_dwconv", "inbound_nodes": [[["block2e_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2e_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2e_bn", "inbound_nodes": [[["block2e_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2e_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2e_activation", "inbound_nodes": [[["block2e_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block2e_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block2e_se_squeeze", "inbound_nodes": [[["block2e_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block2e_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 288]}, "name": "block2e_se_reshape", "inbound_nodes": [[["block2e_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2e_se_reduce", "trainable": true, "dtype": "float32", "filters": 12, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2e_se_reduce", "inbound_nodes": [[["block2e_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2e_se_expand", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2e_se_expand", "inbound_nodes": [[["block2e_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block2e_se_excite", "trainable": true, "dtype": "float32"}, "name": "block2e_se_excite", "inbound_nodes": [[["block2e_activation", 0, 0, {}], ["block2e_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2e_project_conv", "trainable": true, "dtype": "float32", "filters": 48, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2e_project_conv", "inbound_nodes": [[["block2e_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2e_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2e_project_bn", "inbound_nodes": [[["block2e_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block2e_drop", "trainable": true, "dtype": "float32", "rate": 0.02909090909090909, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block2e_drop", "inbound_nodes": [[["block2e_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block2e_add", "trainable": true, "dtype": "float32"}, "name": "block2e_add", "inbound_nodes": [[["block2e_drop", 0, 0, {}], ["block2d_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2f_expand_conv", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2f_expand_conv", "inbound_nodes": [[["block2e_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2f_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2f_expand_bn", "inbound_nodes": [[["block2f_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2f_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2f_expand_activation", "inbound_nodes": [[["block2f_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block2f_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block2f_dwconv", "inbound_nodes": [[["block2f_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2f_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2f_bn", "inbound_nodes": [[["block2f_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2f_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2f_activation", "inbound_nodes": [[["block2f_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block2f_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block2f_se_squeeze", "inbound_nodes": [[["block2f_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block2f_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 288]}, "name": "block2f_se_reshape", "inbound_nodes": [[["block2f_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2f_se_reduce", "trainable": true, "dtype": "float32", "filters": 12, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2f_se_reduce", "inbound_nodes": [[["block2f_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2f_se_expand", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2f_se_expand", "inbound_nodes": [[["block2f_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block2f_se_excite", "trainable": true, "dtype": "float32"}, "name": "block2f_se_excite", "inbound_nodes": [[["block2f_activation", 0, 0, {}], ["block2f_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2f_project_conv", "trainable": true, "dtype": "float32", "filters": 48, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2f_project_conv", "inbound_nodes": [[["block2f_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2f_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2f_project_bn", "inbound_nodes": [[["block2f_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block2f_drop", "trainable": true, "dtype": "float32", "rate": 0.03272727272727273, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block2f_drop", "inbound_nodes": [[["block2f_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block2f_add", "trainable": true, "dtype": "float32"}, "name": "block2f_add", "inbound_nodes": [[["block2f_drop", 0, 0, {}], ["block2e_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2g_expand_conv", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2g_expand_conv", "inbound_nodes": [[["block2f_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2g_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2g_expand_bn", "inbound_nodes": [[["block2g_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2g_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2g_expand_activation", "inbound_nodes": [[["block2g_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block2g_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block2g_dwconv", "inbound_nodes": [[["block2g_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2g_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2g_bn", "inbound_nodes": [[["block2g_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block2g_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block2g_activation", "inbound_nodes": [[["block2g_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block2g_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block2g_se_squeeze", "inbound_nodes": [[["block2g_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block2g_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 288]}, "name": "block2g_se_reshape", "inbound_nodes": [[["block2g_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2g_se_reduce", "trainable": true, "dtype": "float32", "filters": 12, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2g_se_reduce", "inbound_nodes": [[["block2g_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2g_se_expand", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2g_se_expand", "inbound_nodes": [[["block2g_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block2g_se_excite", "trainable": true, "dtype": "float32"}, "name": "block2g_se_excite", "inbound_nodes": [[["block2g_activation", 0, 0, {}], ["block2g_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block2g_project_conv", "trainable": true, "dtype": "float32", "filters": 48, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block2g_project_conv", "inbound_nodes": [[["block2g_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block2g_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block2g_project_bn", "inbound_nodes": [[["block2g_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block2g_drop", "trainable": true, "dtype": "float32", "rate": 0.03636363636363636, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block2g_drop", "inbound_nodes": [[["block2g_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block2g_add", "trainable": true, "dtype": "float32"}, "name": "block2g_add", "inbound_nodes": [[["block2g_drop", 0, 0, {}], ["block2f_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3a_expand_conv", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3a_expand_conv", "inbound_nodes": [[["block2g_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3a_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3a_expand_bn", "inbound_nodes": [[["block3a_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3a_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3a_expand_activation", "inbound_nodes": [[["block3a_expand_bn", 0, 0, {}]]]}, {"class_name": "ZeroPadding2D", "config": {"name": "block3a_dwconv_pad", "trainable": true, "dtype": "float32", "padding": [[1, 2], [1, 2]], "data_format": "channels_last"}, "name": "block3a_dwconv_pad", "inbound_nodes": [[["block3a_expand_activation", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block3a_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block3a_dwconv", "inbound_nodes": [[["block3a_dwconv_pad", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3a_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3a_bn", "inbound_nodes": [[["block3a_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3a_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3a_activation", "inbound_nodes": [[["block3a_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block3a_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block3a_se_squeeze", "inbound_nodes": [[["block3a_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block3a_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 288]}, "name": "block3a_se_reshape", "inbound_nodes": [[["block3a_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3a_se_reduce", "trainable": true, "dtype": "float32", "filters": 12, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3a_se_reduce", "inbound_nodes": [[["block3a_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3a_se_expand", "trainable": true, "dtype": "float32", "filters": 288, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3a_se_expand", "inbound_nodes": [[["block3a_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block3a_se_excite", "trainable": true, "dtype": "float32"}, "name": "block3a_se_excite", "inbound_nodes": [[["block3a_activation", 0, 0, {}], ["block3a_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3a_project_conv", "trainable": true, "dtype": "float32", "filters": 80, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3a_project_conv", "inbound_nodes": [[["block3a_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3a_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3a_project_bn", "inbound_nodes": [[["block3a_project_conv", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3b_expand_conv", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3b_expand_conv", "inbound_nodes": [[["block3a_project_bn", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3b_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3b_expand_bn", "inbound_nodes": [[["block3b_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3b_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3b_expand_activation", "inbound_nodes": [[["block3b_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block3b_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block3b_dwconv", "inbound_nodes": [[["block3b_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3b_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3b_bn", "inbound_nodes": [[["block3b_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3b_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3b_activation", "inbound_nodes": [[["block3b_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block3b_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block3b_se_squeeze", "inbound_nodes": [[["block3b_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block3b_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 480]}, "name": "block3b_se_reshape", "inbound_nodes": [[["block3b_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3b_se_reduce", "trainable": true, "dtype": "float32", "filters": 20, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3b_se_reduce", "inbound_nodes": [[["block3b_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3b_se_expand", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3b_se_expand", "inbound_nodes": [[["block3b_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block3b_se_excite", "trainable": true, "dtype": "float32"}, "name": "block3b_se_excite", "inbound_nodes": [[["block3b_activation", 0, 0, {}], ["block3b_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3b_project_conv", "trainable": true, "dtype": "float32", "filters": 80, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3b_project_conv", "inbound_nodes": [[["block3b_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3b_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3b_project_bn", "inbound_nodes": [[["block3b_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block3b_drop", "trainable": true, "dtype": "float32", "rate": 0.04363636363636364, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block3b_drop", "inbound_nodes": [[["block3b_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block3b_add", "trainable": true, "dtype": "float32"}, "name": "block3b_add", "inbound_nodes": [[["block3b_drop", 0, 0, {}], ["block3a_project_bn", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3c_expand_conv", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3c_expand_conv", "inbound_nodes": [[["block3b_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3c_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3c_expand_bn", "inbound_nodes": [[["block3c_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3c_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3c_expand_activation", "inbound_nodes": [[["block3c_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block3c_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block3c_dwconv", "inbound_nodes": [[["block3c_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3c_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3c_bn", "inbound_nodes": [[["block3c_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3c_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3c_activation", "inbound_nodes": [[["block3c_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block3c_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block3c_se_squeeze", "inbound_nodes": [[["block3c_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block3c_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 480]}, "name": "block3c_se_reshape", "inbound_nodes": [[["block3c_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3c_se_reduce", "trainable": true, "dtype": "float32", "filters": 20, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3c_se_reduce", "inbound_nodes": [[["block3c_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3c_se_expand", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3c_se_expand", "inbound_nodes": [[["block3c_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block3c_se_excite", "trainable": true, "dtype": "float32"}, "name": "block3c_se_excite", "inbound_nodes": [[["block3c_activation", 0, 0, {}], ["block3c_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3c_project_conv", "trainable": true, "dtype": "float32", "filters": 80, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3c_project_conv", "inbound_nodes": [[["block3c_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3c_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3c_project_bn", "inbound_nodes": [[["block3c_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block3c_drop", "trainable": true, "dtype": "float32", "rate": 0.04727272727272727, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block3c_drop", "inbound_nodes": [[["block3c_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block3c_add", "trainable": true, "dtype": "float32"}, "name": "block3c_add", "inbound_nodes": [[["block3c_drop", 0, 0, {}], ["block3b_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3d_expand_conv", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3d_expand_conv", "inbound_nodes": [[["block3c_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3d_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3d_expand_bn", "inbound_nodes": [[["block3d_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3d_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3d_expand_activation", "inbound_nodes": [[["block3d_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block3d_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block3d_dwconv", "inbound_nodes": [[["block3d_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3d_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3d_bn", "inbound_nodes": [[["block3d_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3d_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3d_activation", "inbound_nodes": [[["block3d_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block3d_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block3d_se_squeeze", "inbound_nodes": [[["block3d_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block3d_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 480]}, "name": "block3d_se_reshape", "inbound_nodes": [[["block3d_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3d_se_reduce", "trainable": true, "dtype": "float32", "filters": 20, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3d_se_reduce", "inbound_nodes": [[["block3d_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3d_se_expand", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3d_se_expand", "inbound_nodes": [[["block3d_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block3d_se_excite", "trainable": true, "dtype": "float32"}, "name": "block3d_se_excite", "inbound_nodes": [[["block3d_activation", 0, 0, {}], ["block3d_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3d_project_conv", "trainable": true, "dtype": "float32", "filters": 80, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3d_project_conv", "inbound_nodes": [[["block3d_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3d_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3d_project_bn", "inbound_nodes": [[["block3d_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block3d_drop", "trainable": true, "dtype": "float32", "rate": 0.05090909090909091, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block3d_drop", "inbound_nodes": [[["block3d_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block3d_add", "trainable": true, "dtype": "float32"}, "name": "block3d_add", "inbound_nodes": [[["block3d_drop", 0, 0, {}], ["block3c_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3e_expand_conv", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3e_expand_conv", "inbound_nodes": [[["block3d_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3e_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3e_expand_bn", "inbound_nodes": [[["block3e_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3e_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3e_expand_activation", "inbound_nodes": [[["block3e_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block3e_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block3e_dwconv", "inbound_nodes": [[["block3e_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3e_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3e_bn", "inbound_nodes": [[["block3e_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3e_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3e_activation", "inbound_nodes": [[["block3e_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block3e_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block3e_se_squeeze", "inbound_nodes": [[["block3e_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block3e_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 480]}, "name": "block3e_se_reshape", "inbound_nodes": [[["block3e_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3e_se_reduce", "trainable": true, "dtype": "float32", "filters": 20, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3e_se_reduce", "inbound_nodes": [[["block3e_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3e_se_expand", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3e_se_expand", "inbound_nodes": [[["block3e_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block3e_se_excite", "trainable": true, "dtype": "float32"}, "name": "block3e_se_excite", "inbound_nodes": [[["block3e_activation", 0, 0, {}], ["block3e_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3e_project_conv", "trainable": true, "dtype": "float32", "filters": 80, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3e_project_conv", "inbound_nodes": [[["block3e_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3e_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3e_project_bn", "inbound_nodes": [[["block3e_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block3e_drop", "trainable": true, "dtype": "float32", "rate": 0.05454545454545454, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block3e_drop", "inbound_nodes": [[["block3e_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block3e_add", "trainable": true, "dtype": "float32"}, "name": "block3e_add", "inbound_nodes": [[["block3e_drop", 0, 0, {}], ["block3d_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3f_expand_conv", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3f_expand_conv", "inbound_nodes": [[["block3e_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3f_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3f_expand_bn", "inbound_nodes": [[["block3f_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3f_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3f_expand_activation", "inbound_nodes": [[["block3f_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block3f_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block3f_dwconv", "inbound_nodes": [[["block3f_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3f_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3f_bn", "inbound_nodes": [[["block3f_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3f_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3f_activation", "inbound_nodes": [[["block3f_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block3f_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block3f_se_squeeze", "inbound_nodes": [[["block3f_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block3f_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 480]}, "name": "block3f_se_reshape", "inbound_nodes": [[["block3f_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3f_se_reduce", "trainable": true, "dtype": "float32", "filters": 20, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3f_se_reduce", "inbound_nodes": [[["block3f_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3f_se_expand", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3f_se_expand", "inbound_nodes": [[["block3f_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block3f_se_excite", "trainable": true, "dtype": "float32"}, "name": "block3f_se_excite", "inbound_nodes": [[["block3f_activation", 0, 0, {}], ["block3f_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3f_project_conv", "trainable": true, "dtype": "float32", "filters": 80, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3f_project_conv", "inbound_nodes": [[["block3f_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3f_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3f_project_bn", "inbound_nodes": [[["block3f_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block3f_drop", "trainable": true, "dtype": "float32", "rate": 0.05818181818181818, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block3f_drop", "inbound_nodes": [[["block3f_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block3f_add", "trainable": true, "dtype": "float32"}, "name": "block3f_add", "inbound_nodes": [[["block3f_drop", 0, 0, {}], ["block3e_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3g_expand_conv", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3g_expand_conv", "inbound_nodes": [[["block3f_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3g_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3g_expand_bn", "inbound_nodes": [[["block3g_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3g_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3g_expand_activation", "inbound_nodes": [[["block3g_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block3g_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block3g_dwconv", "inbound_nodes": [[["block3g_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3g_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3g_bn", "inbound_nodes": [[["block3g_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block3g_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block3g_activation", "inbound_nodes": [[["block3g_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block3g_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block3g_se_squeeze", "inbound_nodes": [[["block3g_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block3g_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 480]}, "name": "block3g_se_reshape", "inbound_nodes": [[["block3g_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3g_se_reduce", "trainable": true, "dtype": "float32", "filters": 20, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3g_se_reduce", "inbound_nodes": [[["block3g_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3g_se_expand", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3g_se_expand", "inbound_nodes": [[["block3g_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block3g_se_excite", "trainable": true, "dtype": "float32"}, "name": "block3g_se_excite", "inbound_nodes": [[["block3g_activation", 0, 0, {}], ["block3g_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block3g_project_conv", "trainable": true, "dtype": "float32", "filters": 80, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block3g_project_conv", "inbound_nodes": [[["block3g_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block3g_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block3g_project_bn", "inbound_nodes": [[["block3g_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block3g_drop", "trainable": true, "dtype": "float32", "rate": 0.06181818181818183, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block3g_drop", "inbound_nodes": [[["block3g_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block3g_add", "trainable": true, "dtype": "float32"}, "name": "block3g_add", "inbound_nodes": [[["block3g_drop", 0, 0, {}], ["block3f_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4a_expand_conv", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4a_expand_conv", "inbound_nodes": [[["block3g_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4a_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4a_expand_bn", "inbound_nodes": [[["block4a_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4a_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4a_expand_activation", "inbound_nodes": [[["block4a_expand_bn", 0, 0, {}]]]}, {"class_name": "ZeroPadding2D", "config": {"name": "block4a_dwconv_pad", "trainable": true, "dtype": "float32", "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "name": "block4a_dwconv_pad", "inbound_nodes": [[["block4a_expand_activation", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4a_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4a_dwconv", "inbound_nodes": [[["block4a_dwconv_pad", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4a_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4a_bn", "inbound_nodes": [[["block4a_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4a_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4a_activation", "inbound_nodes": [[["block4a_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4a_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4a_se_squeeze", "inbound_nodes": [[["block4a_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4a_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 480]}, "name": "block4a_se_reshape", "inbound_nodes": [[["block4a_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4a_se_reduce", "trainable": true, "dtype": "float32", "filters": 20, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4a_se_reduce", "inbound_nodes": [[["block4a_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4a_se_expand", "trainable": true, "dtype": "float32", "filters": 480, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4a_se_expand", "inbound_nodes": [[["block4a_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4a_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4a_se_excite", "inbound_nodes": [[["block4a_activation", 0, 0, {}], ["block4a_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4a_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4a_project_conv", "inbound_nodes": [[["block4a_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4a_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4a_project_bn", "inbound_nodes": [[["block4a_project_conv", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4b_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4b_expand_conv", "inbound_nodes": [[["block4a_project_bn", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4b_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4b_expand_bn", "inbound_nodes": [[["block4b_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4b_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4b_expand_activation", "inbound_nodes": [[["block4b_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4b_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4b_dwconv", "inbound_nodes": [[["block4b_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4b_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4b_bn", "inbound_nodes": [[["block4b_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4b_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4b_activation", "inbound_nodes": [[["block4b_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4b_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4b_se_squeeze", "inbound_nodes": [[["block4b_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4b_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4b_se_reshape", "inbound_nodes": [[["block4b_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4b_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4b_se_reduce", "inbound_nodes": [[["block4b_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4b_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4b_se_expand", "inbound_nodes": [[["block4b_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4b_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4b_se_excite", "inbound_nodes": [[["block4b_activation", 0, 0, {}], ["block4b_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4b_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4b_project_conv", "inbound_nodes": [[["block4b_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4b_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4b_project_bn", "inbound_nodes": [[["block4b_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4b_drop", "trainable": true, "dtype": "float32", "rate": 0.06909090909090909, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4b_drop", "inbound_nodes": [[["block4b_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4b_add", "trainable": true, "dtype": "float32"}, "name": "block4b_add", "inbound_nodes": [[["block4b_drop", 0, 0, {}], ["block4a_project_bn", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4c_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4c_expand_conv", "inbound_nodes": [[["block4b_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4c_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4c_expand_bn", "inbound_nodes": [[["block4c_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4c_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4c_expand_activation", "inbound_nodes": [[["block4c_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4c_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4c_dwconv", "inbound_nodes": [[["block4c_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4c_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4c_bn", "inbound_nodes": [[["block4c_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4c_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4c_activation", "inbound_nodes": [[["block4c_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4c_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4c_se_squeeze", "inbound_nodes": [[["block4c_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4c_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4c_se_reshape", "inbound_nodes": [[["block4c_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4c_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4c_se_reduce", "inbound_nodes": [[["block4c_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4c_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4c_se_expand", "inbound_nodes": [[["block4c_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4c_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4c_se_excite", "inbound_nodes": [[["block4c_activation", 0, 0, {}], ["block4c_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4c_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4c_project_conv", "inbound_nodes": [[["block4c_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4c_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4c_project_bn", "inbound_nodes": [[["block4c_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4c_drop", "trainable": true, "dtype": "float32", "rate": 0.07272727272727272, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4c_drop", "inbound_nodes": [[["block4c_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4c_add", "trainable": true, "dtype": "float32"}, "name": "block4c_add", "inbound_nodes": [[["block4c_drop", 0, 0, {}], ["block4b_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4d_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4d_expand_conv", "inbound_nodes": [[["block4c_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4d_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4d_expand_bn", "inbound_nodes": [[["block4d_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4d_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4d_expand_activation", "inbound_nodes": [[["block4d_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4d_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4d_dwconv", "inbound_nodes": [[["block4d_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4d_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4d_bn", "inbound_nodes": [[["block4d_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4d_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4d_activation", "inbound_nodes": [[["block4d_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4d_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4d_se_squeeze", "inbound_nodes": [[["block4d_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4d_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4d_se_reshape", "inbound_nodes": [[["block4d_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4d_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4d_se_reduce", "inbound_nodes": [[["block4d_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4d_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4d_se_expand", "inbound_nodes": [[["block4d_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4d_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4d_se_excite", "inbound_nodes": [[["block4d_activation", 0, 0, {}], ["block4d_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4d_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4d_project_conv", "inbound_nodes": [[["block4d_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4d_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4d_project_bn", "inbound_nodes": [[["block4d_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4d_drop", "trainable": true, "dtype": "float32", "rate": 0.07636363636363637, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4d_drop", "inbound_nodes": [[["block4d_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4d_add", "trainable": true, "dtype": "float32"}, "name": "block4d_add", "inbound_nodes": [[["block4d_drop", 0, 0, {}], ["block4c_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4e_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4e_expand_conv", "inbound_nodes": [[["block4d_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4e_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4e_expand_bn", "inbound_nodes": [[["block4e_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4e_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4e_expand_activation", "inbound_nodes": [[["block4e_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4e_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4e_dwconv", "inbound_nodes": [[["block4e_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4e_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4e_bn", "inbound_nodes": [[["block4e_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4e_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4e_activation", "inbound_nodes": [[["block4e_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4e_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4e_se_squeeze", "inbound_nodes": [[["block4e_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4e_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4e_se_reshape", "inbound_nodes": [[["block4e_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4e_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4e_se_reduce", "inbound_nodes": [[["block4e_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4e_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4e_se_expand", "inbound_nodes": [[["block4e_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4e_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4e_se_excite", "inbound_nodes": [[["block4e_activation", 0, 0, {}], ["block4e_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4e_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4e_project_conv", "inbound_nodes": [[["block4e_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4e_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4e_project_bn", "inbound_nodes": [[["block4e_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4e_drop", "trainable": true, "dtype": "float32", "rate": 0.08, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4e_drop", "inbound_nodes": [[["block4e_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4e_add", "trainable": true, "dtype": "float32"}, "name": "block4e_add", "inbound_nodes": [[["block4e_drop", 0, 0, {}], ["block4d_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4f_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4f_expand_conv", "inbound_nodes": [[["block4e_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4f_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4f_expand_bn", "inbound_nodes": [[["block4f_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4f_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4f_expand_activation", "inbound_nodes": [[["block4f_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4f_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4f_dwconv", "inbound_nodes": [[["block4f_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4f_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4f_bn", "inbound_nodes": [[["block4f_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4f_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4f_activation", "inbound_nodes": [[["block4f_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4f_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4f_se_squeeze", "inbound_nodes": [[["block4f_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4f_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4f_se_reshape", "inbound_nodes": [[["block4f_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4f_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4f_se_reduce", "inbound_nodes": [[["block4f_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4f_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4f_se_expand", "inbound_nodes": [[["block4f_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4f_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4f_se_excite", "inbound_nodes": [[["block4f_activation", 0, 0, {}], ["block4f_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4f_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4f_project_conv", "inbound_nodes": [[["block4f_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4f_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4f_project_bn", "inbound_nodes": [[["block4f_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4f_drop", "trainable": true, "dtype": "float32", "rate": 0.08363636363636365, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4f_drop", "inbound_nodes": [[["block4f_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4f_add", "trainable": true, "dtype": "float32"}, "name": "block4f_add", "inbound_nodes": [[["block4f_drop", 0, 0, {}], ["block4e_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4g_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4g_expand_conv", "inbound_nodes": [[["block4f_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4g_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4g_expand_bn", "inbound_nodes": [[["block4g_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4g_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4g_expand_activation", "inbound_nodes": [[["block4g_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4g_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4g_dwconv", "inbound_nodes": [[["block4g_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4g_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4g_bn", "inbound_nodes": [[["block4g_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4g_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4g_activation", "inbound_nodes": [[["block4g_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4g_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4g_se_squeeze", "inbound_nodes": [[["block4g_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4g_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4g_se_reshape", "inbound_nodes": [[["block4g_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4g_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4g_se_reduce", "inbound_nodes": [[["block4g_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4g_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4g_se_expand", "inbound_nodes": [[["block4g_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4g_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4g_se_excite", "inbound_nodes": [[["block4g_activation", 0, 0, {}], ["block4g_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4g_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4g_project_conv", "inbound_nodes": [[["block4g_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4g_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4g_project_bn", "inbound_nodes": [[["block4g_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4g_drop", "trainable": true, "dtype": "float32", "rate": 0.08727272727272728, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4g_drop", "inbound_nodes": [[["block4g_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4g_add", "trainable": true, "dtype": "float32"}, "name": "block4g_add", "inbound_nodes": [[["block4g_drop", 0, 0, {}], ["block4f_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4h_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4h_expand_conv", "inbound_nodes": [[["block4g_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4h_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4h_expand_bn", "inbound_nodes": [[["block4h_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4h_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4h_expand_activation", "inbound_nodes": [[["block4h_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4h_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4h_dwconv", "inbound_nodes": [[["block4h_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4h_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4h_bn", "inbound_nodes": [[["block4h_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4h_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4h_activation", "inbound_nodes": [[["block4h_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4h_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4h_se_squeeze", "inbound_nodes": [[["block4h_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4h_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4h_se_reshape", "inbound_nodes": [[["block4h_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4h_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4h_se_reduce", "inbound_nodes": [[["block4h_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4h_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4h_se_expand", "inbound_nodes": [[["block4h_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4h_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4h_se_excite", "inbound_nodes": [[["block4h_activation", 0, 0, {}], ["block4h_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4h_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4h_project_conv", "inbound_nodes": [[["block4h_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4h_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4h_project_bn", "inbound_nodes": [[["block4h_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4h_drop", "trainable": true, "dtype": "float32", "rate": 0.09090909090909091, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4h_drop", "inbound_nodes": [[["block4h_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4h_add", "trainable": true, "dtype": "float32"}, "name": "block4h_add", "inbound_nodes": [[["block4h_drop", 0, 0, {}], ["block4g_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4i_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4i_expand_conv", "inbound_nodes": [[["block4h_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4i_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4i_expand_bn", "inbound_nodes": [[["block4i_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4i_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4i_expand_activation", "inbound_nodes": [[["block4i_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4i_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4i_dwconv", "inbound_nodes": [[["block4i_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4i_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4i_bn", "inbound_nodes": [[["block4i_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4i_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4i_activation", "inbound_nodes": [[["block4i_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4i_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4i_se_squeeze", "inbound_nodes": [[["block4i_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4i_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4i_se_reshape", "inbound_nodes": [[["block4i_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4i_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4i_se_reduce", "inbound_nodes": [[["block4i_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4i_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4i_se_expand", "inbound_nodes": [[["block4i_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4i_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4i_se_excite", "inbound_nodes": [[["block4i_activation", 0, 0, {}], ["block4i_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4i_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4i_project_conv", "inbound_nodes": [[["block4i_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4i_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4i_project_bn", "inbound_nodes": [[["block4i_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4i_drop", "trainable": true, "dtype": "float32", "rate": 0.09454545454545454, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4i_drop", "inbound_nodes": [[["block4i_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4i_add", "trainable": true, "dtype": "float32"}, "name": "block4i_add", "inbound_nodes": [[["block4i_drop", 0, 0, {}], ["block4h_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4j_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4j_expand_conv", "inbound_nodes": [[["block4i_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4j_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4j_expand_bn", "inbound_nodes": [[["block4j_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4j_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4j_expand_activation", "inbound_nodes": [[["block4j_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block4j_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block4j_dwconv", "inbound_nodes": [[["block4j_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4j_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4j_bn", "inbound_nodes": [[["block4j_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block4j_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block4j_activation", "inbound_nodes": [[["block4j_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block4j_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block4j_se_squeeze", "inbound_nodes": [[["block4j_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block4j_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block4j_se_reshape", "inbound_nodes": [[["block4j_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4j_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4j_se_reduce", "inbound_nodes": [[["block4j_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4j_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4j_se_expand", "inbound_nodes": [[["block4j_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block4j_se_excite", "trainable": true, "dtype": "float32"}, "name": "block4j_se_excite", "inbound_nodes": [[["block4j_activation", 0, 0, {}], ["block4j_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block4j_project_conv", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block4j_project_conv", "inbound_nodes": [[["block4j_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block4j_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block4j_project_bn", "inbound_nodes": [[["block4j_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block4j_drop", "trainable": true, "dtype": "float32", "rate": 0.09818181818181819, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block4j_drop", "inbound_nodes": [[["block4j_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block4j_add", "trainable": true, "dtype": "float32"}, "name": "block4j_add", "inbound_nodes": [[["block4j_drop", 0, 0, {}], ["block4i_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5a_expand_conv", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5a_expand_conv", "inbound_nodes": [[["block4j_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5a_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5a_expand_bn", "inbound_nodes": [[["block5a_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5a_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5a_expand_activation", "inbound_nodes": [[["block5a_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5a_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5a_dwconv", "inbound_nodes": [[["block5a_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5a_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5a_bn", "inbound_nodes": [[["block5a_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5a_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5a_activation", "inbound_nodes": [[["block5a_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5a_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5a_se_squeeze", "inbound_nodes": [[["block5a_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5a_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 960]}, "name": "block5a_se_reshape", "inbound_nodes": [[["block5a_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5a_se_reduce", "trainable": true, "dtype": "float32", "filters": 40, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5a_se_reduce", "inbound_nodes": [[["block5a_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5a_se_expand", "trainable": true, "dtype": "float32", "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5a_se_expand", "inbound_nodes": [[["block5a_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5a_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5a_se_excite", "inbound_nodes": [[["block5a_activation", 0, 0, {}], ["block5a_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5a_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5a_project_conv", "inbound_nodes": [[["block5a_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5a_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5a_project_bn", "inbound_nodes": [[["block5a_project_conv", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5b_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5b_expand_conv", "inbound_nodes": [[["block5a_project_bn", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5b_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5b_expand_bn", "inbound_nodes": [[["block5b_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5b_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5b_expand_activation", "inbound_nodes": [[["block5b_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5b_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5b_dwconv", "inbound_nodes": [[["block5b_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5b_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5b_bn", "inbound_nodes": [[["block5b_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5b_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5b_activation", "inbound_nodes": [[["block5b_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5b_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5b_se_squeeze", "inbound_nodes": [[["block5b_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5b_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5b_se_reshape", "inbound_nodes": [[["block5b_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5b_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5b_se_reduce", "inbound_nodes": [[["block5b_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5b_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5b_se_expand", "inbound_nodes": [[["block5b_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5b_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5b_se_excite", "inbound_nodes": [[["block5b_activation", 0, 0, {}], ["block5b_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5b_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5b_project_conv", "inbound_nodes": [[["block5b_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5b_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5b_project_bn", "inbound_nodes": [[["block5b_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5b_drop", "trainable": true, "dtype": "float32", "rate": 0.10545454545454547, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5b_drop", "inbound_nodes": [[["block5b_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5b_add", "trainable": true, "dtype": "float32"}, "name": "block5b_add", "inbound_nodes": [[["block5b_drop", 0, 0, {}], ["block5a_project_bn", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5c_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5c_expand_conv", "inbound_nodes": [[["block5b_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5c_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5c_expand_bn", "inbound_nodes": [[["block5c_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5c_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5c_expand_activation", "inbound_nodes": [[["block5c_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5c_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5c_dwconv", "inbound_nodes": [[["block5c_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5c_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5c_bn", "inbound_nodes": [[["block5c_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5c_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5c_activation", "inbound_nodes": [[["block5c_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5c_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5c_se_squeeze", "inbound_nodes": [[["block5c_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5c_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5c_se_reshape", "inbound_nodes": [[["block5c_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5c_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5c_se_reduce", "inbound_nodes": [[["block5c_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5c_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5c_se_expand", "inbound_nodes": [[["block5c_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5c_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5c_se_excite", "inbound_nodes": [[["block5c_activation", 0, 0, {}], ["block5c_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5c_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5c_project_conv", "inbound_nodes": [[["block5c_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5c_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5c_project_bn", "inbound_nodes": [[["block5c_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5c_drop", "trainable": true, "dtype": "float32", "rate": 0.10909090909090909, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5c_drop", "inbound_nodes": [[["block5c_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5c_add", "trainable": true, "dtype": "float32"}, "name": "block5c_add", "inbound_nodes": [[["block5c_drop", 0, 0, {}], ["block5b_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5d_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5d_expand_conv", "inbound_nodes": [[["block5c_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5d_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5d_expand_bn", "inbound_nodes": [[["block5d_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5d_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5d_expand_activation", "inbound_nodes": [[["block5d_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5d_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5d_dwconv", "inbound_nodes": [[["block5d_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5d_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5d_bn", "inbound_nodes": [[["block5d_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5d_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5d_activation", "inbound_nodes": [[["block5d_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5d_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5d_se_squeeze", "inbound_nodes": [[["block5d_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5d_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5d_se_reshape", "inbound_nodes": [[["block5d_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5d_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5d_se_reduce", "inbound_nodes": [[["block5d_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5d_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5d_se_expand", "inbound_nodes": [[["block5d_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5d_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5d_se_excite", "inbound_nodes": [[["block5d_activation", 0, 0, {}], ["block5d_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5d_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5d_project_conv", "inbound_nodes": [[["block5d_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5d_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5d_project_bn", "inbound_nodes": [[["block5d_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5d_drop", "trainable": true, "dtype": "float32", "rate": 0.11272727272727273, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5d_drop", "inbound_nodes": [[["block5d_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5d_add", "trainable": true, "dtype": "float32"}, "name": "block5d_add", "inbound_nodes": [[["block5d_drop", 0, 0, {}], ["block5c_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5e_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5e_expand_conv", "inbound_nodes": [[["block5d_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5e_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5e_expand_bn", "inbound_nodes": [[["block5e_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5e_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5e_expand_activation", "inbound_nodes": [[["block5e_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5e_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5e_dwconv", "inbound_nodes": [[["block5e_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5e_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5e_bn", "inbound_nodes": [[["block5e_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5e_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5e_activation", "inbound_nodes": [[["block5e_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5e_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5e_se_squeeze", "inbound_nodes": [[["block5e_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5e_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5e_se_reshape", "inbound_nodes": [[["block5e_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5e_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5e_se_reduce", "inbound_nodes": [[["block5e_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5e_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5e_se_expand", "inbound_nodes": [[["block5e_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5e_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5e_se_excite", "inbound_nodes": [[["block5e_activation", 0, 0, {}], ["block5e_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5e_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5e_project_conv", "inbound_nodes": [[["block5e_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5e_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5e_project_bn", "inbound_nodes": [[["block5e_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5e_drop", "trainable": true, "dtype": "float32", "rate": 0.11636363636363636, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5e_drop", "inbound_nodes": [[["block5e_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5e_add", "trainable": true, "dtype": "float32"}, "name": "block5e_add", "inbound_nodes": [[["block5e_drop", 0, 0, {}], ["block5d_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5f_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5f_expand_conv", "inbound_nodes": [[["block5e_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5f_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5f_expand_bn", "inbound_nodes": [[["block5f_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5f_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5f_expand_activation", "inbound_nodes": [[["block5f_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5f_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5f_dwconv", "inbound_nodes": [[["block5f_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5f_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5f_bn", "inbound_nodes": [[["block5f_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5f_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5f_activation", "inbound_nodes": [[["block5f_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5f_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5f_se_squeeze", "inbound_nodes": [[["block5f_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5f_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5f_se_reshape", "inbound_nodes": [[["block5f_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5f_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5f_se_reduce", "inbound_nodes": [[["block5f_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5f_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5f_se_expand", "inbound_nodes": [[["block5f_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5f_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5f_se_excite", "inbound_nodes": [[["block5f_activation", 0, 0, {}], ["block5f_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5f_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5f_project_conv", "inbound_nodes": [[["block5f_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5f_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5f_project_bn", "inbound_nodes": [[["block5f_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5f_drop", "trainable": true, "dtype": "float32", "rate": 0.12000000000000001, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5f_drop", "inbound_nodes": [[["block5f_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5f_add", "trainable": true, "dtype": "float32"}, "name": "block5f_add", "inbound_nodes": [[["block5f_drop", 0, 0, {}], ["block5e_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5g_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5g_expand_conv", "inbound_nodes": [[["block5f_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5g_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5g_expand_bn", "inbound_nodes": [[["block5g_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5g_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5g_expand_activation", "inbound_nodes": [[["block5g_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5g_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5g_dwconv", "inbound_nodes": [[["block5g_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5g_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5g_bn", "inbound_nodes": [[["block5g_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5g_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5g_activation", "inbound_nodes": [[["block5g_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5g_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5g_se_squeeze", "inbound_nodes": [[["block5g_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5g_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5g_se_reshape", "inbound_nodes": [[["block5g_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5g_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5g_se_reduce", "inbound_nodes": [[["block5g_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5g_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5g_se_expand", "inbound_nodes": [[["block5g_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5g_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5g_se_excite", "inbound_nodes": [[["block5g_activation", 0, 0, {}], ["block5g_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5g_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5g_project_conv", "inbound_nodes": [[["block5g_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5g_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5g_project_bn", "inbound_nodes": [[["block5g_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5g_drop", "trainable": true, "dtype": "float32", "rate": 0.12363636363636366, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5g_drop", "inbound_nodes": [[["block5g_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5g_add", "trainable": true, "dtype": "float32"}, "name": "block5g_add", "inbound_nodes": [[["block5g_drop", 0, 0, {}], ["block5f_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5h_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5h_expand_conv", "inbound_nodes": [[["block5g_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5h_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5h_expand_bn", "inbound_nodes": [[["block5h_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5h_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5h_expand_activation", "inbound_nodes": [[["block5h_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5h_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5h_dwconv", "inbound_nodes": [[["block5h_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5h_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5h_bn", "inbound_nodes": [[["block5h_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5h_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5h_activation", "inbound_nodes": [[["block5h_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5h_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5h_se_squeeze", "inbound_nodes": [[["block5h_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5h_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5h_se_reshape", "inbound_nodes": [[["block5h_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5h_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5h_se_reduce", "inbound_nodes": [[["block5h_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5h_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5h_se_expand", "inbound_nodes": [[["block5h_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5h_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5h_se_excite", "inbound_nodes": [[["block5h_activation", 0, 0, {}], ["block5h_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5h_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5h_project_conv", "inbound_nodes": [[["block5h_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5h_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5h_project_bn", "inbound_nodes": [[["block5h_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5h_drop", "trainable": true, "dtype": "float32", "rate": 0.12727272727272726, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5h_drop", "inbound_nodes": [[["block5h_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5h_add", "trainable": true, "dtype": "float32"}, "name": "block5h_add", "inbound_nodes": [[["block5h_drop", 0, 0, {}], ["block5g_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5i_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5i_expand_conv", "inbound_nodes": [[["block5h_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5i_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5i_expand_bn", "inbound_nodes": [[["block5i_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5i_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5i_expand_activation", "inbound_nodes": [[["block5i_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5i_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5i_dwconv", "inbound_nodes": [[["block5i_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5i_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5i_bn", "inbound_nodes": [[["block5i_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5i_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5i_activation", "inbound_nodes": [[["block5i_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5i_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5i_se_squeeze", "inbound_nodes": [[["block5i_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5i_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5i_se_reshape", "inbound_nodes": [[["block5i_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5i_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5i_se_reduce", "inbound_nodes": [[["block5i_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5i_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5i_se_expand", "inbound_nodes": [[["block5i_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5i_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5i_se_excite", "inbound_nodes": [[["block5i_activation", 0, 0, {}], ["block5i_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5i_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5i_project_conv", "inbound_nodes": [[["block5i_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5i_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5i_project_bn", "inbound_nodes": [[["block5i_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5i_drop", "trainable": true, "dtype": "float32", "rate": 0.13090909090909092, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5i_drop", "inbound_nodes": [[["block5i_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5i_add", "trainable": true, "dtype": "float32"}, "name": "block5i_add", "inbound_nodes": [[["block5i_drop", 0, 0, {}], ["block5h_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5j_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5j_expand_conv", "inbound_nodes": [[["block5i_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5j_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5j_expand_bn", "inbound_nodes": [[["block5j_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5j_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5j_expand_activation", "inbound_nodes": [[["block5j_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block5j_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block5j_dwconv", "inbound_nodes": [[["block5j_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5j_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5j_bn", "inbound_nodes": [[["block5j_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block5j_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block5j_activation", "inbound_nodes": [[["block5j_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block5j_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block5j_se_squeeze", "inbound_nodes": [[["block5j_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block5j_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block5j_se_reshape", "inbound_nodes": [[["block5j_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5j_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5j_se_reduce", "inbound_nodes": [[["block5j_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5j_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5j_se_expand", "inbound_nodes": [[["block5j_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block5j_se_excite", "trainable": true, "dtype": "float32"}, "name": "block5j_se_excite", "inbound_nodes": [[["block5j_activation", 0, 0, {}], ["block5j_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block5j_project_conv", "trainable": true, "dtype": "float32", "filters": 224, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block5j_project_conv", "inbound_nodes": [[["block5j_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block5j_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block5j_project_bn", "inbound_nodes": [[["block5j_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block5j_drop", "trainable": true, "dtype": "float32", "rate": 0.13454545454545455, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block5j_drop", "inbound_nodes": [[["block5j_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block5j_add", "trainable": true, "dtype": "float32"}, "name": "block5j_add", "inbound_nodes": [[["block5j_drop", 0, 0, {}], ["block5i_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6a_expand_conv", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6a_expand_conv", "inbound_nodes": [[["block5j_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6a_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6a_expand_bn", "inbound_nodes": [[["block6a_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6a_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6a_expand_activation", "inbound_nodes": [[["block6a_expand_bn", 0, 0, {}]]]}, {"class_name": "ZeroPadding2D", "config": {"name": "block6a_dwconv_pad", "trainable": true, "dtype": "float32", "padding": [[1, 2], [1, 2]], "data_format": "channels_last"}, "name": "block6a_dwconv_pad", "inbound_nodes": [[["block6a_expand_activation", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6a_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6a_dwconv", "inbound_nodes": [[["block6a_dwconv_pad", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6a_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6a_bn", "inbound_nodes": [[["block6a_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6a_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6a_activation", "inbound_nodes": [[["block6a_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6a_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6a_se_squeeze", "inbound_nodes": [[["block6a_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6a_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 1344]}, "name": "block6a_se_reshape", "inbound_nodes": [[["block6a_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6a_se_reduce", "trainable": true, "dtype": "float32", "filters": 56, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6a_se_reduce", "inbound_nodes": [[["block6a_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6a_se_expand", "trainable": true, "dtype": "float32", "filters": 1344, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6a_se_expand", "inbound_nodes": [[["block6a_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6a_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6a_se_excite", "inbound_nodes": [[["block6a_activation", 0, 0, {}], ["block6a_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6a_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6a_project_conv", "inbound_nodes": [[["block6a_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6a_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6a_project_bn", "inbound_nodes": [[["block6a_project_conv", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6b_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6b_expand_conv", "inbound_nodes": [[["block6a_project_bn", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6b_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6b_expand_bn", "inbound_nodes": [[["block6b_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6b_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6b_expand_activation", "inbound_nodes": [[["block6b_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6b_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6b_dwconv", "inbound_nodes": [[["block6b_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6b_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6b_bn", "inbound_nodes": [[["block6b_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6b_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6b_activation", "inbound_nodes": [[["block6b_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6b_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6b_se_squeeze", "inbound_nodes": [[["block6b_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6b_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6b_se_reshape", "inbound_nodes": [[["block6b_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6b_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6b_se_reduce", "inbound_nodes": [[["block6b_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6b_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6b_se_expand", "inbound_nodes": [[["block6b_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6b_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6b_se_excite", "inbound_nodes": [[["block6b_activation", 0, 0, {}], ["block6b_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6b_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6b_project_conv", "inbound_nodes": [[["block6b_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6b_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6b_project_bn", "inbound_nodes": [[["block6b_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6b_drop", "trainable": true, "dtype": "float32", "rate": 0.14181818181818184, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6b_drop", "inbound_nodes": [[["block6b_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6b_add", "trainable": true, "dtype": "float32"}, "name": "block6b_add", "inbound_nodes": [[["block6b_drop", 0, 0, {}], ["block6a_project_bn", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6c_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6c_expand_conv", "inbound_nodes": [[["block6b_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6c_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6c_expand_bn", "inbound_nodes": [[["block6c_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6c_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6c_expand_activation", "inbound_nodes": [[["block6c_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6c_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6c_dwconv", "inbound_nodes": [[["block6c_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6c_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6c_bn", "inbound_nodes": [[["block6c_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6c_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6c_activation", "inbound_nodes": [[["block6c_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6c_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6c_se_squeeze", "inbound_nodes": [[["block6c_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6c_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6c_se_reshape", "inbound_nodes": [[["block6c_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6c_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6c_se_reduce", "inbound_nodes": [[["block6c_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6c_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6c_se_expand", "inbound_nodes": [[["block6c_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6c_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6c_se_excite", "inbound_nodes": [[["block6c_activation", 0, 0, {}], ["block6c_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6c_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6c_project_conv", "inbound_nodes": [[["block6c_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6c_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6c_project_bn", "inbound_nodes": [[["block6c_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6c_drop", "trainable": true, "dtype": "float32", "rate": 0.14545454545454545, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6c_drop", "inbound_nodes": [[["block6c_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6c_add", "trainable": true, "dtype": "float32"}, "name": "block6c_add", "inbound_nodes": [[["block6c_drop", 0, 0, {}], ["block6b_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6d_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6d_expand_conv", "inbound_nodes": [[["block6c_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6d_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6d_expand_bn", "inbound_nodes": [[["block6d_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6d_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6d_expand_activation", "inbound_nodes": [[["block6d_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6d_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6d_dwconv", "inbound_nodes": [[["block6d_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6d_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6d_bn", "inbound_nodes": [[["block6d_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6d_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6d_activation", "inbound_nodes": [[["block6d_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6d_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6d_se_squeeze", "inbound_nodes": [[["block6d_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6d_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6d_se_reshape", "inbound_nodes": [[["block6d_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6d_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6d_se_reduce", "inbound_nodes": [[["block6d_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6d_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6d_se_expand", "inbound_nodes": [[["block6d_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6d_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6d_se_excite", "inbound_nodes": [[["block6d_activation", 0, 0, {}], ["block6d_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6d_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6d_project_conv", "inbound_nodes": [[["block6d_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6d_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6d_project_bn", "inbound_nodes": [[["block6d_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6d_drop", "trainable": true, "dtype": "float32", "rate": 0.1490909090909091, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6d_drop", "inbound_nodes": [[["block6d_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6d_add", "trainable": true, "dtype": "float32"}, "name": "block6d_add", "inbound_nodes": [[["block6d_drop", 0, 0, {}], ["block6c_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6e_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6e_expand_conv", "inbound_nodes": [[["block6d_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6e_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6e_expand_bn", "inbound_nodes": [[["block6e_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6e_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6e_expand_activation", "inbound_nodes": [[["block6e_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6e_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6e_dwconv", "inbound_nodes": [[["block6e_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6e_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6e_bn", "inbound_nodes": [[["block6e_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6e_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6e_activation", "inbound_nodes": [[["block6e_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6e_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6e_se_squeeze", "inbound_nodes": [[["block6e_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6e_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6e_se_reshape", "inbound_nodes": [[["block6e_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6e_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6e_se_reduce", "inbound_nodes": [[["block6e_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6e_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6e_se_expand", "inbound_nodes": [[["block6e_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6e_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6e_se_excite", "inbound_nodes": [[["block6e_activation", 0, 0, {}], ["block6e_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6e_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6e_project_conv", "inbound_nodes": [[["block6e_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6e_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6e_project_bn", "inbound_nodes": [[["block6e_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6e_drop", "trainable": true, "dtype": "float32", "rate": 0.15272727272727274, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6e_drop", "inbound_nodes": [[["block6e_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6e_add", "trainable": true, "dtype": "float32"}, "name": "block6e_add", "inbound_nodes": [[["block6e_drop", 0, 0, {}], ["block6d_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6f_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6f_expand_conv", "inbound_nodes": [[["block6e_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6f_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6f_expand_bn", "inbound_nodes": [[["block6f_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6f_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6f_expand_activation", "inbound_nodes": [[["block6f_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6f_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6f_dwconv", "inbound_nodes": [[["block6f_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6f_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6f_bn", "inbound_nodes": [[["block6f_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6f_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6f_activation", "inbound_nodes": [[["block6f_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6f_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6f_se_squeeze", "inbound_nodes": [[["block6f_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6f_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6f_se_reshape", "inbound_nodes": [[["block6f_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6f_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6f_se_reduce", "inbound_nodes": [[["block6f_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6f_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6f_se_expand", "inbound_nodes": [[["block6f_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6f_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6f_se_excite", "inbound_nodes": [[["block6f_activation", 0, 0, {}], ["block6f_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6f_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6f_project_conv", "inbound_nodes": [[["block6f_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6f_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6f_project_bn", "inbound_nodes": [[["block6f_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6f_drop", "trainable": true, "dtype": "float32", "rate": 0.15636363636363634, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6f_drop", "inbound_nodes": [[["block6f_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6f_add", "trainable": true, "dtype": "float32"}, "name": "block6f_add", "inbound_nodes": [[["block6f_drop", 0, 0, {}], ["block6e_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6g_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6g_expand_conv", "inbound_nodes": [[["block6f_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6g_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6g_expand_bn", "inbound_nodes": [[["block6g_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6g_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6g_expand_activation", "inbound_nodes": [[["block6g_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6g_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6g_dwconv", "inbound_nodes": [[["block6g_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6g_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6g_bn", "inbound_nodes": [[["block6g_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6g_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6g_activation", "inbound_nodes": [[["block6g_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6g_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6g_se_squeeze", "inbound_nodes": [[["block6g_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6g_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6g_se_reshape", "inbound_nodes": [[["block6g_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6g_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6g_se_reduce", "inbound_nodes": [[["block6g_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6g_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6g_se_expand", "inbound_nodes": [[["block6g_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6g_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6g_se_excite", "inbound_nodes": [[["block6g_activation", 0, 0, {}], ["block6g_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6g_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6g_project_conv", "inbound_nodes": [[["block6g_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6g_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6g_project_bn", "inbound_nodes": [[["block6g_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6g_drop", "trainable": true, "dtype": "float32", "rate": 0.16, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6g_drop", "inbound_nodes": [[["block6g_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6g_add", "trainable": true, "dtype": "float32"}, "name": "block6g_add", "inbound_nodes": [[["block6g_drop", 0, 0, {}], ["block6f_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6h_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6h_expand_conv", "inbound_nodes": [[["block6g_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6h_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6h_expand_bn", "inbound_nodes": [[["block6h_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6h_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6h_expand_activation", "inbound_nodes": [[["block6h_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6h_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6h_dwconv", "inbound_nodes": [[["block6h_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6h_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6h_bn", "inbound_nodes": [[["block6h_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6h_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6h_activation", "inbound_nodes": [[["block6h_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6h_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6h_se_squeeze", "inbound_nodes": [[["block6h_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6h_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6h_se_reshape", "inbound_nodes": [[["block6h_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6h_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6h_se_reduce", "inbound_nodes": [[["block6h_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6h_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6h_se_expand", "inbound_nodes": [[["block6h_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6h_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6h_se_excite", "inbound_nodes": [[["block6h_activation", 0, 0, {}], ["block6h_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6h_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6h_project_conv", "inbound_nodes": [[["block6h_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6h_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6h_project_bn", "inbound_nodes": [[["block6h_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6h_drop", "trainable": true, "dtype": "float32", "rate": 0.16363636363636364, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6h_drop", "inbound_nodes": [[["block6h_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6h_add", "trainable": true, "dtype": "float32"}, "name": "block6h_add", "inbound_nodes": [[["block6h_drop", 0, 0, {}], ["block6g_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6i_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6i_expand_conv", "inbound_nodes": [[["block6h_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6i_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6i_expand_bn", "inbound_nodes": [[["block6i_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6i_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6i_expand_activation", "inbound_nodes": [[["block6i_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6i_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6i_dwconv", "inbound_nodes": [[["block6i_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6i_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6i_bn", "inbound_nodes": [[["block6i_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6i_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6i_activation", "inbound_nodes": [[["block6i_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6i_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6i_se_squeeze", "inbound_nodes": [[["block6i_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6i_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6i_se_reshape", "inbound_nodes": [[["block6i_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6i_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6i_se_reduce", "inbound_nodes": [[["block6i_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6i_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6i_se_expand", "inbound_nodes": [[["block6i_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6i_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6i_se_excite", "inbound_nodes": [[["block6i_activation", 0, 0, {}], ["block6i_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6i_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6i_project_conv", "inbound_nodes": [[["block6i_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6i_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6i_project_bn", "inbound_nodes": [[["block6i_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6i_drop", "trainable": true, "dtype": "float32", "rate": 0.1672727272727273, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6i_drop", "inbound_nodes": [[["block6i_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6i_add", "trainable": true, "dtype": "float32"}, "name": "block6i_add", "inbound_nodes": [[["block6i_drop", 0, 0, {}], ["block6h_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6j_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6j_expand_conv", "inbound_nodes": [[["block6i_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6j_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6j_expand_bn", "inbound_nodes": [[["block6j_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6j_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6j_expand_activation", "inbound_nodes": [[["block6j_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6j_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6j_dwconv", "inbound_nodes": [[["block6j_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6j_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6j_bn", "inbound_nodes": [[["block6j_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6j_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6j_activation", "inbound_nodes": [[["block6j_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6j_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6j_se_squeeze", "inbound_nodes": [[["block6j_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6j_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6j_se_reshape", "inbound_nodes": [[["block6j_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6j_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6j_se_reduce", "inbound_nodes": [[["block6j_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6j_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6j_se_expand", "inbound_nodes": [[["block6j_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6j_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6j_se_excite", "inbound_nodes": [[["block6j_activation", 0, 0, {}], ["block6j_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6j_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6j_project_conv", "inbound_nodes": [[["block6j_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6j_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6j_project_bn", "inbound_nodes": [[["block6j_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6j_drop", "trainable": true, "dtype": "float32", "rate": 0.17090909090909093, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6j_drop", "inbound_nodes": [[["block6j_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6j_add", "trainable": true, "dtype": "float32"}, "name": "block6j_add", "inbound_nodes": [[["block6j_drop", 0, 0, {}], ["block6i_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6k_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6k_expand_conv", "inbound_nodes": [[["block6j_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6k_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6k_expand_bn", "inbound_nodes": [[["block6k_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6k_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6k_expand_activation", "inbound_nodes": [[["block6k_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6k_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6k_dwconv", "inbound_nodes": [[["block6k_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6k_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6k_bn", "inbound_nodes": [[["block6k_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6k_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6k_activation", "inbound_nodes": [[["block6k_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6k_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6k_se_squeeze", "inbound_nodes": [[["block6k_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6k_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6k_se_reshape", "inbound_nodes": [[["block6k_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6k_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6k_se_reduce", "inbound_nodes": [[["block6k_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6k_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6k_se_expand", "inbound_nodes": [[["block6k_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6k_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6k_se_excite", "inbound_nodes": [[["block6k_activation", 0, 0, {}], ["block6k_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6k_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6k_project_conv", "inbound_nodes": [[["block6k_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6k_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6k_project_bn", "inbound_nodes": [[["block6k_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6k_drop", "trainable": true, "dtype": "float32", "rate": 0.17454545454545456, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6k_drop", "inbound_nodes": [[["block6k_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6k_add", "trainable": true, "dtype": "float32"}, "name": "block6k_add", "inbound_nodes": [[["block6k_drop", 0, 0, {}], ["block6j_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6l_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6l_expand_conv", "inbound_nodes": [[["block6k_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6l_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6l_expand_bn", "inbound_nodes": [[["block6l_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6l_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6l_expand_activation", "inbound_nodes": [[["block6l_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6l_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6l_dwconv", "inbound_nodes": [[["block6l_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6l_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6l_bn", "inbound_nodes": [[["block6l_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6l_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6l_activation", "inbound_nodes": [[["block6l_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6l_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6l_se_squeeze", "inbound_nodes": [[["block6l_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6l_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6l_se_reshape", "inbound_nodes": [[["block6l_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6l_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6l_se_reduce", "inbound_nodes": [[["block6l_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6l_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6l_se_expand", "inbound_nodes": [[["block6l_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6l_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6l_se_excite", "inbound_nodes": [[["block6l_activation", 0, 0, {}], ["block6l_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6l_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6l_project_conv", "inbound_nodes": [[["block6l_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6l_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6l_project_bn", "inbound_nodes": [[["block6l_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6l_drop", "trainable": true, "dtype": "float32", "rate": 0.1781818181818182, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6l_drop", "inbound_nodes": [[["block6l_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6l_add", "trainable": true, "dtype": "float32"}, "name": "block6l_add", "inbound_nodes": [[["block6l_drop", 0, 0, {}], ["block6k_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6m_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6m_expand_conv", "inbound_nodes": [[["block6l_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6m_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6m_expand_bn", "inbound_nodes": [[["block6m_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6m_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6m_expand_activation", "inbound_nodes": [[["block6m_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block6m_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [5, 5], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block6m_dwconv", "inbound_nodes": [[["block6m_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6m_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6m_bn", "inbound_nodes": [[["block6m_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block6m_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block6m_activation", "inbound_nodes": [[["block6m_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block6m_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block6m_se_squeeze", "inbound_nodes": [[["block6m_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block6m_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block6m_se_reshape", "inbound_nodes": [[["block6m_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6m_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6m_se_reduce", "inbound_nodes": [[["block6m_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6m_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6m_se_expand", "inbound_nodes": [[["block6m_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block6m_se_excite", "trainable": true, "dtype": "float32"}, "name": "block6m_se_excite", "inbound_nodes": [[["block6m_activation", 0, 0, {}], ["block6m_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block6m_project_conv", "trainable": true, "dtype": "float32", "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block6m_project_conv", "inbound_nodes": [[["block6m_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block6m_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block6m_project_bn", "inbound_nodes": [[["block6m_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block6m_drop", "trainable": true, "dtype": "float32", "rate": 0.18181818181818182, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block6m_drop", "inbound_nodes": [[["block6m_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block6m_add", "trainable": true, "dtype": "float32"}, "name": "block6m_add", "inbound_nodes": [[["block6m_drop", 0, 0, {}], ["block6l_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7a_expand_conv", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7a_expand_conv", "inbound_nodes": [[["block6m_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7a_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7a_expand_bn", "inbound_nodes": [[["block7a_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7a_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7a_expand_activation", "inbound_nodes": [[["block7a_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block7a_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block7a_dwconv", "inbound_nodes": [[["block7a_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7a_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7a_bn", "inbound_nodes": [[["block7a_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7a_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7a_activation", "inbound_nodes": [[["block7a_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block7a_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block7a_se_squeeze", "inbound_nodes": [[["block7a_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block7a_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 2304]}, "name": "block7a_se_reshape", "inbound_nodes": [[["block7a_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7a_se_reduce", "trainable": true, "dtype": "float32", "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7a_se_reduce", "inbound_nodes": [[["block7a_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7a_se_expand", "trainable": true, "dtype": "float32", "filters": 2304, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7a_se_expand", "inbound_nodes": [[["block7a_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block7a_se_excite", "trainable": true, "dtype": "float32"}, "name": "block7a_se_excite", "inbound_nodes": [[["block7a_activation", 0, 0, {}], ["block7a_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7a_project_conv", "trainable": true, "dtype": "float32", "filters": 640, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7a_project_conv", "inbound_nodes": [[["block7a_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7a_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7a_project_bn", "inbound_nodes": [[["block7a_project_conv", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7b_expand_conv", "trainable": true, "dtype": "float32", "filters": 3840, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7b_expand_conv", "inbound_nodes": [[["block7a_project_bn", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7b_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7b_expand_bn", "inbound_nodes": [[["block7b_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7b_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7b_expand_activation", "inbound_nodes": [[["block7b_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block7b_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block7b_dwconv", "inbound_nodes": [[["block7b_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7b_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7b_bn", "inbound_nodes": [[["block7b_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7b_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7b_activation", "inbound_nodes": [[["block7b_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block7b_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block7b_se_squeeze", "inbound_nodes": [[["block7b_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block7b_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 3840]}, "name": "block7b_se_reshape", "inbound_nodes": [[["block7b_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7b_se_reduce", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7b_se_reduce", "inbound_nodes": [[["block7b_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7b_se_expand", "trainable": true, "dtype": "float32", "filters": 3840, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7b_se_expand", "inbound_nodes": [[["block7b_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block7b_se_excite", "trainable": true, "dtype": "float32"}, "name": "block7b_se_excite", "inbound_nodes": [[["block7b_activation", 0, 0, {}], ["block7b_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7b_project_conv", "trainable": true, "dtype": "float32", "filters": 640, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7b_project_conv", "inbound_nodes": [[["block7b_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7b_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7b_project_bn", "inbound_nodes": [[["block7b_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block7b_drop", "trainable": true, "dtype": "float32", "rate": 0.1890909090909091, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block7b_drop", "inbound_nodes": [[["block7b_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block7b_add", "trainable": true, "dtype": "float32"}, "name": "block7b_add", "inbound_nodes": [[["block7b_drop", 0, 0, {}], ["block7a_project_bn", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7c_expand_conv", "trainable": true, "dtype": "float32", "filters": 3840, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7c_expand_conv", "inbound_nodes": [[["block7b_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7c_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7c_expand_bn", "inbound_nodes": [[["block7c_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7c_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7c_expand_activation", "inbound_nodes": [[["block7c_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block7c_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block7c_dwconv", "inbound_nodes": [[["block7c_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7c_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7c_bn", "inbound_nodes": [[["block7c_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7c_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7c_activation", "inbound_nodes": [[["block7c_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block7c_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block7c_se_squeeze", "inbound_nodes": [[["block7c_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block7c_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 3840]}, "name": "block7c_se_reshape", "inbound_nodes": [[["block7c_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7c_se_reduce", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7c_se_reduce", "inbound_nodes": [[["block7c_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7c_se_expand", "trainable": true, "dtype": "float32", "filters": 3840, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7c_se_expand", "inbound_nodes": [[["block7c_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block7c_se_excite", "trainable": true, "dtype": "float32"}, "name": "block7c_se_excite", "inbound_nodes": [[["block7c_activation", 0, 0, {}], ["block7c_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7c_project_conv", "trainable": true, "dtype": "float32", "filters": 640, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7c_project_conv", "inbound_nodes": [[["block7c_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7c_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7c_project_bn", "inbound_nodes": [[["block7c_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block7c_drop", "trainable": true, "dtype": "float32", "rate": 0.19272727272727275, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block7c_drop", "inbound_nodes": [[["block7c_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block7c_add", "trainable": true, "dtype": "float32"}, "name": "block7c_add", "inbound_nodes": [[["block7c_drop", 0, 0, {}], ["block7b_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7d_expand_conv", "trainable": true, "dtype": "float32", "filters": 3840, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7d_expand_conv", "inbound_nodes": [[["block7c_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7d_expand_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7d_expand_bn", "inbound_nodes": [[["block7d_expand_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7d_expand_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7d_expand_activation", "inbound_nodes": [[["block7d_expand_bn", 0, 0, {}]]]}, {"class_name": "DepthwiseConv2D", "config": {"name": "block7d_dwconv", "trainable": true, "dtype": "float32", "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "name": "block7d_dwconv", "inbound_nodes": [[["block7d_expand_activation", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7d_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7d_bn", "inbound_nodes": [[["block7d_dwconv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "block7d_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "block7d_activation", "inbound_nodes": [[["block7d_bn", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "block7d_se_squeeze", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "block7d_se_squeeze", "inbound_nodes": [[["block7d_activation", 0, 0, {}]]]}, {"class_name": "Reshape", "config": {"name": "block7d_se_reshape", "trainable": true, "dtype": "float32", "target_shape": [1, 1, 3840]}, "name": "block7d_se_reshape", "inbound_nodes": [[["block7d_se_squeeze", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7d_se_reduce", "trainable": true, "dtype": "float32", "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "swish", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7d_se_reduce", "inbound_nodes": [[["block7d_se_reshape", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7d_se_expand", "trainable": true, "dtype": "float32", "filters": 3840, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7d_se_expand", "inbound_nodes": [[["block7d_se_reduce", 0, 0, {}]]]}, {"class_name": "Multiply", "config": {"name": "block7d_se_excite", "trainable": true, "dtype": "float32"}, "name": "block7d_se_excite", "inbound_nodes": [[["block7d_activation", 0, 0, {}], ["block7d_se_expand", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "block7d_project_conv", "trainable": true, "dtype": "float32", "filters": 640, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "block7d_project_conv", "inbound_nodes": [[["block7d_se_excite", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "block7d_project_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "block7d_project_bn", "inbound_nodes": [[["block7d_project_conv", 0, 0, {}]]]}, {"class_name": "Dropout", "config": {"name": "block7d_drop", "trainable": true, "dtype": "float32", "rate": 0.19636363636363638, "noise_shape": [null, 1, 1, 1], "seed": null}, "name": "block7d_drop", "inbound_nodes": [[["block7d_project_bn", 0, 0, {}]]]}, {"class_name": "Add", "config": {"name": "block7d_add", "trainable": true, "dtype": "float32"}, "name": "block7d_add", "inbound_nodes": [[["block7d_drop", 0, 0, {}], ["block7c_add", 0, 0, {}]]]}, {"class_name": "Conv2D", "config": {"name": "top_conv", "trainable": true, "dtype": "float32", "filters": 2560, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "top_conv", "inbound_nodes": [[["block7d_add", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "top_bn", "trainable": true, "dtype": "float32", "axis": [3], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "top_bn", "inbound_nodes": [[["top_conv", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "top_activation", "trainable": true, "dtype": "float32", "activation": "swish"}, "name": "top_activation", "inbound_nodes": [[["top_bn", 0, 0, {}]]]}], "input_layers": [["input_2", 0, 0]], "output_layers": [["top_activation", 0, 0]]}, "name": "efficientnetb7", "inbound_nodes": [[["resizing", 0, 0, {}]]]}, {"class_name": "GlobalAveragePooling2D", "config": {"name": "global_average_pooling2d", "trainable": true, "dtype": "float32", "data_format": "channels_last", "keepdims": false}, "name": "global_average_pooling2d", "inbound_nodes": [[["efficientnetb7", 1, 0, {}]]]}, {"class_name": "Dense", "config": {"name": "dense", "trainable": true, "dtype": "float32", "units": 9, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "dense", "inbound_nodes": [[["global_average_pooling2d", 0, 0, {}]]]}, {"class_name": "Softmax", "config": {"name": "classification_head_1", "trainable": true, "dtype": "float32", "axis": -1}, "name": "classification_head_1", "inbound_nodes": [[["dense", 0, 0, {}]]]}], "input_layers": [["input_1", 0, 0]], "output_layers": [["classification_head_1", 0, 0]]}, "keras_version": "2.8.0", "backend": "tensorflow"}