{
  "modelTopology": {
    "backend": "tensorflow",
    "keras_version": "2.2.4",
    "model_config": {
      "class_name": "Model",
      "config": {
        "input_layers": [
          [
            "input_1",
            0,
            0
          ]
        ],
        "layers": [
          {
            "class_name": "InputLayer",
            "config": {
              "batch_input_shape": [
                null,
                224,
                224,
                3
              ],
              "dtype": "float32",
              "name": "input_1",
              "sparse": false
            },
            "inbound_nodes": [],
            "name": "input_1"
          },
          {
            "class_name": "ZeroPadding2D",
            "config": {
              "data_format": "channels_last",
              "name": "Conv1_pad",
              "padding": [
                [
                  0,
                  1
                ],
                [
                  0,
                  1
                ]
              ],
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "input_1",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "Conv1_pad"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 32,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                3,
                3
              ],
              "name": "Conv1",
              "padding": "valid",
              "strides": [
                2,
                2
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "Conv1_pad",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "Conv1"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "bn_Conv1",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "Conv1",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "bn_Conv1"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "Conv1_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "bn_Conv1",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "Conv1_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "expanded_conv_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "Conv1_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "expanded_conv_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "expanded_conv_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "expanded_conv_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "expanded_conv_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "expanded_conv_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "expanded_conv_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "expanded_conv_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 16,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "expanded_conv_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "expanded_conv_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "expanded_conv_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "expanded_conv_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "expanded_conv_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "expanded_conv_project_BN"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 96,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_1_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "expanded_conv_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_1_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_1_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_expand_relu"
          },
          {
            "class_name": "ZeroPadding2D",
            "config": {
              "data_format": "channels_last",
              "name": "block_1_pad",
              "padding": [
                [
                  0,
                  1
                ],
                [
                  0,
                  1
                ]
              ],
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_pad"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_1_depthwise",
              "padding": "valid",
              "strides": [
                2,
                2
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_pad",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_1_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_1_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 24,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_1_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_1_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_1_project_BN"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 144,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_2_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_2_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_2_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_2_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_2_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_2_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 24,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_2_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_2_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_2_add",
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_1_project_BN",
                  0,
                  0,
                  {}
                ],
                [
                  "block_2_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_2_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 144,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_3_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_2_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_3_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_3_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_expand_relu"
          },
          {
            "class_name": "ZeroPadding2D",
            "config": {
              "data_format": "channels_last",
              "name": "block_3_pad",
              "padding": [
                [
                  0,
                  1
                ],
                [
                  0,
                  1
                ]
              ],
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_pad"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_3_depthwise",
              "padding": "valid",
              "strides": [
                2,
                2
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_pad",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_3_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_3_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 32,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_3_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_3_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_3_project_BN"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 192,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_4_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_4_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_4_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_4_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_4_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_4_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 32,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_4_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_4_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_4_add",
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_3_project_BN",
                  0,
                  0,
                  {}
                ],
                [
                  "block_4_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_4_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 192,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_5_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_5_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_5_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_5_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_5_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_5_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 32,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_5_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_5_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_5_add",
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_4_add",
                  0,
                  0,
                  {}
                ],
                [
                  "block_5_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_5_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 192,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_6_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_5_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_6_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_6_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_expand_relu"
          },
          {
            "class_name": "ZeroPadding2D",
            "config": {
              "data_format": "channels_last",
              "name": "block_6_pad",
              "padding": [
                [
                  0,
                  1
                ],
                [
                  0,
                  1
                ]
              ],
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_pad"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_6_depthwise",
              "padding": "valid",
              "strides": [
                2,
                2
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_pad",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_6_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_6_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 64,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_6_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_6_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_6_project_BN"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 384,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_7_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_7_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_7_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_7_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_7_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_7_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 64,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_7_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_7_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_7_add",
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_6_project_BN",
                  0,
                  0,
                  {}
                ],
                [
                  "block_7_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_7_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 384,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_8_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_8_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_8_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_8_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_8_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_8_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 64,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_8_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_8_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_8_add",
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_7_add",
                  0,
                  0,
                  {}
                ],
                [
                  "block_8_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_8_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 384,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_9_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_9_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_9_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_9_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_9_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_9_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 64,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_9_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_9_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_9_add",
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_8_add",
                  0,
                  0,
                  {}
                ],
                [
                  "block_9_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_9_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 384,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_10_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_9_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_10_expand_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_10_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_10_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_10_depthwise_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_10_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 96,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_10_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": false,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_10_project_BN",
              "scale": true,
              "trainable": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_10_project_BN"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 576,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_11_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_10_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_11_expand_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_11_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_11_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_11_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_11_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_11_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_11_depthwise_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_11_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_11_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_11_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 96,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_11_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_11_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_11_project_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_11_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_11_add",
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_10_project_BN",
                  0,
                  0,
                  {}
                ],
                [
                  "block_11_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_11_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 576,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_12_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_11_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_12_expand_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_12_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_12_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_12_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_12_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_12_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_12_depthwise_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_12_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_12_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_12_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 96,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_12_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_12_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_12_project_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_12_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_12_add",
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_11_add",
                  0,
                  0,
                  {}
                ],
                [
                  "block_12_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_12_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 576,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_13_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_12_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_13_expand_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_13_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_13_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_13_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_expand_relu"
          },
          {
            "class_name": "ZeroPadding2D",
            "config": {
              "data_format": "channels_last",
              "name": "block_13_pad",
              "padding": [
                [
                  0,
                  1
                ],
                [
                  0,
                  1
                ]
              ],
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_13_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_pad"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_13_depthwise",
              "padding": "valid",
              "strides": [
                2,
                2
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_13_pad",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_13_depthwise_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_13_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_13_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_13_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 160,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_13_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_13_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_13_project_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_13_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_13_project_BN"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 960,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_14_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_13_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_14_expand_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_14_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_14_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_14_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_14_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_14_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_14_depthwise_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_14_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_14_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_14_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 160,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_14_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_14_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_14_project_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_14_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_14_add",
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_13_project_BN",
                  0,
                  0,
                  {}
                ],
                [
                  "block_14_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_14_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 960,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_15_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_14_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_15_expand_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_15_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_15_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_15_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_15_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_15_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_15_depthwise_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_15_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_15_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_15_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 160,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_15_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_15_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_15_project_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_15_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_project_BN"
          },
          {
            "class_name": "Add",
            "config": {
              "name": "block_15_add",
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_14_add",
                  0,
                  0,
                  {}
                ],
                [
                  "block_15_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_15_add"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 960,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_16_expand",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_15_add",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_expand"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_16_expand_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_16_expand",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_expand_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_16_expand_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_16_expand_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_expand_relu"
          },
          {
            "class_name": "DepthwiseConv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "depth_multiplier": 1,
              "depthwise_constraint": null,
              "depthwise_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "depthwise_regularizer": null,
              "dilation_rate": [
                1,
                1
              ],
              "kernel_size": [
                3,
                3
              ],
              "name": "block_16_depthwise",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_16_expand_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_depthwise"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_16_depthwise_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_16_depthwise",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_depthwise_BN"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "block_16_depthwise_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_16_depthwise_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_depthwise_relu"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 320,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "block_16_project",
              "padding": "same",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_16_depthwise_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_project"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "block_16_project_BN",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "block_16_project",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "block_16_project_BN"
          },
          {
            "class_name": "Conv2D",
            "config": {
              "activation": "linear",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "filters": 1280,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "kernel_size": [
                1,
                1
              ],
              "name": "Conv_1",
              "padding": "valid",
              "strides": [
                1,
                1
              ],
              "trainable": true,
              "use_bias": false
            },
            "inbound_nodes": [
              [
                [
                  "block_16_project_BN",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "Conv_1"
          },
          {
            "class_name": "BatchNormalization",
            "config": {
              "axis": -1,
              "beta_constraint": null,
              "beta_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "beta_regularizer": null,
              "center": true,
              "epsilon": 0.001,
              "gamma_constraint": null,
              "gamma_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "gamma_regularizer": null,
              "momentum": 0.999,
              "moving_mean_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "moving_variance_initializer": {
                "class_name": "Ones",
                "config": {}
              },
              "name": "Conv_1_bn",
              "scale": true,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "Conv_1",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "Conv_1_bn"
          },
          {
            "class_name": "ReLU",
            "config": {
              "max_value": 6.0,
              "name": "out_relu",
              "negative_slope": 0.0,
              "threshold": 0.0,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "Conv_1_bn",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "out_relu"
          },
          {
            "class_name": "AveragePooling2D",
            "config": {
              "data_format": "channels_last",
              "name": "average_pooling2d_1",
              "padding": "valid",
              "pool_size": [
                7,
                7
              ],
              "strides": [
                7,
                7
              ],
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "out_relu",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "average_pooling2d_1"
          },
          {
            "class_name": "Flatten",
            "config": {
              "data_format": "channels_last",
              "name": "flatten_1",
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "average_pooling2d_1",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "flatten_1"
          },
          {
            "class_name": "Dense",
            "config": {
              "activation": "relu",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "normal",
                  "mode": "fan_in",
                  "scale": 2.0,
                  "seed": null
                }
              },
              "kernel_regularizer": {
                "class_name": "L1L2",
                "config": {
                  "l1": 0.0,
                  "l2": 0.0005000000237487257
                }
              },
              "name": "dense_1",
              "trainable": true,
              "units": 256,
              "use_bias": true
            },
            "inbound_nodes": [
              [
                [
                  "flatten_1",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "dense_1"
          },
          {
            "class_name": "Dropout",
            "config": {
              "name": "dropout_2",
              "noise_shape": null,
              "rate": 0.5,
              "seed": null,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "dense_1",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "dropout_2"
          },
          {
            "class_name": "Dense",
            "config": {
              "activation": "relu",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "normal",
                  "mode": "fan_in",
                  "scale": 2.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "name": "dense_2",
              "trainable": true,
              "units": 128,
              "use_bias": true
            },
            "inbound_nodes": [
              [
                [
                  "dropout_2",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "dense_2"
          },
          {
            "class_name": "Dropout",
            "config": {
              "name": "dropout_3",
              "noise_shape": null,
              "rate": 0.25,
              "seed": null,
              "trainable": true
            },
            "inbound_nodes": [
              [
                [
                  "dense_2",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "dropout_3"
          },
          {
            "class_name": "Dense",
            "config": {
              "activation": "softmax",
              "activity_regularizer": null,
              "bias_constraint": null,
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "bias_regularizer": null,
              "kernel_constraint": null,
              "kernel_initializer": {
                "class_name": "VarianceScaling",
                "config": {
                  "distribution": "uniform",
                  "mode": "fan_avg",
                  "scale": 1.0,
                  "seed": null
                }
              },
              "kernel_regularizer": null,
              "name": "dense_3",
              "trainable": true,
              "units": 5,
              "use_bias": true
            },
            "inbound_nodes": [
              [
                [
                  "dropout_3",
                  0,
                  0,
                  {}
                ]
              ]
            ],
            "name": "dense_3"
          }
        ],
        "name": "model_1",
        "output_layers": [
          [
            "dense_3",
            0,
            0
          ]
        ]
      }
    },
    "training_config": {
      "loss": "categorical_crossentropy",
      "loss_weights": null,
      "metrics": [
        "accuracy"
      ],
      "optimizer_config": {
        "class_name": "SGD",
        "config": {
          "decay": 0.0,
          "lr": 8.999999749903509e-07,
          "momentum": 0.8999999761581421,
          "nesterov": false
        }
      },
      "sample_weight_mode": null
    }
  },
  "weightsManifest": [
    {
      "paths": [
        "group1-shard1of1"
      ],
      "weights": [
        {
          "dtype": "float32",
          "name": "Conv1/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.87334511607301,
            "scale": 0.006666756611244351
          },
          "shape": [
            3,
            3,
            3,
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "Conv_1/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16725910831900204,
            "scale": 0.0012671144569621367
          },
          "shape": [
            1,
            1,
            320,
            1280
          ]
        },
        {
          "dtype": "float32",
          "name": "Conv_1_bn/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 4.058098316192627,
            "scale": 0.004296330844654757
          },
          "shape": [
            1280
          ]
        },
        {
          "dtype": "float32",
          "name": "Conv_1_bn/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -5.497056007385254,
            "scale": 0.007127556146359911
          },
          "shape": [
            1280
          ]
        },
        {
          "dtype": "float32",
          "name": "Conv_1_bn/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0023754353781102917,
            "scale": 1.963169733975448e-05
          },
          "shape": [
            1280
          ]
        },
        {
          "dtype": "float32",
          "name": "Conv_1_bn/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.2001450061798096,
            "scale": 0.04519893702338724
          },
          "shape": [
            1280
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -4.088800318100873,
            "scale": 0.03407333598417394
          },
          "shape": [
            3,
            3,
            384,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.40248510241508484,
            "scale": 0.007302123541925468
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.6703001022338868,
            "scale": 0.023198612531026206
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -10.684502940084421,
            "scale": 0.0632219108880735
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.22930045425891876,
            "scale": 0.08007498739981184
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4983156303564708,
            "scale": 0.004187526305516561
          },
          "shape": [
            1,
            1,
            64,
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.3032448887825012,
            "scale": 0.006853209056106268
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.9566102308385513,
            "scale": 0.016305085256987928
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.01945700193298798,
            "scale": 0.0001341862202275033
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 3.7177557945251465,
            "scale": 0.11230436773861156
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4085769327247844,
            "scale": 0.0036808732677908506
          },
          "shape": [
            1,
            1,
            384,
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 1.8223402500152588,
            "scale": 0.010350557402068493
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.007311846215423999,
            "scale": 5.337114025856934e-05
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -4.210502486135446,
            "scale": 0.028258405947217756
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_10_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.7251929640769958,
            "scale": 0.03310593647115371
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -3.1480287383584415,
            "scale": 0.02421560567968032
          },
          "shape": [
            3,
            3,
            576,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.25000280141830444,
            "scale": 0.01196848200816734
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -3.51122283000572,
            "scale": 0.024215329862108417
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -7.024682351654651,
            "scale": 0.04084117646310843
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.00013964888057671487,
            "scale": 0.050268485751938916
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3371829879050161,
            "scale": 0.0025162909545150456
          },
          "shape": [
            1,
            1,
            96,
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.0032904082909226418,
            "scale": 0.011158546772511567
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.68603814349455,
            "scale": 0.018733757149939443
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.003988752377164714,
            "scale": 2.9990619377178305e-05
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.7648493885920324e-14,
            "scale": 0.03621620103424664
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2600216061461206,
            "scale": 0.0020969484366622627
          },
          "shape": [
            1,
            1,
            576,
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.5630056262016296,
            "scale": 0.008524748157052432
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.006553136140984647,
            "scale": 4.227829768377192e-05
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -1.8660660654890773,
            "scale": 0.016226661439035454
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_11_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.14689797163009644,
            "scale": 0.0020041888835383398
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -3.0593730814316697,
            "scale": 0.02487295188155829
          },
          "shape": [
            3,
            3,
            576,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.18331484496593475,
            "scale": 0.018403769299095752
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -5.980123789170208,
            "scale": 0.03646416944615981
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -10.866527250701306,
            "scale": 0.05544146556480258
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.00022924139921087772,
            "scale": 0.03855800487656904
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.25110526645884795,
            "scale": 0.0020925438871570662
          },
          "shape": [
            1,
            1,
            96,
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.21571911871433258,
            "scale": 0.010054528888534097
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.9130254502389943,
            "scale": 0.016491598708956848
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.006275338518853281,
            "scale": 4.9026082178541256e-05
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.4346864223480225,
            "scale": 0.058915868459963334
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.49135843445273003,
            "scale": 0.0032977076137767117
          },
          "shape": [
            1,
            1,
            576,
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.721093475818634,
            "scale": 0.013475235536986705
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.005543093726623292,
            "scale": 3.95935266187378e-05
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -1.9206050424014822,
            "scale": 0.01333753501667696
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_12_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.10041400790214539,
            "scale": 0.0021526618331086404
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -1.4754528438343721,
            "scale": 0.011177673059351304
          },
          "shape": [
            3,
            3,
            576,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.350769579410553,
            "scale": 0.005496745249804328
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.24450935569464,
            "scale": 0.027042281393911325
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -7.984861721712,
            "scale": 0.04810157663681928
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.010228983126580715,
            "scale": 0.06980591618328118
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4197306464700138,
            "scale": 0.0033311956069048713
          },
          "shape": [
            1,
            1,
            96,
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.06031922623515129,
            "scale": 0.007420331195873373
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.7976019186132093,
            "scale": 0.019701421962064855
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.013370727481064843,
            "scale": 9.350159077667722e-05
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.3005495071411133,
            "scale": 0.10002251793356502
          },
          "shape": [
            576
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.37188173567547517,
            "scale": 0.002928202643113978
          },
          "shape": [
            1,
            1,
            576,
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 1.550618290901184,
            "scale": 0.005993789317561131
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.005035641438820782,
            "scale": 4.577855853473439e-05
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -6.040092789893057,
            "scale": 0.04507531932756013
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_13_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.38076847791671753,
            "scale": 0.009339294480342491
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -3.8016654528823555,
            "scale": 0.026585073097079408
          },
          "shape": [
            3,
            3,
            960,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.2858554720878601,
            "scale": 0.01798316474054374
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -5.42720035945668,
            "scale": 0.032892123390646545
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -6.137411499023437,
            "scale": 0.04870961507161458
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 3.2535186619497836e-05,
            "scale": 0.10036481178277766
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3070852241095374,
            "scale": 0.0023805056132522283
          },
          "shape": [
            1,
            1,
            160,
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.2994632422924042,
            "scale": 0.008773572889028811
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.8759665405049042,
            "scale": 0.01589802152970258
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.003465659838790695,
            "scale": 2.9123191922610883e-05
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.6711487770080566,
            "scale": 0.03398493411494236
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.34923891810809865,
            "scale": 0.002328259454053991
          },
          "shape": [
            1,
            1,
            960,
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.820835530757904,
            "scale": 0.007008622908124737
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.003992707589093376,
            "scale": 3.1193028039792e-05
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -2.1882847701801973,
            "scale": 0.01585713601579853
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_14_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.22255808115005493,
            "scale": 0.0026917350058462105
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -3.787860099007102,
            "scale": 0.02848015112035415
          },
          "shape": [
            3,
            3,
            960,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.08640849590301514,
            "scale": 0.01727106851689956
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -6.166259084963331,
            "scale": 0.03585034351722867
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -15.027781598708208,
            "scale": 0.0910774642345952
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.0875285170186544e-06,
            "scale": 0.09568451099636488
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2951788762036492,
            "scale": 0.0024598239683637432
          },
          "shape": [
            1,
            1,
            160,
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.16954641044139862,
            "scale": 0.010391918642848146
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.0732759391560274,
            "scale": 0.018347574682796703
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.005657272238065215,
            "scale": 4.7942985068349274e-05
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.984294056892395,
            "scale": 0.2563706823423797
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4387097349353865,
            "scale": 0.0033489292743159277
          },
          "shape": [
            1,
            1,
            960,
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 1.2517534494400024,
            "scale": 0.010856366157531739
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.00269769683261128,
            "scale": 2.0132065915009555e-05
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -2.2665801300722013,
            "scale": 0.014078137453864603
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_15_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.059768594801425934,
            "scale": 0.001256188078253877
          },
          "shape": [
            160
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -2.8038849550134994,
            "scale": 0.02336570795844583
          },
          "shape": [
            3,
            3,
            960,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.4405687749385834,
            "scale": 0.011913974261751363
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -3.7257910148770206,
            "scale": 0.03239818273806105
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -5.307021010155771,
            "scale": 0.03423884522681143
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 7.858918706915574e-07,
            "scale": 0.22784748143189615
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.38862050584718294,
            "scale": 0.0032117397177453136
          },
          "shape": [
            1,
            1,
            160,
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.27079182863235474,
            "scale": 0.013339150886909635
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.8340444209528906,
            "scale": 0.015542749330109242
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.007079307767836487,
            "scale": 7.779459085534601e-05
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.8959892988204956,
            "scale": 0.26395472778993495
          },
          "shape": [
            960
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5272602123372695,
            "scale": 0.004184604859819599
          },
          "shape": [
            1,
            1,
            960,
            320
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 1.737635612487793,
            "scale": 0.007401946946686389
          },
          "shape": [
            320
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0022203737532026043,
            "scale": 2.037040140552848e-05
          },
          "shape": [
            320
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -6.317516297920077,
            "scale": 0.04023895731159285
          },
          "shape": [
            320
          ]
        },
        {
          "dtype": "float32",
          "name": "block_16_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.4311196208000183,
            "scale": 0.035004029788222965
          },
          "shape": [
            320
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -3.070943791258569,
            "scale": 0.02537970075420305
          },
          "shape": [
            3,
            3,
            96,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.4857683479785919,
            "scale": 0.011590205804974425
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -4.136155797920975,
            "scale": 0.034183105767941944
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -28.937354689953374,
            "scale": 0.26548031825645296
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.04768875613808632,
            "scale": 0.8554738763354572
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -1.2957038131414675,
            "scale": 0.008098148832134172
          },
          "shape": [
            1,
            1,
            16,
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.2122029960155487,
            "scale": 0.03750847472864039
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.2824947160833022,
            "scale": 0.028178947112139533
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.056052549300240534,
            "scale": 0.00041830260671821295
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.6280046701431274,
            "scale": 0.10497297165440578
          },
          "shape": [
            96
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -1.3319599740645465,
            "scale": 0.008121707158930161
          },
          "shape": [
            1,
            1,
            96,
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 1.9806559085845947,
            "scale": 0.013070227118099437
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.010182667633189875,
            "scale": 8.081482248563392e-05
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -5.945862329707427,
            "scale": 0.03693082192364861
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_1_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.37005844712257385,
            "scale": 0.015794806737525792
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -7.181409458085602,
            "scale": 0.05886401195152133
          },
          "shape": [
            3,
            3,
            144,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.40984275937080383,
            "scale": 0.008265640104518216
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -3.2851701624253216,
            "scale": 0.034220522525263766
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -11.277414492064832,
            "scale": 0.05843219944075042
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0,
            "scale": 0.1796044293571921
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.596191698663375,
            "scale": 0.004621641074909883
          },
          "shape": [
            1,
            1,
            24,
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.1913505643606186,
            "scale": 0.01640206651360381
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.538083179324281,
            "scale": 0.028517788531733493
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.00857109451556907,
            "scale": 6.968369524852903e-05
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.5163608506781247e-34,
            "scale": 0.17690577787511488
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4962309951875724,
            "scale": 0.005063581583546657
          },
          "shape": [
            1,
            1,
            144,
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 1.5146973133087158,
            "scale": 0.02459877519046559
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.006625267572920112,
            "scale": 5.662621857196677e-05
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -4.26975632835837,
            "scale": 0.041453944935518156
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_2_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.667578399181366,
            "scale": 0.012379103314642812
          },
          "shape": [
            24
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -2.280805359634699,
            "scale": 0.017959097319958258
          },
          "shape": [
            3,
            3,
            144,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.38231614232063293,
            "scale": 0.011584419245813406
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.7828902637257293,
            "scale": 0.030921002930285883
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -28.649707906386432,
            "scale": 0.18483682520249312
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.18932129442691803,
            "scale": 0.38042693132278965
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -1.118310601571027,
            "scale": 0.008103700011384253
          },
          "shape": [
            1,
            1,
            24,
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.2990524172782898,
            "scale": 0.013908624882791557
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.3489304075054096,
            "scale": 0.024988621356440525
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.010190908223682758,
            "scale": 8.353203462035048e-05
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 3.8810181617736816,
            "scale": 0.2802370613696528
          },
          "shape": [
            144
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7998786091804505,
            "scale": 0.0068365693092346195
          },
          "shape": [
            1,
            1,
            144,
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 2.4770939350128174,
            "scale": 0.01675523215649175
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.005942130622033979,
            "scale": 5.8832976455781976e-05
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -3.650315753151389,
            "scale": 0.04195765233507343
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_3_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.7385707497596741,
            "scale": 0.037899703371758554
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -4.985755969028847,
            "scale": 0.0372071340972302
          },
          "shape": [
            3,
            3,
            192,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.3745843470096588,
            "scale": 0.009330581566866706
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.906554125804527,
            "scale": 0.024021108477723364
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -5.352850296918083,
            "scale": 0.044607085807650694
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.03507642820477486,
            "scale": 0.04683735304895569
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.40418717720929315,
            "scale": 0.0030620240697673724
          },
          "shape": [
            1,
            1,
            32,
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.167377769947052,
            "scale": 0.007529168736700918
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.5541455465204574,
            "scale": 0.022209961274090934
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.004339029848137323,
            "scale": 3.099307034383802e-05
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.8437719345092773,
            "scale": 0.10860272201837277
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5263700140457528,
            "scale": 0.003630138027901743
          },
          "shape": [
            1,
            1,
            192,
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.9728992581367493,
            "scale": 0.01992112959132475
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.006176024123880209,
            "scale": 4.863011121165519e-05
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -2.7950704770929673,
            "scale": 0.020401974285350125
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_4_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.2692086398601532,
            "scale": 0.004634153726054173
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -4.52747631259993,
            "scale": 0.03257177203309302
          },
          "shape": [
            3,
            3,
            192,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.4237539768218994,
            "scale": 0.008437786850274779
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -2.8744141410378847,
            "scale": 0.023369220658844593
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -18.298168743357937,
            "scale": 0.10456096424775965
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.040692880749702454,
            "scale": 0.04720107591619679
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.36168030208232355,
            "scale": 0.0032007106378966685
          },
          "shape": [
            1,
            1,
            32,
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.1293688714504242,
            "scale": 0.007221938231412102
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.6064272095175351,
            "scale": 0.019124133446637322
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.006665974828031132,
            "scale": 6.733307907102154e-05
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 2.6557254791259766,
            "scale": 0.08463248458563112
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4291310926278432,
            "scale": 0.00354653795560201
          },
          "shape": [
            1,
            1,
            192,
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.9242632985115051,
            "scale": 0.018858166068207984
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.005500635230804191,
            "scale": 4.3655835165112626e-05
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -2.1954680022071393,
            "scale": 0.018764683779548198
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_5_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.2067245990037918,
            "scale": 0.0037080140090456197
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -1.9960154365090763,
            "scale": 0.01663346197090897
          },
          "shape": [
            3,
            3,
            192,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.4712669849395752,
            "scale": 0.006421379014557483
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.4898768144495347,
            "scale": 0.02613818972718482
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -15.621279009650735,
            "scale": 0.12109518612132353
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.0683574229478836,
            "scale": 0.28740606138519215
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6843907033695894,
            "scale": 0.005609759863685159
          },
          "shape": [
            1,
            1,
            32,
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.4731082618236542,
            "scale": 0.009170516448862413
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.8309699773788453,
            "scale": 0.015386302330914666
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.016153413539423664,
            "scale": 0.00014169660999494441
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 5.0375471115112305,
            "scale": 0.1423933328366747
          },
          "shape": [
            192
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.9496052826152128,
            "scale": 0.006330701884101419
          },
          "shape": [
            1,
            1,
            192,
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.8319648504257202,
            "scale": 0.02171465789570528
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.005802899913168421,
            "scale": 4.363082641480016e-05
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -5.993951730167165,
            "scale": 0.04473098306094899
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_6_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.4466089904308319,
            "scale": 0.05287521037400938
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -3.3044106876148898,
            "scale": 0.022947296441770067
          },
          "shape": [
            3,
            3,
            384,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.23756937682628632,
            "scale": 0.009583088755607604
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -3.6187023807974423,
            "scale": 0.021162002226885628
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -21.42839676913093,
            "scale": 0.09439822365255916
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.0010467394022271037,
            "scale": 0.05028138783093834
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.367723983409358,
            "scale": 0.0027442088314131195
          },
          "shape": [
            1,
            1,
            64,
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.11244644224643707,
            "scale": 0.005810386000895033
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.5284377168206607,
            "scale": 0.019347312871147604
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0030003727450236386,
            "scale": 2.542688766969185e-05
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.0071969032287598,
            "scale": 0.036530892989214726
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4649557908376058,
            "scale": 0.003907191519643746
          },
          "shape": [
            1,
            1,
            384,
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.5764568448066711,
            "scale": 0.02033467830396166
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.004176882530252139,
            "scale": 3.5099853195396126e-05
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -1.323780222967559,
            "scale": 0.017191950947630638
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_7_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.17085391283035278,
            "scale": 0.008321891812717213
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -3.422506362316655,
            "scale": 0.026948868994619332
          },
          "shape": [
            3,
            3,
            384,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.28603067994117737,
            "scale": 0.01632120130108852
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -6.150375859877642,
            "scale": 0.03271476521211512
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -9.423691969291836,
            "scale": 0.04596922911849676
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.004629261326044798,
            "scale": 0.061719789197120595
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5420334745855893,
            "scale": 0.0037125580451067754
          },
          "shape": [
            1,
            1,
            64,
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.12719938158988953,
            "scale": 0.005510600992277557
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.4796660900115968,
            "scale": 0.01450653029423134
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.005836034748776287,
            "scale": 3.8649236746862825e-05
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 1.4665534496307373,
            "scale": 0.05413022228315765
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.30033120641521377,
            "scale": 0.002422025858187208
          },
          "shape": [
            1,
            1,
            384,
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.6333269476890564,
            "scale": 0.012745298357570873
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.004904859973227277,
            "scale": 3.6332296097979825e-05
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -1.0753987162720924,
            "scale": 0.00977635196610993
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_8_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.13130801916122437,
            "scale": 0.0021861090379602767
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -2.831250134636374,
            "scale": 0.019798951990464154
          },
          "shape": [
            3,
            3,
            384,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.31796711683273315,
            "scale": 0.007955082023845
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -4.171680545806884,
            "scale": 0.025130605697631835
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -4.612406263164445,
            "scale": 0.028827539144777783
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.054740116000175476,
            "scale": 0.01920037485805212
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_expand/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.36515102853962017,
            "scale": 0.0035110675821117326
          },
          "shape": [
            1,
            1,
            64,
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_expand_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.23342087864875793,
            "scale": 0.007018205114439422
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_expand_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.3883685602861293,
            "scale": 0.011866397951163498
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_expand_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -0.008643162741745805,
            "scale": 6.308877913683069e-05
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_expand_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 2.118360996246338,
            "scale": 0.07897544374652937
          },
          "shape": [
            384
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4918418302255518,
            "scale": 0.0033458627906500123
          },
          "shape": [
            1,
            1,
            384,
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.6817672848701477,
            "scale": 0.01215742405723123
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.00399385870927397,
            "scale": 2.8941005139666446e-05
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -1.8452984529383043,
            "scale": 0.01125181983498966
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "block_9_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.11924822628498077,
            "scale": 0.0018466930179034963
          },
          "shape": [
            64
          ]
        },
        {
          "dtype": "float32",
          "name": "bn_Conv1/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 0.13053518533706665,
            "scale": 0.016117237829694563
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "bn_Conv1/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -6.189409682329964,
            "scale": 0.04298201168284697
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "bn_Conv1/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -1.5218115974875057,
            "scale": 0.010011918404523064
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "bn_Conv1/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0,
            "scale": 0.0026636616856444114
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "dense_1/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0827300671268912,
            "scale": 0.0007011022637872135
          },
          "shape": [
            1280,
            256
          ]
        },
        {
          "dtype": "float32",
          "name": "dense_1/bias",
          "quantization": {
            "dtype": "uint8",
            "min": -0.08616942780859331,
            "scale": 0.0009574380867621478
          },
          "shape": [
            256
          ]
        },
        {
          "dtype": "float32",
          "name": "dense_2/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.27012642972609574,
            "scale": 0.0020464123464098163
          },
          "shape": [
            256,
            128
          ]
        },
        {
          "dtype": "float32",
          "name": "dense_2/bias",
          "quantization": {
            "dtype": "uint8",
            "min": -0.04579559355682018,
            "scale": 0.0013084455301948623
          },
          "shape": [
            128
          ]
        },
        {
          "dtype": "float32",
          "name": "dense_3/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -0.46344453400256586,
            "scale": 0.0030489771973853017
          },
          "shape": [
            128,
            5
          ]
        },
        {
          "dtype": "float32",
          "name": "dense_3/bias",
          "quantization": {
            "dtype": "uint8",
            "min": -0.34861034412010045,
            "scale": 0.0028810772241330616
          },
          "shape": [
            5
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_depthwise/depthwise_kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -25.55166634952321,
            "scale": 0.19357322992063036
          },
          "shape": [
            3,
            3,
            32,
            1
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_depthwise_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": -0.09695096857407513,
            "scale": 0.008079247381172928
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_depthwise_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -1.3658699895821367,
            "scale": 0.018710547802495023
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_depthwise_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -13.676559291166416,
            "scale": 0.09910550210990157
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_depthwise_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0,
            "scale": 1.3617684158624388
          },
          "shape": [
            32
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_project/kernel",
          "quantization": {
            "dtype": "uint8",
            "min": -1.4339039704378913,
            "scale": 0.009754448778489057
          },
          "shape": [
            1,
            1,
            32,
            16
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_project_BN/gamma",
          "quantization": {
            "dtype": "uint8",
            "min": 2.63926100730896,
            "scale": 0.009822066624959309
          },
          "shape": [
            16
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_project_BN/beta",
          "quantization": {
            "dtype": "uint8",
            "min": -0.03885560184717179,
            "scale": 0.0004466161131858826
          },
          "shape": [
            16
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_project_BN/moving_mean",
          "quantization": {
            "dtype": "uint8",
            "min": -5.0893140568452715,
            "scale": 0.03262380805670046
          },
          "shape": [
            16
          ]
        },
        {
          "dtype": "float32",
          "name": "expanded_conv_project_BN/moving_variance",
          "quantization": {
            "dtype": "uint8",
            "min": 0.39643433690071106,
            "scale": 0.005846665302912394
          },
          "shape": [
            16
          ]
        }
      ]
    }
  ]
}