{ "name": "model_2", "trainable": true, "layers": [ { "class_name": "InputLayer", "config": { "batch_input_shape": [ null, 224, 224, 3 ], "dtype": "float32", "sparse": false, "ragged": false, "name": "input" }, "name": "input", "inbound_nodes": [] }, { "class_name": "Sequential", "config": { "name": "sequential_1", "layers": [ { "class_name": "InputLayer", "config": { "batch_input_shape": [ null, 224, null, 3 ], "dtype": "float32", "sparse": false, "ragged": false, "name": "random_flip_1_input" } }, { "class_name": "RandomFlip", "config": { "name": "random_flip_1", "trainable": true, "dtype": "float32", "mode": "horizontal_and_vertical", "seed": null } }, { "class_name": "RandomRotation", "config": { "name": "random_rotation_1", "trainable": true, "dtype": "float32", "factor": 0.25, "fill_mode": "reflect", "fill_value": 0.0, "interpolation": "bilinear", "seed": null } }, { "class_name": "RandomZoom", "config": { "name": "random_zoom_1", "trainable": true, "dtype": "float32", "height_factor": 0.25, "width_factor": null, "fill_mode": "reflect", "fill_value": 0.0, "interpolation": "bilinear", "seed": null } }, { "class_name": "RandomContrast", "config": { "name": "random_contrast_1", "trainable": true, "dtype": "float32", "factor": 0.1, "seed": null } }, { "class_name": "RandomBrightness", "config": { "name": "random_brightness_1", "trainable": true, "dtype": "float32", "factor": [ -0.3, 0.3 ], "value_range": [ 0, 255 ], "seed": null } } ] }, "name": "sequential_1", "inbound_nodes": [ [ [ "input", 0, 0, {} ] ] ] }, { "class_name": "Functional", "config": { "name": "efficientnetv2-l", "trainable": false, "layers": [ { "class_name": "InputLayer", "config": { "batch_input_shape": [ null, 224, 224, 3 ], "dtype": "float32", "sparse": false, "ragged": false, "name": "input_2" }, "name": "input_2", "inbound_nodes": [] }, { "class_name": "Rescaling", "config": { "name": "rescaling_1", "trainable": false, "dtype": "float32", "scale": 0.0078125, "offset": -1 }, "name": "rescaling_1", "inbound_nodes": [ [ [ "input_2", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "stem_conv", "trainable": false, "dtype": "float32", "filters": 32, "kernel_size": [ 3, 3 ], "strides": [ 2, 2 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "stem_conv", "inbound_nodes": [ [ [ "rescaling_1", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "stem_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "stem_activation", "inbound_nodes": [ [ [ "stem_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block1a_project_conv", "trainable": false, "dtype": "float32", "filters": 32, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block1a_project_conv", "inbound_nodes": [ [ [ "stem_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block1a_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": "Activation", "config": { "name": "block1a_project_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block1a_project_activation", "inbound_nodes": [ [ [ "block1a_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block1a_add", "trainable": false, "dtype": "float32" }, "name": "block1a_add", "inbound_nodes": [ [ [ "block1a_project_activation", 0, 0, {} ], [ "stem_activation", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block1b_project_conv", "trainable": false, "dtype": "float32", "filters": 32, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block1b_project_conv", "inbound_nodes": [ [ [ "block1a_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block1b_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": "Activation", "config": { "name": "block1b_project_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block1b_project_activation", "inbound_nodes": [ [ [ "block1b_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block1b_drop", "trainable": false, "dtype": "float32", "rate": 0.002531645569620253, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block1b_drop", "inbound_nodes": [ [ [ "block1b_project_activation", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block1b_add", "trainable": false, "dtype": "float32" }, "name": "block1b_add", "inbound_nodes": [ [ [ "block1b_drop", 0, 0, {} ], [ "block1a_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block1c_project_conv", "trainable": false, "dtype": "float32", "filters": 32, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block1c_project_conv", "inbound_nodes": [ [ [ "block1b_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block1c_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": "Activation", "config": { "name": "block1c_project_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block1c_project_activation", "inbound_nodes": [ [ [ "block1c_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block1c_drop", "trainable": false, "dtype": "float32", "rate": 0.005063291139240506, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block1c_drop", "inbound_nodes": [ [ [ "block1c_project_activation", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block1c_add", "trainable": false, "dtype": "float32" }, "name": "block1c_add", "inbound_nodes": [ [ [ "block1c_drop", 0, 0, {} ], [ "block1b_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block1d_project_conv", "trainable": false, "dtype": "float32", "filters": 32, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block1d_project_conv", "inbound_nodes": [ [ [ "block1c_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block1d_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": "Activation", "config": { "name": "block1d_project_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block1d_project_activation", "inbound_nodes": [ [ [ "block1d_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block1d_drop", "trainable": false, "dtype": "float32", "rate": 0.007594936708860761, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block1d_drop", "inbound_nodes": [ [ [ "block1d_project_activation", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block1d_add", "trainable": false, "dtype": "float32" }, "name": "block1d_add", "inbound_nodes": [ [ [ "block1d_drop", 0, 0, {} ], [ "block1c_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2a_expand_conv", "trainable": false, "dtype": "float32", "filters": 128, "kernel_size": [ 3, 3 ], "strides": [ 2, 2 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2a_expand_conv", "inbound_nodes": [ [ [ "block1d_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2a_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block2a_expand_activation", "inbound_nodes": [ [ [ "block2a_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2a_project_conv", "trainable": false, "dtype": "float32", "filters": 64, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2a_project_conv", "inbound_nodes": [ [ [ "block2a_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2a_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "filters": 256, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2b_expand_conv", "inbound_nodes": [ [ [ "block2a_project_bn", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2b_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block2b_expand_activation", "inbound_nodes": [ [ [ "block2b_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2b_project_conv", "trainable": false, "dtype": "float32", "filters": 64, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2b_project_conv", "inbound_nodes": [ [ [ "block2b_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2b_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.012658227848101266, "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": false, "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": false, "dtype": "float32", "filters": 256, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2c_expand_conv", "inbound_nodes": [ [ [ "block2b_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2c_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block2c_expand_activation", "inbound_nodes": [ [ [ "block2c_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2c_project_conv", "trainable": false, "dtype": "float32", "filters": 64, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2c_project_conv", "inbound_nodes": [ [ [ "block2c_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2c_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.015189873417721522, "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": false, "dtype": "float32" }, "name": "block2c_add", "inbound_nodes": [ [ [ "block2c_drop", 0, 0, {} ], [ "block2b_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2d_expand_conv", "trainable": false, "dtype": "float32", "filters": 256, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2d_expand_conv", "inbound_nodes": [ [ [ "block2c_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2d_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block2d_expand_activation", "inbound_nodes": [ [ [ "block2d_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2d_project_conv", "trainable": false, "dtype": "float32", "filters": 64, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2d_project_conv", "inbound_nodes": [ [ [ "block2d_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2d_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.017721518987341773, "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": false, "dtype": "float32" }, "name": "block2d_add", "inbound_nodes": [ [ [ "block2d_drop", 0, 0, {} ], [ "block2c_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2e_expand_conv", "trainable": false, "dtype": "float32", "filters": 256, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2e_expand_conv", "inbound_nodes": [ [ [ "block2d_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2e_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block2e_expand_activation", "inbound_nodes": [ [ [ "block2e_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2e_project_conv", "trainable": false, "dtype": "float32", "filters": 64, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2e_project_conv", "inbound_nodes": [ [ [ "block2e_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2e_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.020253164556962026, "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": false, "dtype": "float32" }, "name": "block2e_add", "inbound_nodes": [ [ [ "block2e_drop", 0, 0, {} ], [ "block2d_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2f_expand_conv", "trainable": false, "dtype": "float32", "filters": 256, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2f_expand_conv", "inbound_nodes": [ [ [ "block2e_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2f_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block2f_expand_activation", "inbound_nodes": [ [ [ "block2f_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2f_project_conv", "trainable": false, "dtype": "float32", "filters": 64, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2f_project_conv", "inbound_nodes": [ [ [ "block2f_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2f_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.02278481012658228, "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": false, "dtype": "float32" }, "name": "block2f_add", "inbound_nodes": [ [ [ "block2f_drop", 0, 0, {} ], [ "block2e_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2g_expand_conv", "trainable": false, "dtype": "float32", "filters": 256, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2g_expand_conv", "inbound_nodes": [ [ [ "block2f_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2g_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block2g_expand_activation", "inbound_nodes": [ [ [ "block2g_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block2g_project_conv", "trainable": false, "dtype": "float32", "filters": 64, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block2g_project_conv", "inbound_nodes": [ [ [ "block2g_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block2g_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.02531645569620253, "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": false, "dtype": "float32" }, "name": "block2g_add", "inbound_nodes": [ [ [ "block2g_drop", 0, 0, {} ], [ "block2f_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3a_expand_conv", "trainable": false, "dtype": "float32", "filters": 256, "kernel_size": [ 3, 3 ], "strides": [ 2, 2 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3a_expand_conv", "inbound_nodes": [ [ [ "block2g_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3a_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block3a_expand_activation", "inbound_nodes": [ [ [ "block3a_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3a_project_conv", "trainable": false, "dtype": "float32", "filters": 96, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3a_project_conv", "inbound_nodes": [ [ [ "block3a_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3a_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "filters": 384, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3b_expand_conv", "inbound_nodes": [ [ [ "block3a_project_bn", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3b_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block3b_expand_activation", "inbound_nodes": [ [ [ "block3b_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3b_project_conv", "trainable": false, "dtype": "float32", "filters": 96, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3b_project_conv", "inbound_nodes": [ [ [ "block3b_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3b_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.030379746835443044, "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": false, "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": false, "dtype": "float32", "filters": 384, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3c_expand_conv", "inbound_nodes": [ [ [ "block3b_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3c_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block3c_expand_activation", "inbound_nodes": [ [ [ "block3c_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3c_project_conv", "trainable": false, "dtype": "float32", "filters": 96, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3c_project_conv", "inbound_nodes": [ [ [ "block3c_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3c_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.03291139240506329, "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": false, "dtype": "float32" }, "name": "block3c_add", "inbound_nodes": [ [ [ "block3c_drop", 0, 0, {} ], [ "block3b_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3d_expand_conv", "trainable": false, "dtype": "float32", "filters": 384, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3d_expand_conv", "inbound_nodes": [ [ [ "block3c_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3d_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block3d_expand_activation", "inbound_nodes": [ [ [ "block3d_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3d_project_conv", "trainable": false, "dtype": "float32", "filters": 96, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3d_project_conv", "inbound_nodes": [ [ [ "block3d_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3d_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.035443037974683546, "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": false, "dtype": "float32" }, "name": "block3d_add", "inbound_nodes": [ [ [ "block3d_drop", 0, 0, {} ], [ "block3c_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3e_expand_conv", "trainable": false, "dtype": "float32", "filters": 384, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3e_expand_conv", "inbound_nodes": [ [ [ "block3d_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3e_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block3e_expand_activation", "inbound_nodes": [ [ [ "block3e_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3e_project_conv", "trainable": false, "dtype": "float32", "filters": 96, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3e_project_conv", "inbound_nodes": [ [ [ "block3e_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3e_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.0379746835443038, "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": false, "dtype": "float32" }, "name": "block3e_add", "inbound_nodes": [ [ [ "block3e_drop", 0, 0, {} ], [ "block3d_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3f_expand_conv", "trainable": false, "dtype": "float32", "filters": 384, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3f_expand_conv", "inbound_nodes": [ [ [ "block3e_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3f_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block3f_expand_activation", "inbound_nodes": [ [ [ "block3f_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3f_project_conv", "trainable": false, "dtype": "float32", "filters": 96, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3f_project_conv", "inbound_nodes": [ [ [ "block3f_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3f_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.04050632911392405, "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": false, "dtype": "float32" }, "name": "block3f_add", "inbound_nodes": [ [ [ "block3f_drop", 0, 0, {} ], [ "block3e_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3g_expand_conv", "trainable": false, "dtype": "float32", "filters": 384, "kernel_size": [ 3, 3 ], "strides": [ 1, 1 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "kernel_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3g_expand_conv", "inbound_nodes": [ [ [ "block3f_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3g_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block3g_expand_activation", "inbound_nodes": [ [ [ "block3g_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block3g_project_conv", "trainable": false, "dtype": "float32", "filters": 96, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block3g_project_conv", "inbound_nodes": [ [ [ "block3g_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block3g_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.04303797468354431, "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": false, "dtype": "float32" }, "name": "block3g_add", "inbound_nodes": [ [ [ "block3g_drop", 0, 0, {} ], [ "block3f_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4a_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4a_expand_conv", "inbound_nodes": [ [ [ "block3g_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4a_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4a_expand_activation", "inbound_nodes": [ [ [ "block4a_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4a_dwconv2", "trainable": false, "dtype": "float32", "kernel_size": [ 3, 3 ], "strides": [ 2, 2 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4a_dwconv2", "inbound_nodes": [ [ [ "block4a_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4a_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4a_bn", "inbound_nodes": [ [ [ "block4a_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4a_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4a_activation", "inbound_nodes": [ [ [ "block4a_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4a_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 384 ] }, "name": "block4a_se_reshape", "inbound_nodes": [ [ [ "block4a_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4a_se_reduce", "trainable": false, "dtype": "float32", "filters": 24, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4a_se_reduce", "inbound_nodes": [ [ [ "block4a_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4a_se_expand", "trainable": false, "dtype": "float32", "filters": 384, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4a_se_expand", "inbound_nodes": [ [ [ "block4a_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4a_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4a_project_conv", "inbound_nodes": [ [ [ "block4a_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4a_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4b_expand_conv", "inbound_nodes": [ [ [ "block4a_project_bn", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4b_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4b_expand_activation", "inbound_nodes": [ [ [ "block4b_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4b_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4b_dwconv2", "inbound_nodes": [ [ [ "block4b_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4b_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4b_bn", "inbound_nodes": [ [ [ "block4b_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4b_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4b_activation", "inbound_nodes": [ [ [ "block4b_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4b_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4b_se_reshape", "inbound_nodes": [ [ [ "block4b_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4b_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4b_se_reduce", "inbound_nodes": [ [ [ "block4b_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4b_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4b_se_expand", "inbound_nodes": [ [ [ "block4b_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4b_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4b_project_conv", "inbound_nodes": [ [ [ "block4b_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4b_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.04810126582278482, "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": false, "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": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4c_expand_conv", "inbound_nodes": [ [ [ "block4b_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4c_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4c_expand_activation", "inbound_nodes": [ [ [ "block4c_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4c_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4c_dwconv2", "inbound_nodes": [ [ [ "block4c_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4c_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4c_bn", "inbound_nodes": [ [ [ "block4c_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4c_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4c_activation", "inbound_nodes": [ [ [ "block4c_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4c_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4c_se_reshape", "inbound_nodes": [ [ [ "block4c_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4c_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4c_se_reduce", "inbound_nodes": [ [ [ "block4c_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4c_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4c_se_expand", "inbound_nodes": [ [ [ "block4c_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4c_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4c_project_conv", "inbound_nodes": [ [ [ "block4c_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4c_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.05063291139240506, "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": false, "dtype": "float32" }, "name": "block4c_add", "inbound_nodes": [ [ [ "block4c_drop", 0, 0, {} ], [ "block4b_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4d_expand_conv", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4d_expand_conv", "inbound_nodes": [ [ [ "block4c_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4d_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4d_expand_activation", "inbound_nodes": [ [ [ "block4d_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4d_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4d_dwconv2", "inbound_nodes": [ [ [ "block4d_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4d_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4d_bn", "inbound_nodes": [ [ [ "block4d_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4d_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4d_activation", "inbound_nodes": [ [ [ "block4d_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4d_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4d_se_reshape", "inbound_nodes": [ [ [ "block4d_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4d_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4d_se_reduce", "inbound_nodes": [ [ [ "block4d_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4d_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4d_se_expand", "inbound_nodes": [ [ [ "block4d_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4d_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4d_project_conv", "inbound_nodes": [ [ [ "block4d_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4d_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.053164556962025315, "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": false, "dtype": "float32" }, "name": "block4d_add", "inbound_nodes": [ [ [ "block4d_drop", 0, 0, {} ], [ "block4c_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4e_expand_conv", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4e_expand_conv", "inbound_nodes": [ [ [ "block4d_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4e_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4e_expand_activation", "inbound_nodes": [ [ [ "block4e_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4e_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4e_dwconv2", "inbound_nodes": [ [ [ "block4e_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4e_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4e_bn", "inbound_nodes": [ [ [ "block4e_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4e_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4e_activation", "inbound_nodes": [ [ [ "block4e_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4e_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4e_se_reshape", "inbound_nodes": [ [ [ "block4e_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4e_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4e_se_reduce", "inbound_nodes": [ [ [ "block4e_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4e_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4e_se_expand", "inbound_nodes": [ [ [ "block4e_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4e_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4e_project_conv", "inbound_nodes": [ [ [ "block4e_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4e_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.055696202531645575, "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": false, "dtype": "float32" }, "name": "block4e_add", "inbound_nodes": [ [ [ "block4e_drop", 0, 0, {} ], [ "block4d_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4f_expand_conv", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4f_expand_conv", "inbound_nodes": [ [ [ "block4e_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4f_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4f_expand_activation", "inbound_nodes": [ [ [ "block4f_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4f_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4f_dwconv2", "inbound_nodes": [ [ [ "block4f_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4f_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4f_bn", "inbound_nodes": [ [ [ "block4f_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4f_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4f_activation", "inbound_nodes": [ [ [ "block4f_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4f_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4f_se_reshape", "inbound_nodes": [ [ [ "block4f_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4f_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4f_se_reduce", "inbound_nodes": [ [ [ "block4f_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4f_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4f_se_expand", "inbound_nodes": [ [ [ "block4f_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4f_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4f_project_conv", "inbound_nodes": [ [ [ "block4f_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4f_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.05822784810126583, "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": false, "dtype": "float32" }, "name": "block4f_add", "inbound_nodes": [ [ [ "block4f_drop", 0, 0, {} ], [ "block4e_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4g_expand_conv", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4g_expand_conv", "inbound_nodes": [ [ [ "block4f_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4g_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4g_expand_activation", "inbound_nodes": [ [ [ "block4g_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4g_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4g_dwconv2", "inbound_nodes": [ [ [ "block4g_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4g_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4g_bn", "inbound_nodes": [ [ [ "block4g_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4g_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4g_activation", "inbound_nodes": [ [ [ "block4g_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4g_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4g_se_reshape", "inbound_nodes": [ [ [ "block4g_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4g_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4g_se_reduce", "inbound_nodes": [ [ [ "block4g_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4g_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4g_se_expand", "inbound_nodes": [ [ [ "block4g_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4g_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4g_project_conv", "inbound_nodes": [ [ [ "block4g_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4g_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.06075949367088609, "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": false, "dtype": "float32" }, "name": "block4g_add", "inbound_nodes": [ [ [ "block4g_drop", 0, 0, {} ], [ "block4f_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4h_expand_conv", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4h_expand_conv", "inbound_nodes": [ [ [ "block4g_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4h_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4h_expand_activation", "inbound_nodes": [ [ [ "block4h_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4h_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4h_dwconv2", "inbound_nodes": [ [ [ "block4h_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4h_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4h_bn", "inbound_nodes": [ [ [ "block4h_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4h_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4h_activation", "inbound_nodes": [ [ [ "block4h_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4h_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4h_se_reshape", "inbound_nodes": [ [ [ "block4h_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4h_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4h_se_reduce", "inbound_nodes": [ [ [ "block4h_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4h_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4h_se_expand", "inbound_nodes": [ [ [ "block4h_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4h_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4h_project_conv", "inbound_nodes": [ [ [ "block4h_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4h_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.06329113924050633, "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": false, "dtype": "float32" }, "name": "block4h_add", "inbound_nodes": [ [ [ "block4h_drop", 0, 0, {} ], [ "block4g_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4i_expand_conv", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4i_expand_conv", "inbound_nodes": [ [ [ "block4h_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4i_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4i_expand_activation", "inbound_nodes": [ [ [ "block4i_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4i_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4i_dwconv2", "inbound_nodes": [ [ [ "block4i_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4i_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4i_bn", "inbound_nodes": [ [ [ "block4i_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4i_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4i_activation", "inbound_nodes": [ [ [ "block4i_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4i_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4i_se_reshape", "inbound_nodes": [ [ [ "block4i_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4i_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4i_se_reduce", "inbound_nodes": [ [ [ "block4i_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4i_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4i_se_expand", "inbound_nodes": [ [ [ "block4i_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4i_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4i_project_conv", "inbound_nodes": [ [ [ "block4i_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4i_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.06582278481012659, "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": false, "dtype": "float32" }, "name": "block4i_add", "inbound_nodes": [ [ [ "block4i_drop", 0, 0, {} ], [ "block4h_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4j_expand_conv", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4j_expand_conv", "inbound_nodes": [ [ [ "block4i_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4j_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block4j_expand_activation", "inbound_nodes": [ [ [ "block4j_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block4j_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block4j_dwconv2", "inbound_nodes": [ [ [ "block4j_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4j_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block4j_bn", "inbound_nodes": [ [ [ "block4j_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block4j_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block4j_activation", "inbound_nodes": [ [ [ "block4j_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block4j_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 768 ] }, "name": "block4j_se_reshape", "inbound_nodes": [ [ [ "block4j_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4j_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4j_se_reduce", "inbound_nodes": [ [ [ "block4j_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block4j_se_expand", "trainable": false, "dtype": "float32", "filters": 768, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4j_se_expand", "inbound_nodes": [ [ [ "block4j_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block4j_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block4j_project_conv", "inbound_nodes": [ [ [ "block4j_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block4j_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.06835443037974684, "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": false, "dtype": "float32" }, "name": "block4j_add", "inbound_nodes": [ [ [ "block4j_drop", 0, 0, {} ], [ "block4i_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5a_expand_conv", "trainable": false, "dtype": "float32", "filters": 1152, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5a_expand_conv", "inbound_nodes": [ [ [ "block4j_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5a_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5a_expand_activation", "inbound_nodes": [ [ [ "block5a_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5a_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5a_dwconv2", "inbound_nodes": [ [ [ "block5a_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5a_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5a_bn", "inbound_nodes": [ [ [ "block5a_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5a_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5a_activation", "inbound_nodes": [ [ [ "block5a_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5a_se_squeeze", "trainable": false, "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": false, "dtype": "float32", "target_shape": [ 1, 1, 1152 ] }, "name": "block5a_se_reshape", "inbound_nodes": [ [ [ "block5a_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5a_se_reduce", "trainable": false, "dtype": "float32", "filters": 48, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5a_se_reduce", "inbound_nodes": [ [ [ "block5a_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5a_se_expand", "trainable": false, "dtype": "float32", "filters": 1152, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5a_se_expand", "inbound_nodes": [ [ [ "block5a_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5a_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5a_project_conv", "inbound_nodes": [ [ [ "block5a_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5a_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5b_expand_conv", "inbound_nodes": [ [ [ "block5a_project_bn", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5b_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5b_expand_activation", "inbound_nodes": [ [ [ "block5b_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5b_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5b_dwconv2", "inbound_nodes": [ [ [ "block5b_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5b_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5b_bn", "inbound_nodes": [ [ [ "block5b_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5b_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5b_activation", "inbound_nodes": [ [ [ "block5b_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5b_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5b_se_reduce", "inbound_nodes": [ [ [ "block5b_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5b_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5b_se_expand", "inbound_nodes": [ [ [ "block5b_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5b_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5b_project_conv", "inbound_nodes": [ [ [ "block5b_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5b_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.07341772151898734, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5c_expand_conv", "inbound_nodes": [ [ [ "block5b_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5c_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5c_expand_activation", "inbound_nodes": [ [ [ "block5c_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5c_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5c_dwconv2", "inbound_nodes": [ [ [ "block5c_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5c_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5c_bn", "inbound_nodes": [ [ [ "block5c_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5c_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5c_activation", "inbound_nodes": [ [ [ "block5c_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5c_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5c_se_reduce", "inbound_nodes": [ [ [ "block5c_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5c_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5c_se_expand", "inbound_nodes": [ [ [ "block5c_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5c_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5c_project_conv", "inbound_nodes": [ [ [ "block5c_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5c_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.0759493670886076, "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": false, "dtype": "float32" }, "name": "block5c_add", "inbound_nodes": [ [ [ "block5c_drop", 0, 0, {} ], [ "block5b_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5d_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5d_expand_conv", "inbound_nodes": [ [ [ "block5c_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5d_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5d_expand_activation", "inbound_nodes": [ [ [ "block5d_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5d_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5d_dwconv2", "inbound_nodes": [ [ [ "block5d_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5d_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5d_bn", "inbound_nodes": [ [ [ "block5d_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5d_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5d_activation", "inbound_nodes": [ [ [ "block5d_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5d_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5d_se_reduce", "inbound_nodes": [ [ [ "block5d_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5d_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5d_se_expand", "inbound_nodes": [ [ [ "block5d_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5d_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5d_project_conv", "inbound_nodes": [ [ [ "block5d_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5d_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.07848101265822785, "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": false, "dtype": "float32" }, "name": "block5d_add", "inbound_nodes": [ [ [ "block5d_drop", 0, 0, {} ], [ "block5c_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5e_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5e_expand_conv", "inbound_nodes": [ [ [ "block5d_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5e_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5e_expand_activation", "inbound_nodes": [ [ [ "block5e_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5e_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5e_dwconv2", "inbound_nodes": [ [ [ "block5e_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5e_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5e_bn", "inbound_nodes": [ [ [ "block5e_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5e_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5e_activation", "inbound_nodes": [ [ [ "block5e_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5e_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5e_se_reduce", "inbound_nodes": [ [ [ "block5e_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5e_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5e_se_expand", "inbound_nodes": [ [ [ "block5e_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5e_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5e_project_conv", "inbound_nodes": [ [ [ "block5e_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5e_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.0810126582278481, "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": false, "dtype": "float32" }, "name": "block5e_add", "inbound_nodes": [ [ [ "block5e_drop", 0, 0, {} ], [ "block5d_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5f_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5f_expand_conv", "inbound_nodes": [ [ [ "block5e_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5f_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5f_expand_activation", "inbound_nodes": [ [ [ "block5f_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5f_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5f_dwconv2", "inbound_nodes": [ [ [ "block5f_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5f_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5f_bn", "inbound_nodes": [ [ [ "block5f_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5f_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5f_activation", "inbound_nodes": [ [ [ "block5f_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5f_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5f_se_reduce", "inbound_nodes": [ [ [ "block5f_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5f_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5f_se_expand", "inbound_nodes": [ [ [ "block5f_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5f_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5f_project_conv", "inbound_nodes": [ [ [ "block5f_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5f_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.08354430379746836, "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": false, "dtype": "float32" }, "name": "block5f_add", "inbound_nodes": [ [ [ "block5f_drop", 0, 0, {} ], [ "block5e_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5g_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5g_expand_conv", "inbound_nodes": [ [ [ "block5f_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5g_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5g_expand_activation", "inbound_nodes": [ [ [ "block5g_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5g_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5g_dwconv2", "inbound_nodes": [ [ [ "block5g_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5g_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5g_bn", "inbound_nodes": [ [ [ "block5g_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5g_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5g_activation", "inbound_nodes": [ [ [ "block5g_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5g_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5g_se_reduce", "inbound_nodes": [ [ [ "block5g_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5g_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5g_se_expand", "inbound_nodes": [ [ [ "block5g_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5g_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5g_project_conv", "inbound_nodes": [ [ [ "block5g_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5g_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.08607594936708862, "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": false, "dtype": "float32" }, "name": "block5g_add", "inbound_nodes": [ [ [ "block5g_drop", 0, 0, {} ], [ "block5f_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5h_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5h_expand_conv", "inbound_nodes": [ [ [ "block5g_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5h_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5h_expand_activation", "inbound_nodes": [ [ [ "block5h_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5h_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5h_dwconv2", "inbound_nodes": [ [ [ "block5h_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5h_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5h_bn", "inbound_nodes": [ [ [ "block5h_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5h_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5h_activation", "inbound_nodes": [ [ [ "block5h_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5h_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5h_se_reduce", "inbound_nodes": [ [ [ "block5h_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5h_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5h_se_expand", "inbound_nodes": [ [ [ "block5h_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5h_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5h_project_conv", "inbound_nodes": [ [ [ "block5h_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5h_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.08860759493670886, "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": false, "dtype": "float32" }, "name": "block5h_add", "inbound_nodes": [ [ [ "block5h_drop", 0, 0, {} ], [ "block5g_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5i_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5i_expand_conv", "inbound_nodes": [ [ [ "block5h_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5i_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5i_expand_activation", "inbound_nodes": [ [ [ "block5i_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5i_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5i_dwconv2", "inbound_nodes": [ [ [ "block5i_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5i_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5i_bn", "inbound_nodes": [ [ [ "block5i_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5i_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5i_activation", "inbound_nodes": [ [ [ "block5i_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5i_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5i_se_reduce", "inbound_nodes": [ [ [ "block5i_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5i_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5i_se_expand", "inbound_nodes": [ [ [ "block5i_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5i_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5i_project_conv", "inbound_nodes": [ [ [ "block5i_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5i_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.09113924050632911, "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": false, "dtype": "float32" }, "name": "block5i_add", "inbound_nodes": [ [ [ "block5i_drop", 0, 0, {} ], [ "block5h_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5j_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5j_expand_conv", "inbound_nodes": [ [ [ "block5i_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5j_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block5j_expand_activation", "inbound_nodes": [ [ [ "block5j_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5j_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5j_dwconv2", "inbound_nodes": [ [ [ "block5j_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5j_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5j_bn", "inbound_nodes": [ [ [ "block5j_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5j_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5j_activation", "inbound_nodes": [ [ [ "block5j_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5j_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5j_se_reduce", "inbound_nodes": [ [ [ "block5j_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5j_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5j_se_expand", "inbound_nodes": [ [ [ "block5j_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5j_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5j_project_conv", "inbound_nodes": [ [ [ "block5j_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5j_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.09367088607594937, "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": false, "dtype": "float32" }, "name": "block5j_add", "inbound_nodes": [ [ [ "block5j_drop", 0, 0, {} ], [ "block5i_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5k_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5k_expand_conv", "inbound_nodes": [ [ [ "block5j_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5k_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5k_expand_bn", "inbound_nodes": [ [ [ "block5k_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5k_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5k_expand_activation", "inbound_nodes": [ [ [ "block5k_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5k_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5k_dwconv2", "inbound_nodes": [ [ [ "block5k_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5k_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5k_bn", "inbound_nodes": [ [ [ "block5k_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5k_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5k_activation", "inbound_nodes": [ [ [ "block5k_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5k_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5k_se_squeeze", "inbound_nodes": [ [ [ "block5k_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5k_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5k_se_reshape", "inbound_nodes": [ [ [ "block5k_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5k_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5k_se_reduce", "inbound_nodes": [ [ [ "block5k_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5k_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5k_se_expand", "inbound_nodes": [ [ [ "block5k_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5k_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5k_se_excite", "inbound_nodes": [ [ [ "block5k_activation", 0, 0, {} ], [ "block5k_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5k_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5k_project_conv", "inbound_nodes": [ [ [ "block5k_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5k_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5k_project_bn", "inbound_nodes": [ [ [ "block5k_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5k_drop", "trainable": false, "dtype": "float32", "rate": 0.09620253164556963, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5k_drop", "inbound_nodes": [ [ [ "block5k_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5k_add", "trainable": false, "dtype": "float32" }, "name": "block5k_add", "inbound_nodes": [ [ [ "block5k_drop", 0, 0, {} ], [ "block5j_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5l_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5l_expand_conv", "inbound_nodes": [ [ [ "block5k_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5l_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5l_expand_bn", "inbound_nodes": [ [ [ "block5l_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5l_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5l_expand_activation", "inbound_nodes": [ [ [ "block5l_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5l_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5l_dwconv2", "inbound_nodes": [ [ [ "block5l_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5l_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5l_bn", "inbound_nodes": [ [ [ "block5l_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5l_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5l_activation", "inbound_nodes": [ [ [ "block5l_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5l_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5l_se_squeeze", "inbound_nodes": [ [ [ "block5l_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5l_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5l_se_reshape", "inbound_nodes": [ [ [ "block5l_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5l_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5l_se_reduce", "inbound_nodes": [ [ [ "block5l_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5l_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5l_se_expand", "inbound_nodes": [ [ [ "block5l_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5l_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5l_se_excite", "inbound_nodes": [ [ [ "block5l_activation", 0, 0, {} ], [ "block5l_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5l_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5l_project_conv", "inbound_nodes": [ [ [ "block5l_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5l_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5l_project_bn", "inbound_nodes": [ [ [ "block5l_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5l_drop", "trainable": false, "dtype": "float32", "rate": 0.09873417721518989, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5l_drop", "inbound_nodes": [ [ [ "block5l_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5l_add", "trainable": false, "dtype": "float32" }, "name": "block5l_add", "inbound_nodes": [ [ [ "block5l_drop", 0, 0, {} ], [ "block5k_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5m_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5m_expand_conv", "inbound_nodes": [ [ [ "block5l_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5m_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5m_expand_bn", "inbound_nodes": [ [ [ "block5m_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5m_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5m_expand_activation", "inbound_nodes": [ [ [ "block5m_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5m_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5m_dwconv2", "inbound_nodes": [ [ [ "block5m_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5m_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5m_bn", "inbound_nodes": [ [ [ "block5m_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5m_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5m_activation", "inbound_nodes": [ [ [ "block5m_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5m_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5m_se_squeeze", "inbound_nodes": [ [ [ "block5m_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5m_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5m_se_reshape", "inbound_nodes": [ [ [ "block5m_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5m_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5m_se_reduce", "inbound_nodes": [ [ [ "block5m_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5m_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5m_se_expand", "inbound_nodes": [ [ [ "block5m_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5m_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5m_se_excite", "inbound_nodes": [ [ [ "block5m_activation", 0, 0, {} ], [ "block5m_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5m_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5m_project_conv", "inbound_nodes": [ [ [ "block5m_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5m_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5m_project_bn", "inbound_nodes": [ [ [ "block5m_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5m_drop", "trainable": false, "dtype": "float32", "rate": 0.10126582278481013, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5m_drop", "inbound_nodes": [ [ [ "block5m_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5m_add", "trainable": false, "dtype": "float32" }, "name": "block5m_add", "inbound_nodes": [ [ [ "block5m_drop", 0, 0, {} ], [ "block5l_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5n_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5n_expand_conv", "inbound_nodes": [ [ [ "block5m_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5n_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5n_expand_bn", "inbound_nodes": [ [ [ "block5n_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5n_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5n_expand_activation", "inbound_nodes": [ [ [ "block5n_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5n_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5n_dwconv2", "inbound_nodes": [ [ [ "block5n_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5n_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5n_bn", "inbound_nodes": [ [ [ "block5n_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5n_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5n_activation", "inbound_nodes": [ [ [ "block5n_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5n_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5n_se_squeeze", "inbound_nodes": [ [ [ "block5n_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5n_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5n_se_reshape", "inbound_nodes": [ [ [ "block5n_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5n_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5n_se_reduce", "inbound_nodes": [ [ [ "block5n_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5n_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5n_se_expand", "inbound_nodes": [ [ [ "block5n_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5n_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5n_se_excite", "inbound_nodes": [ [ [ "block5n_activation", 0, 0, {} ], [ "block5n_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5n_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5n_project_conv", "inbound_nodes": [ [ [ "block5n_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5n_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5n_project_bn", "inbound_nodes": [ [ [ "block5n_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5n_drop", "trainable": false, "dtype": "float32", "rate": 0.10379746835443039, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5n_drop", "inbound_nodes": [ [ [ "block5n_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5n_add", "trainable": false, "dtype": "float32" }, "name": "block5n_add", "inbound_nodes": [ [ [ "block5n_drop", 0, 0, {} ], [ "block5m_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5o_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5o_expand_conv", "inbound_nodes": [ [ [ "block5n_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5o_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5o_expand_bn", "inbound_nodes": [ [ [ "block5o_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5o_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5o_expand_activation", "inbound_nodes": [ [ [ "block5o_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5o_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5o_dwconv2", "inbound_nodes": [ [ [ "block5o_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5o_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5o_bn", "inbound_nodes": [ [ [ "block5o_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5o_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5o_activation", "inbound_nodes": [ [ [ "block5o_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5o_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5o_se_squeeze", "inbound_nodes": [ [ [ "block5o_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5o_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5o_se_reshape", "inbound_nodes": [ [ [ "block5o_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5o_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5o_se_reduce", "inbound_nodes": [ [ [ "block5o_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5o_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5o_se_expand", "inbound_nodes": [ [ [ "block5o_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5o_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5o_se_excite", "inbound_nodes": [ [ [ "block5o_activation", 0, 0, {} ], [ "block5o_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5o_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5o_project_conv", "inbound_nodes": [ [ [ "block5o_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5o_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5o_project_bn", "inbound_nodes": [ [ [ "block5o_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5o_drop", "trainable": false, "dtype": "float32", "rate": 0.10632911392405063, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5o_drop", "inbound_nodes": [ [ [ "block5o_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5o_add", "trainable": false, "dtype": "float32" }, "name": "block5o_add", "inbound_nodes": [ [ [ "block5o_drop", 0, 0, {} ], [ "block5n_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5p_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5p_expand_conv", "inbound_nodes": [ [ [ "block5o_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5p_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5p_expand_bn", "inbound_nodes": [ [ [ "block5p_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5p_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5p_expand_activation", "inbound_nodes": [ [ [ "block5p_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5p_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5p_dwconv2", "inbound_nodes": [ [ [ "block5p_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5p_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5p_bn", "inbound_nodes": [ [ [ "block5p_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5p_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5p_activation", "inbound_nodes": [ [ [ "block5p_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5p_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5p_se_squeeze", "inbound_nodes": [ [ [ "block5p_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5p_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5p_se_reshape", "inbound_nodes": [ [ [ "block5p_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5p_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5p_se_reduce", "inbound_nodes": [ [ [ "block5p_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5p_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5p_se_expand", "inbound_nodes": [ [ [ "block5p_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5p_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5p_se_excite", "inbound_nodes": [ [ [ "block5p_activation", 0, 0, {} ], [ "block5p_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5p_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5p_project_conv", "inbound_nodes": [ [ [ "block5p_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5p_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5p_project_bn", "inbound_nodes": [ [ [ "block5p_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5p_drop", "trainable": false, "dtype": "float32", "rate": 0.10886075949367088, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5p_drop", "inbound_nodes": [ [ [ "block5p_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5p_add", "trainable": false, "dtype": "float32" }, "name": "block5p_add", "inbound_nodes": [ [ [ "block5p_drop", 0, 0, {} ], [ "block5o_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5q_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5q_expand_conv", "inbound_nodes": [ [ [ "block5p_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5q_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5q_expand_bn", "inbound_nodes": [ [ [ "block5q_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5q_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5q_expand_activation", "inbound_nodes": [ [ [ "block5q_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5q_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5q_dwconv2", "inbound_nodes": [ [ [ "block5q_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5q_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5q_bn", "inbound_nodes": [ [ [ "block5q_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5q_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5q_activation", "inbound_nodes": [ [ [ "block5q_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5q_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5q_se_squeeze", "inbound_nodes": [ [ [ "block5q_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5q_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5q_se_reshape", "inbound_nodes": [ [ [ "block5q_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5q_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5q_se_reduce", "inbound_nodes": [ [ [ "block5q_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5q_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5q_se_expand", "inbound_nodes": [ [ [ "block5q_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5q_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5q_se_excite", "inbound_nodes": [ [ [ "block5q_activation", 0, 0, {} ], [ "block5q_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5q_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5q_project_conv", "inbound_nodes": [ [ [ "block5q_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5q_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5q_project_bn", "inbound_nodes": [ [ [ "block5q_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5q_drop", "trainable": false, "dtype": "float32", "rate": 0.11139240506329115, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5q_drop", "inbound_nodes": [ [ [ "block5q_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5q_add", "trainable": false, "dtype": "float32" }, "name": "block5q_add", "inbound_nodes": [ [ [ "block5q_drop", 0, 0, {} ], [ "block5p_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5r_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5r_expand_conv", "inbound_nodes": [ [ [ "block5q_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5r_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5r_expand_bn", "inbound_nodes": [ [ [ "block5r_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5r_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5r_expand_activation", "inbound_nodes": [ [ [ "block5r_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5r_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5r_dwconv2", "inbound_nodes": [ [ [ "block5r_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5r_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5r_bn", "inbound_nodes": [ [ [ "block5r_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5r_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5r_activation", "inbound_nodes": [ [ [ "block5r_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5r_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5r_se_squeeze", "inbound_nodes": [ [ [ "block5r_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5r_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5r_se_reshape", "inbound_nodes": [ [ [ "block5r_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5r_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5r_se_reduce", "inbound_nodes": [ [ [ "block5r_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5r_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5r_se_expand", "inbound_nodes": [ [ [ "block5r_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5r_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5r_se_excite", "inbound_nodes": [ [ [ "block5r_activation", 0, 0, {} ], [ "block5r_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5r_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5r_project_conv", "inbound_nodes": [ [ [ "block5r_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5r_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5r_project_bn", "inbound_nodes": [ [ [ "block5r_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5r_drop", "trainable": false, "dtype": "float32", "rate": 0.11392405063291139, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5r_drop", "inbound_nodes": [ [ [ "block5r_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5r_add", "trainable": false, "dtype": "float32" }, "name": "block5r_add", "inbound_nodes": [ [ [ "block5r_drop", 0, 0, {} ], [ "block5q_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5s_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5s_expand_conv", "inbound_nodes": [ [ [ "block5r_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5s_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5s_expand_bn", "inbound_nodes": [ [ [ "block5s_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5s_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5s_expand_activation", "inbound_nodes": [ [ [ "block5s_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block5s_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block5s_dwconv2", "inbound_nodes": [ [ [ "block5s_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5s_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5s_bn", "inbound_nodes": [ [ [ "block5s_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block5s_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block5s_activation", "inbound_nodes": [ [ [ "block5s_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block5s_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block5s_se_squeeze", "inbound_nodes": [ [ [ "block5s_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block5s_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 1344 ] }, "name": "block5s_se_reshape", "inbound_nodes": [ [ [ "block5s_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5s_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5s_se_reduce", "inbound_nodes": [ [ [ "block5s_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5s_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5s_se_expand", "inbound_nodes": [ [ [ "block5s_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block5s_se_excite", "trainable": false, "dtype": "float32" }, "name": "block5s_se_excite", "inbound_nodes": [ [ [ "block5s_activation", 0, 0, {} ], [ "block5s_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block5s_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block5s_project_conv", "inbound_nodes": [ [ [ "block5s_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block5s_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block5s_project_bn", "inbound_nodes": [ [ [ "block5s_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block5s_drop", "trainable": false, "dtype": "float32", "rate": 0.11645569620253166, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block5s_drop", "inbound_nodes": [ [ [ "block5s_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block5s_add", "trainable": false, "dtype": "float32" }, "name": "block5s_add", "inbound_nodes": [ [ [ "block5s_drop", 0, 0, {} ], [ "block5r_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6a_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6a_expand_conv", "inbound_nodes": [ [ [ "block5s_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6a_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6a_expand_activation", "inbound_nodes": [ [ [ "block6a_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6a_dwconv2", "trainable": false, "dtype": "float32", "kernel_size": [ 3, 3 ], "strides": [ 2, 2 ], "padding": "same", "data_format": "channels_last", "dilation_rate": [ 1, 1 ], "groups": 1, "activation": "linear", "use_bias": false, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6a_dwconv2", "inbound_nodes": [ [ [ "block6a_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6a_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6a_bn", "inbound_nodes": [ [ [ "block6a_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6a_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6a_activation", "inbound_nodes": [ [ [ "block6a_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6a_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6a_se_reduce", "inbound_nodes": [ [ [ "block6a_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6a_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6a_se_expand", "inbound_nodes": [ [ [ "block6a_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6a_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6a_project_conv", "inbound_nodes": [ [ [ "block6a_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6a_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6b_expand_conv", "inbound_nodes": [ [ [ "block6a_project_bn", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6b_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6b_expand_activation", "inbound_nodes": [ [ [ "block6b_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6b_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6b_dwconv2", "inbound_nodes": [ [ [ "block6b_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6b_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6b_bn", "inbound_nodes": [ [ [ "block6b_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6b_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6b_activation", "inbound_nodes": [ [ [ "block6b_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6b_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6b_se_reduce", "inbound_nodes": [ [ [ "block6b_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6b_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6b_se_expand", "inbound_nodes": [ [ [ "block6b_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6b_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6b_project_conv", "inbound_nodes": [ [ [ "block6b_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6b_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.12151898734177217, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6c_expand_conv", "inbound_nodes": [ [ [ "block6b_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6c_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6c_expand_activation", "inbound_nodes": [ [ [ "block6c_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6c_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6c_dwconv2", "inbound_nodes": [ [ [ "block6c_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6c_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6c_bn", "inbound_nodes": [ [ [ "block6c_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6c_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6c_activation", "inbound_nodes": [ [ [ "block6c_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6c_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6c_se_reduce", "inbound_nodes": [ [ [ "block6c_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6c_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6c_se_expand", "inbound_nodes": [ [ [ "block6c_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6c_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6c_project_conv", "inbound_nodes": [ [ [ "block6c_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6c_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.12405063291139241, "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": false, "dtype": "float32" }, "name": "block6c_add", "inbound_nodes": [ [ [ "block6c_drop", 0, 0, {} ], [ "block6b_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6d_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6d_expand_conv", "inbound_nodes": [ [ [ "block6c_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6d_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6d_expand_activation", "inbound_nodes": [ [ [ "block6d_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6d_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6d_dwconv2", "inbound_nodes": [ [ [ "block6d_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6d_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6d_bn", "inbound_nodes": [ [ [ "block6d_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6d_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6d_activation", "inbound_nodes": [ [ [ "block6d_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6d_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6d_se_reduce", "inbound_nodes": [ [ [ "block6d_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6d_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6d_se_expand", "inbound_nodes": [ [ [ "block6d_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6d_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6d_project_conv", "inbound_nodes": [ [ [ "block6d_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6d_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.12658227848101267, "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": false, "dtype": "float32" }, "name": "block6d_add", "inbound_nodes": [ [ [ "block6d_drop", 0, 0, {} ], [ "block6c_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6e_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6e_expand_conv", "inbound_nodes": [ [ [ "block6d_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6e_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6e_expand_activation", "inbound_nodes": [ [ [ "block6e_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6e_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6e_dwconv2", "inbound_nodes": [ [ [ "block6e_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6e_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6e_bn", "inbound_nodes": [ [ [ "block6e_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6e_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6e_activation", "inbound_nodes": [ [ [ "block6e_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6e_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6e_se_reduce", "inbound_nodes": [ [ [ "block6e_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6e_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6e_se_expand", "inbound_nodes": [ [ [ "block6e_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6e_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6e_project_conv", "inbound_nodes": [ [ [ "block6e_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6e_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.12911392405063293, "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": false, "dtype": "float32" }, "name": "block6e_add", "inbound_nodes": [ [ [ "block6e_drop", 0, 0, {} ], [ "block6d_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6f_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6f_expand_conv", "inbound_nodes": [ [ [ "block6e_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6f_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6f_expand_activation", "inbound_nodes": [ [ [ "block6f_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6f_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6f_dwconv2", "inbound_nodes": [ [ [ "block6f_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6f_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6f_bn", "inbound_nodes": [ [ [ "block6f_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6f_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6f_activation", "inbound_nodes": [ [ [ "block6f_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6f_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6f_se_reduce", "inbound_nodes": [ [ [ "block6f_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6f_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6f_se_expand", "inbound_nodes": [ [ [ "block6f_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6f_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6f_project_conv", "inbound_nodes": [ [ [ "block6f_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6f_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.13164556962025317, "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": false, "dtype": "float32" }, "name": "block6f_add", "inbound_nodes": [ [ [ "block6f_drop", 0, 0, {} ], [ "block6e_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6g_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6g_expand_conv", "inbound_nodes": [ [ [ "block6f_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6g_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6g_expand_activation", "inbound_nodes": [ [ [ "block6g_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6g_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6g_dwconv2", "inbound_nodes": [ [ [ "block6g_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6g_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6g_bn", "inbound_nodes": [ [ [ "block6g_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6g_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6g_activation", "inbound_nodes": [ [ [ "block6g_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6g_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6g_se_reduce", "inbound_nodes": [ [ [ "block6g_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6g_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6g_se_expand", "inbound_nodes": [ [ [ "block6g_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6g_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6g_project_conv", "inbound_nodes": [ [ [ "block6g_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6g_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.13417721518987344, "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": false, "dtype": "float32" }, "name": "block6g_add", "inbound_nodes": [ [ [ "block6g_drop", 0, 0, {} ], [ "block6f_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6h_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6h_expand_conv", "inbound_nodes": [ [ [ "block6g_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6h_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6h_expand_activation", "inbound_nodes": [ [ [ "block6h_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6h_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6h_dwconv2", "inbound_nodes": [ [ [ "block6h_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6h_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6h_bn", "inbound_nodes": [ [ [ "block6h_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6h_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6h_activation", "inbound_nodes": [ [ [ "block6h_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6h_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6h_se_reduce", "inbound_nodes": [ [ [ "block6h_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6h_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6h_se_expand", "inbound_nodes": [ [ [ "block6h_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6h_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6h_project_conv", "inbound_nodes": [ [ [ "block6h_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6h_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.13670886075949368, "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": false, "dtype": "float32" }, "name": "block6h_add", "inbound_nodes": [ [ [ "block6h_drop", 0, 0, {} ], [ "block6g_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6i_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6i_expand_conv", "inbound_nodes": [ [ [ "block6h_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6i_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6i_expand_activation", "inbound_nodes": [ [ [ "block6i_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6i_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6i_dwconv2", "inbound_nodes": [ [ [ "block6i_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6i_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6i_bn", "inbound_nodes": [ [ [ "block6i_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6i_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6i_activation", "inbound_nodes": [ [ [ "block6i_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6i_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6i_se_reduce", "inbound_nodes": [ [ [ "block6i_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6i_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6i_se_expand", "inbound_nodes": [ [ [ "block6i_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6i_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6i_project_conv", "inbound_nodes": [ [ [ "block6i_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6i_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.13924050632911392, "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": false, "dtype": "float32" }, "name": "block6i_add", "inbound_nodes": [ [ [ "block6i_drop", 0, 0, {} ], [ "block6h_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6j_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6j_expand_conv", "inbound_nodes": [ [ [ "block6i_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6j_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6j_expand_activation", "inbound_nodes": [ [ [ "block6j_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6j_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6j_dwconv2", "inbound_nodes": [ [ [ "block6j_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6j_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6j_bn", "inbound_nodes": [ [ [ "block6j_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6j_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6j_activation", "inbound_nodes": [ [ [ "block6j_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6j_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6j_se_reduce", "inbound_nodes": [ [ [ "block6j_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6j_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6j_se_expand", "inbound_nodes": [ [ [ "block6j_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6j_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6j_project_conv", "inbound_nodes": [ [ [ "block6j_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6j_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.14177215189873418, "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": false, "dtype": "float32" }, "name": "block6j_add", "inbound_nodes": [ [ [ "block6j_drop", 0, 0, {} ], [ "block6i_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6k_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6k_expand_conv", "inbound_nodes": [ [ [ "block6j_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6k_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6k_expand_activation", "inbound_nodes": [ [ [ "block6k_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6k_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6k_dwconv2", "inbound_nodes": [ [ [ "block6k_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6k_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6k_bn", "inbound_nodes": [ [ [ "block6k_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6k_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6k_activation", "inbound_nodes": [ [ [ "block6k_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6k_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6k_se_reduce", "inbound_nodes": [ [ [ "block6k_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6k_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6k_se_expand", "inbound_nodes": [ [ [ "block6k_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6k_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6k_project_conv", "inbound_nodes": [ [ [ "block6k_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6k_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.14430379746835442, "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": false, "dtype": "float32" }, "name": "block6k_add", "inbound_nodes": [ [ [ "block6k_drop", 0, 0, {} ], [ "block6j_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6l_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6l_expand_conv", "inbound_nodes": [ [ [ "block6k_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6l_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6l_expand_activation", "inbound_nodes": [ [ [ "block6l_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6l_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6l_dwconv2", "inbound_nodes": [ [ [ "block6l_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6l_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6l_bn", "inbound_nodes": [ [ [ "block6l_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6l_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6l_activation", "inbound_nodes": [ [ [ "block6l_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6l_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6l_se_reduce", "inbound_nodes": [ [ [ "block6l_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6l_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6l_se_expand", "inbound_nodes": [ [ [ "block6l_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6l_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6l_project_conv", "inbound_nodes": [ [ [ "block6l_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6l_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.1468354430379747, "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": false, "dtype": "float32" }, "name": "block6l_add", "inbound_nodes": [ [ [ "block6l_drop", 0, 0, {} ], [ "block6k_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6m_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6m_expand_conv", "inbound_nodes": [ [ [ "block6l_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6m_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block6m_expand_activation", "inbound_nodes": [ [ [ "block6m_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6m_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6m_dwconv2", "inbound_nodes": [ [ [ "block6m_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6m_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6m_bn", "inbound_nodes": [ [ [ "block6m_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6m_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6m_activation", "inbound_nodes": [ [ [ "block6m_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6m_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6m_se_reduce", "inbound_nodes": [ [ [ "block6m_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6m_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6m_se_expand", "inbound_nodes": [ [ [ "block6m_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6m_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6m_project_conv", "inbound_nodes": [ [ [ "block6m_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6m_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.14936708860759496, "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": false, "dtype": "float32" }, "name": "block6m_add", "inbound_nodes": [ [ [ "block6m_drop", 0, 0, {} ], [ "block6l_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6n_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6n_expand_conv", "inbound_nodes": [ [ [ "block6m_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6n_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6n_expand_bn", "inbound_nodes": [ [ [ "block6n_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6n_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6n_expand_activation", "inbound_nodes": [ [ [ "block6n_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6n_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6n_dwconv2", "inbound_nodes": [ [ [ "block6n_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6n_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6n_bn", "inbound_nodes": [ [ [ "block6n_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6n_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6n_activation", "inbound_nodes": [ [ [ "block6n_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6n_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6n_se_squeeze", "inbound_nodes": [ [ [ "block6n_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6n_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6n_se_reshape", "inbound_nodes": [ [ [ "block6n_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6n_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6n_se_reduce", "inbound_nodes": [ [ [ "block6n_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6n_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6n_se_expand", "inbound_nodes": [ [ [ "block6n_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6n_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6n_se_excite", "inbound_nodes": [ [ [ "block6n_activation", 0, 0, {} ], [ "block6n_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6n_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6n_project_conv", "inbound_nodes": [ [ [ "block6n_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6n_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6n_project_bn", "inbound_nodes": [ [ [ "block6n_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6n_drop", "trainable": false, "dtype": "float32", "rate": 0.1518987341772152, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6n_drop", "inbound_nodes": [ [ [ "block6n_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6n_add", "trainable": false, "dtype": "float32" }, "name": "block6n_add", "inbound_nodes": [ [ [ "block6n_drop", 0, 0, {} ], [ "block6m_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6o_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6o_expand_conv", "inbound_nodes": [ [ [ "block6n_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6o_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6o_expand_bn", "inbound_nodes": [ [ [ "block6o_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6o_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6o_expand_activation", "inbound_nodes": [ [ [ "block6o_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6o_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6o_dwconv2", "inbound_nodes": [ [ [ "block6o_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6o_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6o_bn", "inbound_nodes": [ [ [ "block6o_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6o_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6o_activation", "inbound_nodes": [ [ [ "block6o_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6o_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6o_se_squeeze", "inbound_nodes": [ [ [ "block6o_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6o_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6o_se_reshape", "inbound_nodes": [ [ [ "block6o_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6o_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6o_se_reduce", "inbound_nodes": [ [ [ "block6o_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6o_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6o_se_expand", "inbound_nodes": [ [ [ "block6o_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6o_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6o_se_excite", "inbound_nodes": [ [ [ "block6o_activation", 0, 0, {} ], [ "block6o_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6o_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6o_project_conv", "inbound_nodes": [ [ [ "block6o_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6o_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6o_project_bn", "inbound_nodes": [ [ [ "block6o_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6o_drop", "trainable": false, "dtype": "float32", "rate": 0.15443037974683546, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6o_drop", "inbound_nodes": [ [ [ "block6o_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6o_add", "trainable": false, "dtype": "float32" }, "name": "block6o_add", "inbound_nodes": [ [ [ "block6o_drop", 0, 0, {} ], [ "block6n_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6p_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6p_expand_conv", "inbound_nodes": [ [ [ "block6o_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6p_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6p_expand_bn", "inbound_nodes": [ [ [ "block6p_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6p_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6p_expand_activation", "inbound_nodes": [ [ [ "block6p_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6p_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6p_dwconv2", "inbound_nodes": [ [ [ "block6p_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6p_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6p_bn", "inbound_nodes": [ [ [ "block6p_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6p_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6p_activation", "inbound_nodes": [ [ [ "block6p_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6p_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6p_se_squeeze", "inbound_nodes": [ [ [ "block6p_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6p_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6p_se_reshape", "inbound_nodes": [ [ [ "block6p_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6p_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6p_se_reduce", "inbound_nodes": [ [ [ "block6p_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6p_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6p_se_expand", "inbound_nodes": [ [ [ "block6p_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6p_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6p_se_excite", "inbound_nodes": [ [ [ "block6p_activation", 0, 0, {} ], [ "block6p_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6p_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6p_project_conv", "inbound_nodes": [ [ [ "block6p_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6p_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6p_project_bn", "inbound_nodes": [ [ [ "block6p_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6p_drop", "trainable": false, "dtype": "float32", "rate": 0.1569620253164557, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6p_drop", "inbound_nodes": [ [ [ "block6p_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6p_add", "trainable": false, "dtype": "float32" }, "name": "block6p_add", "inbound_nodes": [ [ [ "block6p_drop", 0, 0, {} ], [ "block6o_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6q_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6q_expand_conv", "inbound_nodes": [ [ [ "block6p_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6q_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6q_expand_bn", "inbound_nodes": [ [ [ "block6q_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6q_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6q_expand_activation", "inbound_nodes": [ [ [ "block6q_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6q_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6q_dwconv2", "inbound_nodes": [ [ [ "block6q_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6q_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6q_bn", "inbound_nodes": [ [ [ "block6q_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6q_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6q_activation", "inbound_nodes": [ [ [ "block6q_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6q_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6q_se_squeeze", "inbound_nodes": [ [ [ "block6q_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6q_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6q_se_reshape", "inbound_nodes": [ [ [ "block6q_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6q_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6q_se_reduce", "inbound_nodes": [ [ [ "block6q_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6q_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6q_se_expand", "inbound_nodes": [ [ [ "block6q_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6q_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6q_se_excite", "inbound_nodes": [ [ [ "block6q_activation", 0, 0, {} ], [ "block6q_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6q_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6q_project_conv", "inbound_nodes": [ [ [ "block6q_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6q_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6q_project_bn", "inbound_nodes": [ [ [ "block6q_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6q_drop", "trainable": false, "dtype": "float32", "rate": 0.15949367088607597, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6q_drop", "inbound_nodes": [ [ [ "block6q_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6q_add", "trainable": false, "dtype": "float32" }, "name": "block6q_add", "inbound_nodes": [ [ [ "block6q_drop", 0, 0, {} ], [ "block6p_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6r_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6r_expand_conv", "inbound_nodes": [ [ [ "block6q_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6r_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6r_expand_bn", "inbound_nodes": [ [ [ "block6r_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6r_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6r_expand_activation", "inbound_nodes": [ [ [ "block6r_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6r_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6r_dwconv2", "inbound_nodes": [ [ [ "block6r_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6r_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6r_bn", "inbound_nodes": [ [ [ "block6r_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6r_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6r_activation", "inbound_nodes": [ [ [ "block6r_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6r_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6r_se_squeeze", "inbound_nodes": [ [ [ "block6r_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6r_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6r_se_reshape", "inbound_nodes": [ [ [ "block6r_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6r_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6r_se_reduce", "inbound_nodes": [ [ [ "block6r_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6r_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6r_se_expand", "inbound_nodes": [ [ [ "block6r_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6r_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6r_se_excite", "inbound_nodes": [ [ [ "block6r_activation", 0, 0, {} ], [ "block6r_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6r_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6r_project_conv", "inbound_nodes": [ [ [ "block6r_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6r_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6r_project_bn", "inbound_nodes": [ [ [ "block6r_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6r_drop", "trainable": false, "dtype": "float32", "rate": 0.1620253164556962, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6r_drop", "inbound_nodes": [ [ [ "block6r_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6r_add", "trainable": false, "dtype": "float32" }, "name": "block6r_add", "inbound_nodes": [ [ [ "block6r_drop", 0, 0, {} ], [ "block6q_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6s_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6s_expand_conv", "inbound_nodes": [ [ [ "block6r_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6s_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6s_expand_bn", "inbound_nodes": [ [ [ "block6s_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6s_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6s_expand_activation", "inbound_nodes": [ [ [ "block6s_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6s_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6s_dwconv2", "inbound_nodes": [ [ [ "block6s_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6s_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6s_bn", "inbound_nodes": [ [ [ "block6s_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6s_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6s_activation", "inbound_nodes": [ [ [ "block6s_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6s_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6s_se_squeeze", "inbound_nodes": [ [ [ "block6s_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6s_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6s_se_reshape", "inbound_nodes": [ [ [ "block6s_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6s_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6s_se_reduce", "inbound_nodes": [ [ [ "block6s_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6s_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6s_se_expand", "inbound_nodes": [ [ [ "block6s_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6s_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6s_se_excite", "inbound_nodes": [ [ [ "block6s_activation", 0, 0, {} ], [ "block6s_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6s_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6s_project_conv", "inbound_nodes": [ [ [ "block6s_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6s_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6s_project_bn", "inbound_nodes": [ [ [ "block6s_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6s_drop", "trainable": false, "dtype": "float32", "rate": 0.16455696202531644, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6s_drop", "inbound_nodes": [ [ [ "block6s_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6s_add", "trainable": false, "dtype": "float32" }, "name": "block6s_add", "inbound_nodes": [ [ [ "block6s_drop", 0, 0, {} ], [ "block6r_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6t_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6t_expand_conv", "inbound_nodes": [ [ [ "block6s_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6t_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6t_expand_bn", "inbound_nodes": [ [ [ "block6t_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6t_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6t_expand_activation", "inbound_nodes": [ [ [ "block6t_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6t_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6t_dwconv2", "inbound_nodes": [ [ [ "block6t_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6t_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6t_bn", "inbound_nodes": [ [ [ "block6t_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6t_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6t_activation", "inbound_nodes": [ [ [ "block6t_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6t_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6t_se_squeeze", "inbound_nodes": [ [ [ "block6t_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6t_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6t_se_reshape", "inbound_nodes": [ [ [ "block6t_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6t_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6t_se_reduce", "inbound_nodes": [ [ [ "block6t_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6t_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6t_se_expand", "inbound_nodes": [ [ [ "block6t_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6t_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6t_se_excite", "inbound_nodes": [ [ [ "block6t_activation", 0, 0, {} ], [ "block6t_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6t_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6t_project_conv", "inbound_nodes": [ [ [ "block6t_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6t_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6t_project_bn", "inbound_nodes": [ [ [ "block6t_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6t_drop", "trainable": false, "dtype": "float32", "rate": 0.1670886075949367, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6t_drop", "inbound_nodes": [ [ [ "block6t_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6t_add", "trainable": false, "dtype": "float32" }, "name": "block6t_add", "inbound_nodes": [ [ [ "block6t_drop", 0, 0, {} ], [ "block6s_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6u_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6u_expand_conv", "inbound_nodes": [ [ [ "block6t_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6u_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6u_expand_bn", "inbound_nodes": [ [ [ "block6u_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6u_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6u_expand_activation", "inbound_nodes": [ [ [ "block6u_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6u_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6u_dwconv2", "inbound_nodes": [ [ [ "block6u_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6u_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6u_bn", "inbound_nodes": [ [ [ "block6u_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6u_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6u_activation", "inbound_nodes": [ [ [ "block6u_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6u_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6u_se_squeeze", "inbound_nodes": [ [ [ "block6u_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6u_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6u_se_reshape", "inbound_nodes": [ [ [ "block6u_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6u_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6u_se_reduce", "inbound_nodes": [ [ [ "block6u_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6u_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6u_se_expand", "inbound_nodes": [ [ [ "block6u_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6u_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6u_se_excite", "inbound_nodes": [ [ [ "block6u_activation", 0, 0, {} ], [ "block6u_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6u_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6u_project_conv", "inbound_nodes": [ [ [ "block6u_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6u_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6u_project_bn", "inbound_nodes": [ [ [ "block6u_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6u_drop", "trainable": false, "dtype": "float32", "rate": 0.16962025316455698, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6u_drop", "inbound_nodes": [ [ [ "block6u_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6u_add", "trainable": false, "dtype": "float32" }, "name": "block6u_add", "inbound_nodes": [ [ [ "block6u_drop", 0, 0, {} ], [ "block6t_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6v_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6v_expand_conv", "inbound_nodes": [ [ [ "block6u_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6v_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6v_expand_bn", "inbound_nodes": [ [ [ "block6v_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6v_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6v_expand_activation", "inbound_nodes": [ [ [ "block6v_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6v_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6v_dwconv2", "inbound_nodes": [ [ [ "block6v_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6v_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6v_bn", "inbound_nodes": [ [ [ "block6v_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6v_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6v_activation", "inbound_nodes": [ [ [ "block6v_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6v_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6v_se_squeeze", "inbound_nodes": [ [ [ "block6v_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6v_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6v_se_reshape", "inbound_nodes": [ [ [ "block6v_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6v_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6v_se_reduce", "inbound_nodes": [ [ [ "block6v_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6v_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6v_se_expand", "inbound_nodes": [ [ [ "block6v_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6v_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6v_se_excite", "inbound_nodes": [ [ [ "block6v_activation", 0, 0, {} ], [ "block6v_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6v_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6v_project_conv", "inbound_nodes": [ [ [ "block6v_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6v_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6v_project_bn", "inbound_nodes": [ [ [ "block6v_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6v_drop", "trainable": false, "dtype": "float32", "rate": 0.17215189873417724, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6v_drop", "inbound_nodes": [ [ [ "block6v_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6v_add", "trainable": false, "dtype": "float32" }, "name": "block6v_add", "inbound_nodes": [ [ [ "block6v_drop", 0, 0, {} ], [ "block6u_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6w_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6w_expand_conv", "inbound_nodes": [ [ [ "block6v_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6w_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6w_expand_bn", "inbound_nodes": [ [ [ "block6w_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6w_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6w_expand_activation", "inbound_nodes": [ [ [ "block6w_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6w_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6w_dwconv2", "inbound_nodes": [ [ [ "block6w_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6w_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6w_bn", "inbound_nodes": [ [ [ "block6w_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6w_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6w_activation", "inbound_nodes": [ [ [ "block6w_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6w_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6w_se_squeeze", "inbound_nodes": [ [ [ "block6w_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6w_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6w_se_reshape", "inbound_nodes": [ [ [ "block6w_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6w_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6w_se_reduce", "inbound_nodes": [ [ [ "block6w_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6w_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6w_se_expand", "inbound_nodes": [ [ [ "block6w_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6w_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6w_se_excite", "inbound_nodes": [ [ [ "block6w_activation", 0, 0, {} ], [ "block6w_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6w_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6w_project_conv", "inbound_nodes": [ [ [ "block6w_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6w_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6w_project_bn", "inbound_nodes": [ [ [ "block6w_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6w_drop", "trainable": false, "dtype": "float32", "rate": 0.17468354430379748, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6w_drop", "inbound_nodes": [ [ [ "block6w_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6w_add", "trainable": false, "dtype": "float32" }, "name": "block6w_add", "inbound_nodes": [ [ [ "block6w_drop", 0, 0, {} ], [ "block6v_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6x_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6x_expand_conv", "inbound_nodes": [ [ [ "block6w_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6x_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6x_expand_bn", "inbound_nodes": [ [ [ "block6x_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6x_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6x_expand_activation", "inbound_nodes": [ [ [ "block6x_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6x_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6x_dwconv2", "inbound_nodes": [ [ [ "block6x_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6x_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6x_bn", "inbound_nodes": [ [ [ "block6x_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6x_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6x_activation", "inbound_nodes": [ [ [ "block6x_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6x_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6x_se_squeeze", "inbound_nodes": [ [ [ "block6x_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6x_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6x_se_reshape", "inbound_nodes": [ [ [ "block6x_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6x_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6x_se_reduce", "inbound_nodes": [ [ [ "block6x_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6x_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6x_se_expand", "inbound_nodes": [ [ [ "block6x_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6x_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6x_se_excite", "inbound_nodes": [ [ [ "block6x_activation", 0, 0, {} ], [ "block6x_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6x_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6x_project_conv", "inbound_nodes": [ [ [ "block6x_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6x_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6x_project_bn", "inbound_nodes": [ [ [ "block6x_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6x_drop", "trainable": false, "dtype": "float32", "rate": 0.17721518987341772, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6x_drop", "inbound_nodes": [ [ [ "block6x_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6x_add", "trainable": false, "dtype": "float32" }, "name": "block6x_add", "inbound_nodes": [ [ [ "block6x_drop", 0, 0, {} ], [ "block6w_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6y_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6y_expand_conv", "inbound_nodes": [ [ [ "block6x_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6y_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6y_expand_bn", "inbound_nodes": [ [ [ "block6y_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6y_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6y_expand_activation", "inbound_nodes": [ [ [ "block6y_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block6y_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block6y_dwconv2", "inbound_nodes": [ [ [ "block6y_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6y_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6y_bn", "inbound_nodes": [ [ [ "block6y_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block6y_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block6y_activation", "inbound_nodes": [ [ [ "block6y_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block6y_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block6y_se_squeeze", "inbound_nodes": [ [ [ "block6y_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block6y_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 2304 ] }, "name": "block6y_se_reshape", "inbound_nodes": [ [ [ "block6y_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6y_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6y_se_reduce", "inbound_nodes": [ [ [ "block6y_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6y_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6y_se_expand", "inbound_nodes": [ [ [ "block6y_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block6y_se_excite", "trainable": false, "dtype": "float32" }, "name": "block6y_se_excite", "inbound_nodes": [ [ [ "block6y_activation", 0, 0, {} ], [ "block6y_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block6y_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block6y_project_conv", "inbound_nodes": [ [ [ "block6y_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block6y_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block6y_project_bn", "inbound_nodes": [ [ [ "block6y_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block6y_drop", "trainable": false, "dtype": "float32", "rate": 0.179746835443038, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block6y_drop", "inbound_nodes": [ [ [ "block6y_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block6y_add", "trainable": false, "dtype": "float32" }, "name": "block6y_add", "inbound_nodes": [ [ [ "block6y_drop", 0, 0, {} ], [ "block6x_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7a_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7a_expand_conv", "inbound_nodes": [ [ [ "block6y_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7a_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block7a_expand_activation", "inbound_nodes": [ [ [ "block7a_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block7a_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block7a_dwconv2", "inbound_nodes": [ [ [ "block7a_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7a_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7a_bn", "inbound_nodes": [ [ [ "block7a_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7a_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7a_activation", "inbound_nodes": [ [ [ "block7a_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block7a_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7a_se_reduce", "inbound_nodes": [ [ [ "block7a_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7a_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7a_se_expand", "inbound_nodes": [ [ [ "block7a_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block7a_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7a_project_conv", "inbound_nodes": [ [ [ "block7a_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7a_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7b_expand_conv", "inbound_nodes": [ [ [ "block7a_project_bn", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7b_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block7b_expand_activation", "inbound_nodes": [ [ [ "block7b_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block7b_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block7b_dwconv2", "inbound_nodes": [ [ [ "block7b_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7b_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7b_bn", "inbound_nodes": [ [ [ "block7b_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7b_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7b_activation", "inbound_nodes": [ [ [ "block7b_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block7b_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7b_se_reduce", "inbound_nodes": [ [ [ "block7b_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7b_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7b_se_expand", "inbound_nodes": [ [ [ "block7b_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block7b_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7b_project_conv", "inbound_nodes": [ [ [ "block7b_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7b_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.1848101265822785, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7c_expand_conv", "inbound_nodes": [ [ [ "block7b_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7c_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block7c_expand_activation", "inbound_nodes": [ [ [ "block7c_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block7c_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block7c_dwconv2", "inbound_nodes": [ [ [ "block7c_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7c_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7c_bn", "inbound_nodes": [ [ [ "block7c_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7c_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7c_activation", "inbound_nodes": [ [ [ "block7c_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block7c_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7c_se_reduce", "inbound_nodes": [ [ [ "block7c_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7c_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7c_se_expand", "inbound_nodes": [ [ [ "block7c_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block7c_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7c_project_conv", "inbound_nodes": [ [ [ "block7c_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7c_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.18734177215189873, "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": false, "dtype": "float32" }, "name": "block7c_add", "inbound_nodes": [ [ [ "block7c_drop", 0, 0, {} ], [ "block7b_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7d_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7d_expand_conv", "inbound_nodes": [ [ [ "block7c_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7d_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "activation": "swish" }, "name": "block7d_expand_activation", "inbound_nodes": [ [ [ "block7d_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block7d_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block7d_dwconv2", "inbound_nodes": [ [ [ "block7d_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7d_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7d_bn", "inbound_nodes": [ [ [ "block7d_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7d_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7d_activation", "inbound_nodes": [ [ [ "block7d_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block7d_se_squeeze", "trainable": false, "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": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7d_se_reduce", "inbound_nodes": [ [ [ "block7d_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7d_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7d_se_expand", "inbound_nodes": [ [ [ "block7d_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block7d_se_excite", "trainable": false, "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": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7d_project_conv", "inbound_nodes": [ [ [ "block7d_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7d_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "dtype": "float32", "rate": 0.189873417721519, "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": false, "dtype": "float32" }, "name": "block7d_add", "inbound_nodes": [ [ [ "block7d_drop", 0, 0, {} ], [ "block7c_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7e_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7e_expand_conv", "inbound_nodes": [ [ [ "block7d_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7e_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7e_expand_bn", "inbound_nodes": [ [ [ "block7e_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7e_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7e_expand_activation", "inbound_nodes": [ [ [ "block7e_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block7e_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block7e_dwconv2", "inbound_nodes": [ [ [ "block7e_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7e_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7e_bn", "inbound_nodes": [ [ [ "block7e_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7e_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7e_activation", "inbound_nodes": [ [ [ "block7e_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block7e_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block7e_se_squeeze", "inbound_nodes": [ [ [ "block7e_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block7e_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 3840 ] }, "name": "block7e_se_reshape", "inbound_nodes": [ [ [ "block7e_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7e_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7e_se_reduce", "inbound_nodes": [ [ [ "block7e_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7e_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7e_se_expand", "inbound_nodes": [ [ [ "block7e_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block7e_se_excite", "trainable": false, "dtype": "float32" }, "name": "block7e_se_excite", "inbound_nodes": [ [ [ "block7e_activation", 0, 0, {} ], [ "block7e_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7e_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7e_project_conv", "inbound_nodes": [ [ [ "block7e_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7e_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7e_project_bn", "inbound_nodes": [ [ [ "block7e_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block7e_drop", "trainable": false, "dtype": "float32", "rate": 0.19240506329113927, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block7e_drop", "inbound_nodes": [ [ [ "block7e_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block7e_add", "trainable": false, "dtype": "float32" }, "name": "block7e_add", "inbound_nodes": [ [ [ "block7e_drop", 0, 0, {} ], [ "block7d_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7f_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7f_expand_conv", "inbound_nodes": [ [ [ "block7e_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7f_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7f_expand_bn", "inbound_nodes": [ [ [ "block7f_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7f_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7f_expand_activation", "inbound_nodes": [ [ [ "block7f_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block7f_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block7f_dwconv2", "inbound_nodes": [ [ [ "block7f_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7f_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7f_bn", "inbound_nodes": [ [ [ "block7f_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7f_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7f_activation", "inbound_nodes": [ [ [ "block7f_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block7f_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block7f_se_squeeze", "inbound_nodes": [ [ [ "block7f_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block7f_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 3840 ] }, "name": "block7f_se_reshape", "inbound_nodes": [ [ [ "block7f_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7f_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7f_se_reduce", "inbound_nodes": [ [ [ "block7f_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7f_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7f_se_expand", "inbound_nodes": [ [ [ "block7f_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block7f_se_excite", "trainable": false, "dtype": "float32" }, "name": "block7f_se_excite", "inbound_nodes": [ [ [ "block7f_activation", 0, 0, {} ], [ "block7f_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7f_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7f_project_conv", "inbound_nodes": [ [ [ "block7f_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7f_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7f_project_bn", "inbound_nodes": [ [ [ "block7f_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block7f_drop", "trainable": false, "dtype": "float32", "rate": 0.1949367088607595, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block7f_drop", "inbound_nodes": [ [ [ "block7f_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block7f_add", "trainable": false, "dtype": "float32" }, "name": "block7f_add", "inbound_nodes": [ [ [ "block7f_drop", 0, 0, {} ], [ "block7e_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7g_expand_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7g_expand_conv", "inbound_nodes": [ [ [ "block7f_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7g_expand_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7g_expand_bn", "inbound_nodes": [ [ [ "block7g_expand_conv", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7g_expand_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7g_expand_activation", "inbound_nodes": [ [ [ "block7g_expand_bn", 0, 0, {} ] ] ] }, { "class_name": "DepthwiseConv2D", "config": { "name": "block7g_dwconv2", "trainable": false, "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": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "depthwise_regularizer": null, "depthwise_constraint": null }, "name": "block7g_dwconv2", "inbound_nodes": [ [ [ "block7g_expand_activation", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7g_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7g_bn", "inbound_nodes": [ [ [ "block7g_dwconv2", 0, 0, {} ] ] ] }, { "class_name": "Activation", "config": { "name": "block7g_activation", "trainable": false, "dtype": "float32", "activation": "swish" }, "name": "block7g_activation", "inbound_nodes": [ [ [ "block7g_bn", 0, 0, {} ] ] ] }, { "class_name": "GlobalAveragePooling2D", "config": { "name": "block7g_se_squeeze", "trainable": false, "dtype": "float32", "data_format": "channels_last", "keepdims": false }, "name": "block7g_se_squeeze", "inbound_nodes": [ [ [ "block7g_activation", 0, 0, {} ] ] ] }, { "class_name": "Reshape", "config": { "name": "block7g_se_reshape", "trainable": false, "dtype": "float32", "target_shape": [ 1, 1, 3840 ] }, "name": "block7g_se_reshape", "inbound_nodes": [ [ [ "block7g_se_squeeze", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7g_se_reduce", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7g_se_reduce", "inbound_nodes": [ [ [ "block7g_se_reshape", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7g_se_expand", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7g_se_expand", "inbound_nodes": [ [ [ "block7g_se_reduce", 0, 0, {} ] ] ] }, { "class_name": "Multiply", "config": { "name": "block7g_se_excite", "trainable": false, "dtype": "float32" }, "name": "block7g_se_excite", "inbound_nodes": [ [ [ "block7g_activation", 0, 0, {} ], [ "block7g_se_expand", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "block7g_project_conv", "trainable": false, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "block7g_project_conv", "inbound_nodes": [ [ [ "block7g_se_excite", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "block7g_project_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null }, "name": "block7g_project_bn", "inbound_nodes": [ [ [ "block7g_project_conv", 0, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "block7g_drop", "trainable": false, "dtype": "float32", "rate": 0.19746835443037977, "noise_shape": [ null, 1, 1, 1 ], "seed": null }, "name": "block7g_drop", "inbound_nodes": [ [ [ "block7g_project_bn", 0, 0, {} ] ] ] }, { "class_name": "Add", "config": { "name": "block7g_add", "trainable": false, "dtype": "float32" }, "name": "block7g_add", "inbound_nodes": [ [ [ "block7g_drop", 0, 0, {} ], [ "block7f_add", 0, 0, {} ] ] ] }, { "class_name": "Conv2D", "config": { "name": "top_conv", "trainable": false, "dtype": "float32", "filters": 1280, "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": { "module": "keras.initializers", "class_name": "VarianceScaling", "config": { "scale": 2.0, "mode": "fan_out", "distribution": "truncated_normal", "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "top_conv", "inbound_nodes": [ [ [ "block7g_add", 0, 0, {} ] ] ] }, { "class_name": "BatchNormalization", "config": { "name": "top_bn", "trainable": false, "dtype": "float32", "axis": [ 3 ], "momentum": 0.9, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "gamma_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "moving_mean_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "moving_variance_initializer": { "module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null }, "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": false, "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": "efficientnetv2-l", "inbound_nodes": [ [ [ "sequential_1", 1, 0, { "training": false } ] ] ] }, { "class_name": "Flatten", "config": { "name": "flatten_2", "trainable": true, "dtype": "float32", "data_format": "channels_last" }, "name": "flatten_2", "inbound_nodes": [ [ [ "efficientnetv2-l", 1, 0, {} ] ] ] }, { "class_name": "Dropout", "config": { "name": "dropout_2", "trainable": true, "dtype": "float32", "rate": 0.5, "noise_shape": null, "seed": null }, "name": "dropout_2", "inbound_nodes": [ [ [ "flatten_2", 0, 0, {} ] ] ] }, { "class_name": "Dense", "config": { "name": "dense_3", "trainable": true, "dtype": "float32", "units": 128, "activation": "relu", "use_bias": true, "kernel_initializer": { "module": "keras.initializers", "class_name": "GlorotUniform", "config": { "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "dense_3", "inbound_nodes": [ [ [ "dropout_2", 0, 0, {} ] ] ] }, { "class_name": "Dense", "config": { "name": "dense_4", "trainable": true, "dtype": "float32", "units": 12, "activation": "softmax", "use_bias": true, "kernel_initializer": { "module": "keras.initializers", "class_name": "GlorotUniform", "config": { "seed": null }, "registered_name": null }, "bias_initializer": { "module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null }, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null }, "name": "dense_4", "inbound_nodes": [ [ [ "dense_3", 0, 0, {} ] ] ] } ], "input_layers": [ [ "input", 0, 0 ] ], "output_layers": [ [ "dense_4", 0, 0 ] ] }