diff --git a/locales b/locales index 273be158..00a9e886 160000 --- a/locales +++ b/locales @@ -1 +1 @@ -Subproject commit 273be158161206ad70a0485e4482b47440c916cc +Subproject commit 00a9e886bed87cd799a7d53039daba586fdac845 diff --git a/package.json b/package.json index 1fa4f626..814c15eb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "type": "module", "dependencies": { "@prisma/client": "^5.10.2", - "@sentry/node": "^7.104.0", + "@sentry/node": "^7.105.0", "@tensorflow/tfjs-node": "^4.17.0", "@top-gg/sdk": "^3.1.6", "common-tags": "^1.8.2", @@ -33,11 +33,11 @@ "js-yaml": "^4.1.0", "lodash": "^4.17.21", "lz-string": "^1.5.0", - "nsfwjs": "^3.0.0", + "nsfwjs": "^4.1.0", "parse-duration": "^1.1.0", "sharp": "^0.33.2", "source-map-support": "^0.5.21", - "winston": "^3.11.0" + "winston": "^3.12.0" }, "devDependencies": { "@stylistic/eslint-plugin": "^1.6.3", @@ -46,7 +46,7 @@ "@types/i18n": "^0.13.10", "@types/js-yaml": "^4.0.9", "@types/lodash": "^4.14.202", - "@types/node": "^20.11.24", + "@types/node": "^20.11.25", "@types/source-map-support": "^0.5.10", "cz-conventional-changelog": "^3.3.0", "eslint": "8.57.0", @@ -56,8 +56,8 @@ "prisma": "^5.10.2", "standard-version": "^9.5.0", "tsc-watch": "^6.0.4", - "typescript": "^5.3.3", - "typescript-eslint": "^7.1.0" + "typescript": "^5.4.2", + "typescript-eslint": "^7.1.1" }, "config": { "commitizen": { diff --git a/src/api/index.ts b/src/api/index.ts index c0b34d35..c6e35b6d 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -8,7 +8,6 @@ import nsfwRouter from './routes/nsfw.js'; export const startApi = (data: { voteManager: VoteManager }) => { const app = express(); - app.use(express.static('src/api/public')); app.use(express.json()); app.use(express.urlencoded({ extended: true })); app.use(nsfwRouter); diff --git a/src/api/public/model/group1-shard1of1 b/src/api/public/model/group1-shard1of1 deleted file mode 100644 index 4727ef7c..00000000 Binary files a/src/api/public/model/group1-shard1of1 and /dev/null differ diff --git a/src/api/public/model/model.json b/src/api/public/model/model.json deleted file mode 100644 index d68082e4..00000000 --- a/src/api/public/model/model.json +++ /dev/null @@ -1 +0,0 @@ -{"modelTopology": {"keras_version": "2.2.4", "backend": "tensorflow", "model_config": {"class_name": "Model", "config": {"name": "model_1", "layers": [{"name": "input_1", "class_name": "InputLayer", "config": {"batch_input_shape": [null, 224, 224, 3], "dtype": "float32", "sparse": false, "name": "input_1"}, "inbound_nodes": []}, {"name": "Conv1_pad", "class_name": "ZeroPadding2D", "config": {"name": "Conv1_pad", "trainable": false, "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "inbound_nodes": [[["input_1", 0, 0, {}]]]}, {"name": "Conv1", "class_name": "Conv2D", "config": {"name": "Conv1", "trainable": false, "filters": 32, "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["Conv1_pad", 0, 0, {}]]]}, {"name": "bn_Conv1", "class_name": "BatchNormalization", "config": {"name": "bn_Conv1", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["Conv1", 0, 0, {}]]]}, {"name": "Conv1_relu", "class_name": "ReLU", "config": {"name": "Conv1_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["bn_Conv1", 0, 0, {}]]]}, {"name": "expanded_conv_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "expanded_conv_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["Conv1_relu", 0, 0, {}]]]}, {"name": "expanded_conv_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "expanded_conv_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["expanded_conv_depthwise", 0, 0, {}]]]}, {"name": "expanded_conv_depthwise_relu", "class_name": "ReLU", "config": {"name": "expanded_conv_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["expanded_conv_depthwise_BN", 0, 0, {}]]]}, {"name": "expanded_conv_project", "class_name": "Conv2D", "config": {"name": "expanded_conv_project", "trainable": false, "filters": 16, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["expanded_conv_depthwise_relu", 0, 0, {}]]]}, {"name": "expanded_conv_project_BN", "class_name": "BatchNormalization", "config": {"name": "expanded_conv_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["expanded_conv_project", 0, 0, {}]]]}, {"name": "block_1_expand", "class_name": "Conv2D", "config": {"name": "block_1_expand", "trainable": false, "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["expanded_conv_project_BN", 0, 0, {}]]]}, {"name": "block_1_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_1_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_1_expand", 0, 0, {}]]]}, {"name": "block_1_expand_relu", "class_name": "ReLU", "config": {"name": "block_1_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_1_expand_BN", 0, 0, {}]]]}, {"name": "block_1_pad", "class_name": "ZeroPadding2D", "config": {"name": "block_1_pad", "trainable": false, "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "inbound_nodes": [[["block_1_expand_relu", 0, 0, {}]]]}, {"name": "block_1_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_1_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_1_pad", 0, 0, {}]]]}, {"name": "block_1_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_1_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_1_depthwise", 0, 0, {}]]]}, {"name": "block_1_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_1_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_1_depthwise_BN", 0, 0, {}]]]}, {"name": "block_1_project", "class_name": "Conv2D", "config": {"name": "block_1_project", "trainable": false, "filters": 24, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_1_depthwise_relu", 0, 0, {}]]]}, {"name": "block_1_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_1_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_1_project", 0, 0, {}]]]}, {"name": "block_2_expand", "class_name": "Conv2D", "config": {"name": "block_2_expand", "trainable": false, "filters": 144, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_1_project_BN", 0, 0, {}]]]}, {"name": "block_2_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_2_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_2_expand", 0, 0, {}]]]}, {"name": "block_2_expand_relu", "class_name": "ReLU", "config": {"name": "block_2_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_2_expand_BN", 0, 0, {}]]]}, {"name": "block_2_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_2_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_2_expand_relu", 0, 0, {}]]]}, {"name": "block_2_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_2_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_2_depthwise", 0, 0, {}]]]}, {"name": "block_2_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_2_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_2_depthwise_BN", 0, 0, {}]]]}, {"name": "block_2_project", "class_name": "Conv2D", "config": {"name": "block_2_project", "trainable": false, "filters": 24, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_2_depthwise_relu", 0, 0, {}]]]}, {"name": "block_2_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_2_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_2_project", 0, 0, {}]]]}, {"name": "block_2_add", "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_3_expand", "class_name": "Conv2D", "config": {"name": "block_3_expand", "trainable": false, "filters": 144, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_2_add", 0, 0, {}]]]}, {"name": "block_3_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_3_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_3_expand", 0, 0, {}]]]}, {"name": "block_3_expand_relu", "class_name": "ReLU", "config": {"name": "block_3_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_3_expand_BN", 0, 0, {}]]]}, {"name": "block_3_pad", "class_name": "ZeroPadding2D", "config": {"name": "block_3_pad", "trainable": false, "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "inbound_nodes": [[["block_3_expand_relu", 0, 0, {}]]]}, {"name": "block_3_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_3_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_3_pad", 0, 0, {}]]]}, {"name": "block_3_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_3_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_3_depthwise", 0, 0, {}]]]}, {"name": "block_3_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_3_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_3_depthwise_BN", 0, 0, {}]]]}, {"name": "block_3_project", "class_name": "Conv2D", "config": {"name": "block_3_project", "trainable": false, "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_3_depthwise_relu", 0, 0, {}]]]}, {"name": "block_3_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_3_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_3_project", 0, 0, {}]]]}, {"name": "block_4_expand", "class_name": "Conv2D", "config": {"name": "block_4_expand", "trainable": false, "filters": 192, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_3_project_BN", 0, 0, {}]]]}, {"name": "block_4_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_4_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_4_expand", 0, 0, {}]]]}, {"name": "block_4_expand_relu", "class_name": "ReLU", "config": {"name": "block_4_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_4_expand_BN", 0, 0, {}]]]}, {"name": "block_4_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_4_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_4_expand_relu", 0, 0, {}]]]}, {"name": "block_4_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_4_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_4_depthwise", 0, 0, {}]]]}, {"name": "block_4_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_4_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_4_depthwise_BN", 0, 0, {}]]]}, {"name": "block_4_project", "class_name": "Conv2D", "config": {"name": "block_4_project", "trainable": false, "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_4_depthwise_relu", 0, 0, {}]]]}, {"name": "block_4_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_4_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_4_project", 0, 0, {}]]]}, {"name": "block_4_add", "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_5_expand", "class_name": "Conv2D", "config": {"name": "block_5_expand", "trainable": false, "filters": 192, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_4_add", 0, 0, {}]]]}, {"name": "block_5_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_5_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_5_expand", 0, 0, {}]]]}, {"name": "block_5_expand_relu", "class_name": "ReLU", "config": {"name": "block_5_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_5_expand_BN", 0, 0, {}]]]}, {"name": "block_5_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_5_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_5_expand_relu", 0, 0, {}]]]}, {"name": "block_5_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_5_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_5_depthwise", 0, 0, {}]]]}, {"name": "block_5_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_5_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_5_depthwise_BN", 0, 0, {}]]]}, {"name": "block_5_project", "class_name": "Conv2D", "config": {"name": "block_5_project", "trainable": false, "filters": 32, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_5_depthwise_relu", 0, 0, {}]]]}, {"name": "block_5_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_5_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_5_project", 0, 0, {}]]]}, {"name": "block_5_add", "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_6_expand", "class_name": "Conv2D", "config": {"name": "block_6_expand", "trainable": false, "filters": 192, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_5_add", 0, 0, {}]]]}, {"name": "block_6_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_6_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_6_expand", 0, 0, {}]]]}, {"name": "block_6_expand_relu", "class_name": "ReLU", "config": {"name": "block_6_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_6_expand_BN", 0, 0, {}]]]}, {"name": "block_6_pad", "class_name": "ZeroPadding2D", "config": {"name": "block_6_pad", "trainable": false, "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "inbound_nodes": [[["block_6_expand_relu", 0, 0, {}]]]}, {"name": "block_6_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_6_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_6_pad", 0, 0, {}]]]}, {"name": "block_6_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_6_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_6_depthwise", 0, 0, {}]]]}, {"name": "block_6_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_6_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_6_depthwise_BN", 0, 0, {}]]]}, {"name": "block_6_project", "class_name": "Conv2D", "config": {"name": "block_6_project", "trainable": false, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_6_depthwise_relu", 0, 0, {}]]]}, {"name": "block_6_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_6_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_6_project", 0, 0, {}]]]}, {"name": "block_7_expand", "class_name": "Conv2D", "config": {"name": "block_7_expand", "trainable": false, "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_6_project_BN", 0, 0, {}]]]}, {"name": "block_7_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_7_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_7_expand", 0, 0, {}]]]}, {"name": "block_7_expand_relu", "class_name": "ReLU", "config": {"name": "block_7_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_7_expand_BN", 0, 0, {}]]]}, {"name": "block_7_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_7_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_7_expand_relu", 0, 0, {}]]]}, {"name": "block_7_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_7_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_7_depthwise", 0, 0, {}]]]}, {"name": "block_7_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_7_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_7_depthwise_BN", 0, 0, {}]]]}, {"name": "block_7_project", "class_name": "Conv2D", "config": {"name": "block_7_project", "trainable": false, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_7_depthwise_relu", 0, 0, {}]]]}, {"name": "block_7_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_7_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_7_project", 0, 0, {}]]]}, {"name": "block_7_add", "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_8_expand", "class_name": "Conv2D", "config": {"name": "block_8_expand", "trainable": false, "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_7_add", 0, 0, {}]]]}, {"name": "block_8_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_8_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_8_expand", 0, 0, {}]]]}, {"name": "block_8_expand_relu", "class_name": "ReLU", "config": {"name": "block_8_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_8_expand_BN", 0, 0, {}]]]}, {"name": "block_8_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_8_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_8_expand_relu", 0, 0, {}]]]}, {"name": "block_8_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_8_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_8_depthwise", 0, 0, {}]]]}, {"name": "block_8_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_8_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_8_depthwise_BN", 0, 0, {}]]]}, {"name": "block_8_project", "class_name": "Conv2D", "config": {"name": "block_8_project", "trainable": false, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_8_depthwise_relu", 0, 0, {}]]]}, {"name": "block_8_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_8_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_8_project", 0, 0, {}]]]}, {"name": "block_8_add", "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_9_expand", "class_name": "Conv2D", "config": {"name": "block_9_expand", "trainable": false, "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_8_add", 0, 0, {}]]]}, {"name": "block_9_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_9_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_9_expand", 0, 0, {}]]]}, {"name": "block_9_expand_relu", "class_name": "ReLU", "config": {"name": "block_9_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_9_expand_BN", 0, 0, {}]]]}, {"name": "block_9_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_9_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_9_expand_relu", 0, 0, {}]]]}, {"name": "block_9_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_9_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_9_depthwise", 0, 0, {}]]]}, {"name": "block_9_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_9_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_9_depthwise_BN", 0, 0, {}]]]}, {"name": "block_9_project", "class_name": "Conv2D", "config": {"name": "block_9_project", "trainable": false, "filters": 64, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_9_depthwise_relu", 0, 0, {}]]]}, {"name": "block_9_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_9_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_9_project", 0, 0, {}]]]}, {"name": "block_9_add", "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_10_expand", "class_name": "Conv2D", "config": {"name": "block_10_expand", "trainable": false, "filters": 384, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_9_add", 0, 0, {}]]]}, {"name": "block_10_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_10_expand_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_10_expand", 0, 0, {}]]]}, {"name": "block_10_expand_relu", "class_name": "ReLU", "config": {"name": "block_10_expand_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_10_expand_BN", 0, 0, {}]]]}, {"name": "block_10_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_10_depthwise", "trainable": false, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_10_expand_relu", 0, 0, {}]]]}, {"name": "block_10_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_10_depthwise_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_10_depthwise", 0, 0, {}]]]}, {"name": "block_10_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_10_depthwise_relu", "trainable": false, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_10_depthwise_BN", 0, 0, {}]]]}, {"name": "block_10_project", "class_name": "Conv2D", "config": {"name": "block_10_project", "trainable": false, "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_10_depthwise_relu", 0, 0, {}]]]}, {"name": "block_10_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_10_project_BN", "trainable": false, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_10_project", 0, 0, {}]]]}, {"name": "block_11_expand", "class_name": "Conv2D", "config": {"name": "block_11_expand", "trainable": true, "filters": 576, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_10_project_BN", 0, 0, {}]]]}, {"name": "block_11_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_11_expand_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_11_expand", 0, 0, {}]]]}, {"name": "block_11_expand_relu", "class_name": "ReLU", "config": {"name": "block_11_expand_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_11_expand_BN", 0, 0, {}]]]}, {"name": "block_11_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_11_depthwise", "trainable": true, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_11_expand_relu", 0, 0, {}]]]}, {"name": "block_11_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_11_depthwise_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_11_depthwise", 0, 0, {}]]]}, {"name": "block_11_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_11_depthwise_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_11_depthwise_BN", 0, 0, {}]]]}, {"name": "block_11_project", "class_name": "Conv2D", "config": {"name": "block_11_project", "trainable": true, "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_11_depthwise_relu", 0, 0, {}]]]}, {"name": "block_11_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_11_project_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_11_project", 0, 0, {}]]]}, {"name": "block_11_add", "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_12_expand", "class_name": "Conv2D", "config": {"name": "block_12_expand", "trainable": true, "filters": 576, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_11_add", 0, 0, {}]]]}, {"name": "block_12_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_12_expand_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_12_expand", 0, 0, {}]]]}, {"name": "block_12_expand_relu", "class_name": "ReLU", "config": {"name": "block_12_expand_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_12_expand_BN", 0, 0, {}]]]}, {"name": "block_12_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_12_depthwise", "trainable": true, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_12_expand_relu", 0, 0, {}]]]}, {"name": "block_12_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_12_depthwise_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_12_depthwise", 0, 0, {}]]]}, {"name": "block_12_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_12_depthwise_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_12_depthwise_BN", 0, 0, {}]]]}, {"name": "block_12_project", "class_name": "Conv2D", "config": {"name": "block_12_project", "trainable": true, "filters": 96, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_12_depthwise_relu", 0, 0, {}]]]}, {"name": "block_12_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_12_project_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_12_project", 0, 0, {}]]]}, {"name": "block_12_add", "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_13_expand", "class_name": "Conv2D", "config": {"name": "block_13_expand", "trainable": true, "filters": 576, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_12_add", 0, 0, {}]]]}, {"name": "block_13_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_13_expand_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_13_expand", 0, 0, {}]]]}, {"name": "block_13_expand_relu", "class_name": "ReLU", "config": {"name": "block_13_expand_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_13_expand_BN", 0, 0, {}]]]}, {"name": "block_13_pad", "class_name": "ZeroPadding2D", "config": {"name": "block_13_pad", "trainable": true, "padding": [[0, 1], [0, 1]], "data_format": "channels_last"}, "inbound_nodes": [[["block_13_expand_relu", 0, 0, {}]]]}, {"name": "block_13_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_13_depthwise", "trainable": true, "kernel_size": [3, 3], "strides": [2, 2], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_13_pad", 0, 0, {}]]]}, {"name": "block_13_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_13_depthwise_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_13_depthwise", 0, 0, {}]]]}, {"name": "block_13_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_13_depthwise_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_13_depthwise_BN", 0, 0, {}]]]}, {"name": "block_13_project", "class_name": "Conv2D", "config": {"name": "block_13_project", "trainable": true, "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_13_depthwise_relu", 0, 0, {}]]]}, {"name": "block_13_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_13_project_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_13_project", 0, 0, {}]]]}, {"name": "block_14_expand", "class_name": "Conv2D", "config": {"name": "block_14_expand", "trainable": true, "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_13_project_BN", 0, 0, {}]]]}, {"name": "block_14_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_14_expand_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_14_expand", 0, 0, {}]]]}, {"name": "block_14_expand_relu", "class_name": "ReLU", "config": {"name": "block_14_expand_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_14_expand_BN", 0, 0, {}]]]}, {"name": "block_14_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_14_depthwise", "trainable": true, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_14_expand_relu", 0, 0, {}]]]}, {"name": "block_14_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_14_depthwise_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_14_depthwise", 0, 0, {}]]]}, {"name": "block_14_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_14_depthwise_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_14_depthwise_BN", 0, 0, {}]]]}, {"name": "block_14_project", "class_name": "Conv2D", "config": {"name": "block_14_project", "trainable": true, "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_14_depthwise_relu", 0, 0, {}]]]}, {"name": "block_14_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_14_project_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_14_project", 0, 0, {}]]]}, {"name": "block_14_add", "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_15_expand", "class_name": "Conv2D", "config": {"name": "block_15_expand", "trainable": true, "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_14_add", 0, 0, {}]]]}, {"name": "block_15_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_15_expand_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_15_expand", 0, 0, {}]]]}, {"name": "block_15_expand_relu", "class_name": "ReLU", "config": {"name": "block_15_expand_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_15_expand_BN", 0, 0, {}]]]}, {"name": "block_15_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_15_depthwise", "trainable": true, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_15_expand_relu", 0, 0, {}]]]}, {"name": "block_15_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_15_depthwise_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_15_depthwise", 0, 0, {}]]]}, {"name": "block_15_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_15_depthwise_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_15_depthwise_BN", 0, 0, {}]]]}, {"name": "block_15_project", "class_name": "Conv2D", "config": {"name": "block_15_project", "trainable": true, "filters": 160, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_15_depthwise_relu", 0, 0, {}]]]}, {"name": "block_15_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_15_project_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_15_project", 0, 0, {}]]]}, {"name": "block_15_add", "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_16_expand", "class_name": "Conv2D", "config": {"name": "block_16_expand", "trainable": true, "filters": 960, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_15_add", 0, 0, {}]]]}, {"name": "block_16_expand_BN", "class_name": "BatchNormalization", "config": {"name": "block_16_expand_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_16_expand", 0, 0, {}]]]}, {"name": "block_16_expand_relu", "class_name": "ReLU", "config": {"name": "block_16_expand_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_16_expand_BN", 0, 0, {}]]]}, {"name": "block_16_depthwise", "class_name": "DepthwiseConv2D", "config": {"name": "block_16_depthwise", "trainable": true, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "bias_initializer": {"class_name": "Zeros", "config": {}}, "bias_regularizer": null, "activity_regularizer": null, "bias_constraint": null, "depth_multiplier": 1, "depthwise_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "depthwise_regularizer": null, "depthwise_constraint": null}, "inbound_nodes": [[["block_16_expand_relu", 0, 0, {}]]]}, {"name": "block_16_depthwise_BN", "class_name": "BatchNormalization", "config": {"name": "block_16_depthwise_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_16_depthwise", 0, 0, {}]]]}, {"name": "block_16_depthwise_relu", "class_name": "ReLU", "config": {"name": "block_16_depthwise_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["block_16_depthwise_BN", 0, 0, {}]]]}, {"name": "block_16_project", "class_name": "Conv2D", "config": {"name": "block_16_project", "trainable": true, "filters": 320, "kernel_size": [1, 1], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_16_depthwise_relu", 0, 0, {}]]]}, {"name": "block_16_project_BN", "class_name": "BatchNormalization", "config": {"name": "block_16_project_BN", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["block_16_project", 0, 0, {}]]]}, {"name": "Conv_1", "class_name": "Conv2D", "config": {"name": "Conv_1", "trainable": true, "filters": 1280, "kernel_size": [1, 1], "strides": [1, 1], "padding": "valid", "data_format": "channels_last", "dilation_rate": [1, 1], "activation": "linear", "use_bias": false, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["block_16_project_BN", 0, 0, {}]]]}, {"name": "Conv_1_bn", "class_name": "BatchNormalization", "config": {"name": "Conv_1_bn", "trainable": true, "axis": -1, "momentum": 0.999, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "inbound_nodes": [[["Conv_1", 0, 0, {}]]]}, {"name": "out_relu", "class_name": "ReLU", "config": {"name": "out_relu", "trainable": true, "max_value": 6.0, "negative_slope": 0.0, "threshold": 0.0}, "inbound_nodes": [[["Conv_1_bn", 0, 0, {}]]]}, {"name": "average_pooling2d_1", "class_name": "AveragePooling2D", "config": {"name": "average_pooling2d_1", "trainable": true, "pool_size": [7, 7], "padding": "valid", "strides": [7, 7], "data_format": "channels_last"}, "inbound_nodes": [[["out_relu", 0, 0, {}]]]}, {"name": "flatten_1", "class_name": "Flatten", "config": {"name": "flatten_1", "trainable": true, "data_format": "channels_last"}, "inbound_nodes": [[["average_pooling2d_1", 0, 0, {}]]]}, {"name": "dense_1", "class_name": "Dense", "config": {"name": "dense_1", "trainable": true, "units": 256, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_in", "distribution": "normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 0.0005000000237487257}}, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["flatten_1", 0, 0, {}]]]}, {"name": "dropout_2", "class_name": "Dropout", "config": {"name": "dropout_2", "trainable": true, "rate": 0.5, "noise_shape": null, "seed": null}, "inbound_nodes": [[["dense_1", 0, 0, {}]]]}, {"name": "dense_2", "class_name": "Dense", "config": {"name": "dense_2", "trainable": true, "units": 128, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 2.0, "mode": "fan_in", "distribution": "normal", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["dropout_2", 0, 0, {}]]]}, {"name": "dropout_3", "class_name": "Dropout", "config": {"name": "dropout_3", "trainable": true, "rate": 0.25, "noise_shape": null, "seed": null}, "inbound_nodes": [[["dense_2", 0, 0, {}]]]}, {"name": "dense_3", "class_name": "Dense", "config": {"name": "dense_3", "trainable": true, "units": 5, "activation": "softmax", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["dropout_3", 0, 0, {}]]]}], "input_layers": [["input_1", 0, 0]], "output_layers": [["dense_3", 0, 0]]}}, "training_config": {"optimizer_config": {"class_name": "SGD", "config": {"lr": 8.999999749903509e-07, "momentum": 0.8999999761581421, "decay": 0.0, "nesterov": false}}, "loss": "categorical_crossentropy", "metrics": ["accuracy"], "sample_weight_mode": null, "loss_weights": null}}, "weightsManifest": [{"paths": ["group1-shard1of1"], "weights": [{"name": "Conv1/kernel", "shape": [3, 3, 3, 32], "dtype": "float32", "quantization": {"min": -0.87334511607301, "scale": 0.006666756611244351, "dtype": "uint8"}}, {"name": "Conv_1/kernel", "shape": [1, 1, 320, 1280], "dtype": "float32", "quantization": {"min": -0.16725910831900204, "scale": 0.0012671144569621367, "dtype": "uint8"}}, {"name": "Conv_1_bn/gamma", "shape": [1280], "dtype": "float32", "quantization": {"min": 4.058098316192627, "scale": 0.004296330844654757, "dtype": "uint8"}}, {"name": "Conv_1_bn/beta", "shape": [1280], "dtype": "float32", "quantization": {"min": -5.497056007385254, "scale": 0.007127556146359911, "dtype": "uint8"}}, {"name": "Conv_1_bn/moving_mean", "shape": [1280], "dtype": "float32", "quantization": {"min": -0.0023754353781102917, "scale": 1.963169733975448e-05, "dtype": "uint8"}}, {"name": "Conv_1_bn/moving_variance", "shape": [1280], "dtype": "float32", "quantization": {"min": 1.2001450061798096, "scale": 0.04519893702338724, "dtype": "uint8"}}, {"name": "block_10_depthwise/depthwise_kernel", "shape": [3, 3, 384, 1], "dtype": "float32", "quantization": {"min": -4.088800318100873, "scale": 0.03407333598417394, "dtype": "uint8"}}, {"name": "block_10_depthwise_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.40248510241508484, "scale": 0.007302123541925468, "dtype": "uint8"}}, {"name": "block_10_depthwise_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -1.6703001022338868, "scale": 0.023198612531026206, "dtype": "uint8"}}, {"name": "block_10_depthwise_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -10.684502940084421, "scale": 0.0632219108880735, "dtype": "uint8"}}, {"name": "block_10_depthwise_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 0.22930045425891876, "scale": 0.08007498739981184, "dtype": "uint8"}}, {"name": "block_10_expand/kernel", "shape": [1, 1, 64, 384], "dtype": "float32", "quantization": {"min": -0.4983156303564708, "scale": 0.004187526305516561, "dtype": "uint8"}}, {"name": "block_10_expand_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.3032448887825012, "scale": 0.006853209056106268, "dtype": "uint8"}}, {"name": "block_10_expand_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -1.9566102308385513, "scale": 0.016305085256987928, "dtype": "uint8"}}, {"name": "block_10_expand_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -0.01945700193298798, "scale": 0.0001341862202275033, "dtype": "uint8"}}, {"name": "block_10_expand_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 3.7177557945251465, "scale": 0.11230436773861156, "dtype": "uint8"}}, {"name": "block_10_project/kernel", "shape": [1, 1, 384, 96], "dtype": "float32", "quantization": {"min": -0.4085769327247844, "scale": 0.0036808732677908506, "dtype": "uint8"}}, {"name": "block_10_project_BN/gamma", "shape": [96], "dtype": "float32", "quantization": {"min": 1.8223402500152588, "scale": 0.010350557402068493, "dtype": "uint8"}}, {"name": "block_10_project_BN/beta", "shape": [96], "dtype": "float32", "quantization": {"min": -0.007311846215423999, "scale": 5.337114025856934e-05, "dtype": "uint8"}}, {"name": "block_10_project_BN/moving_mean", "shape": [96], "dtype": "float32", "quantization": {"min": -4.210502486135446, "scale": 0.028258405947217756, "dtype": "uint8"}}, {"name": "block_10_project_BN/moving_variance", "shape": [96], "dtype": "float32", "quantization": {"min": 0.7251929640769958, "scale": 0.03310593647115371, "dtype": "uint8"}}, {"name": "block_11_depthwise/depthwise_kernel", "shape": [3, 3, 576, 1], "dtype": "float32", "quantization": {"min": -3.1480287383584415, "scale": 0.02421560567968032, "dtype": "uint8"}}, {"name": "block_11_depthwise_BN/gamma", "shape": [576], "dtype": "float32", "quantization": {"min": 0.25000280141830444, "scale": 0.01196848200816734, "dtype": "uint8"}}, {"name": "block_11_depthwise_BN/beta", "shape": [576], "dtype": "float32", "quantization": {"min": -3.51122283000572, "scale": 0.024215329862108417, "dtype": "uint8"}}, {"name": "block_11_depthwise_BN/moving_mean", "shape": [576], "dtype": "float32", "quantization": {"min": -7.024682351654651, "scale": 0.04084117646310843, "dtype": "uint8"}}, {"name": "block_11_depthwise_BN/moving_variance", "shape": [576], "dtype": "float32", "quantization": {"min": 0.00013964888057671487, "scale": 0.050268485751938916, "dtype": "uint8"}}, {"name": "block_11_expand/kernel", "shape": [1, 1, 96, 576], "dtype": "float32", "quantization": {"min": -0.3371829879050161, "scale": 0.0025162909545150456, "dtype": "uint8"}}, {"name": "block_11_expand_BN/gamma", "shape": [576], "dtype": "float32", "quantization": {"min": 0.0032904082909226418, "scale": 0.011158546772511567, "dtype": "uint8"}}, {"name": "block_11_expand_BN/beta", "shape": [576], "dtype": "float32", "quantization": {"min": -1.68603814349455, "scale": 0.018733757149939443, "dtype": "uint8"}}, {"name": "block_11_expand_BN/moving_mean", "shape": [576], "dtype": "float32", "quantization": {"min": -0.003988752377164714, "scale": 2.9990619377178305e-05, "dtype": "uint8"}}, {"name": "block_11_expand_BN/moving_variance", "shape": [576], "dtype": "float32", "quantization": {"min": 1.7648493885920324e-14, "scale": 0.03621620103424664, "dtype": "uint8"}}, {"name": "block_11_project/kernel", "shape": [1, 1, 576, 96], "dtype": "float32", "quantization": {"min": -0.2600216061461206, "scale": 0.0020969484366622627, "dtype": "uint8"}}, {"name": "block_11_project_BN/gamma", "shape": [96], "dtype": "float32", "quantization": {"min": 0.5630056262016296, "scale": 0.008524748157052432, "dtype": "uint8"}}, {"name": "block_11_project_BN/beta", "shape": [96], "dtype": "float32", "quantization": {"min": -0.006553136140984647, "scale": 4.227829768377192e-05, "dtype": "uint8"}}, {"name": "block_11_project_BN/moving_mean", "shape": [96], "dtype": "float32", "quantization": {"min": -1.8660660654890773, "scale": 0.016226661439035454, "dtype": "uint8"}}, {"name": "block_11_project_BN/moving_variance", "shape": [96], "dtype": "float32", "quantization": {"min": 0.14689797163009644, "scale": 0.0020041888835383398, "dtype": "uint8"}}, {"name": "block_12_depthwise/depthwise_kernel", "shape": [3, 3, 576, 1], "dtype": "float32", "quantization": {"min": -3.0593730814316697, "scale": 0.02487295188155829, "dtype": "uint8"}}, {"name": "block_12_depthwise_BN/gamma", "shape": [576], "dtype": "float32", "quantization": {"min": 0.18331484496593475, "scale": 0.018403769299095752, "dtype": "uint8"}}, {"name": "block_12_depthwise_BN/beta", "shape": [576], "dtype": "float32", "quantization": {"min": -5.980123789170208, "scale": 0.03646416944615981, "dtype": "uint8"}}, {"name": "block_12_depthwise_BN/moving_mean", "shape": [576], "dtype": "float32", "quantization": {"min": -10.866527250701306, "scale": 0.05544146556480258, "dtype": "uint8"}}, {"name": "block_12_depthwise_BN/moving_variance", "shape": [576], "dtype": "float32", "quantization": {"min": 0.00022924139921087772, "scale": 0.03855800487656904, "dtype": "uint8"}}, {"name": "block_12_expand/kernel", "shape": [1, 1, 96, 576], "dtype": "float32", "quantization": {"min": -0.25110526645884795, "scale": 0.0020925438871570662, "dtype": "uint8"}}, {"name": "block_12_expand_BN/gamma", "shape": [576], "dtype": "float32", "quantization": {"min": 0.21571911871433258, "scale": 0.010054528888534097, "dtype": "uint8"}}, {"name": "block_12_expand_BN/beta", "shape": [576], "dtype": "float32", "quantization": {"min": -1.9130254502389943, "scale": 0.016491598708956848, "dtype": "uint8"}}, {"name": "block_12_expand_BN/moving_mean", "shape": [576], "dtype": "float32", "quantization": {"min": -0.006275338518853281, "scale": 4.9026082178541256e-05, "dtype": "uint8"}}, {"name": "block_12_expand_BN/moving_variance", "shape": [576], "dtype": "float32", "quantization": {"min": 1.4346864223480225, "scale": 0.058915868459963334, "dtype": "uint8"}}, {"name": "block_12_project/kernel", "shape": [1, 1, 576, 96], "dtype": "float32", "quantization": {"min": -0.49135843445273003, "scale": 0.0032977076137767117, "dtype": "uint8"}}, {"name": "block_12_project_BN/gamma", "shape": [96], "dtype": "float32", "quantization": {"min": 0.721093475818634, "scale": 0.013475235536986705, "dtype": "uint8"}}, {"name": "block_12_project_BN/beta", "shape": [96], "dtype": "float32", "quantization": {"min": -0.005543093726623292, "scale": 3.95935266187378e-05, "dtype": "uint8"}}, {"name": "block_12_project_BN/moving_mean", "shape": [96], "dtype": "float32", "quantization": {"min": -1.9206050424014822, "scale": 0.01333753501667696, "dtype": "uint8"}}, {"name": "block_12_project_BN/moving_variance", "shape": [96], "dtype": "float32", "quantization": {"min": 0.10041400790214539, "scale": 0.0021526618331086404, "dtype": "uint8"}}, {"name": "block_13_depthwise/depthwise_kernel", "shape": [3, 3, 576, 1], "dtype": "float32", "quantization": {"min": -1.4754528438343721, "scale": 0.011177673059351304, "dtype": "uint8"}}, {"name": "block_13_depthwise_BN/gamma", "shape": [576], "dtype": "float32", "quantization": {"min": 0.350769579410553, "scale": 0.005496745249804328, "dtype": "uint8"}}, {"name": "block_13_depthwise_BN/beta", "shape": [576], "dtype": "float32", "quantization": {"min": -2.24450935569464, "scale": 0.027042281393911325, "dtype": "uint8"}}, {"name": "block_13_depthwise_BN/moving_mean", "shape": [576], "dtype": "float32", "quantization": {"min": -7.984861721712, "scale": 0.04810157663681928, "dtype": "uint8"}}, {"name": "block_13_depthwise_BN/moving_variance", "shape": [576], "dtype": "float32", "quantization": {"min": 0.010228983126580715, "scale": 0.06980591618328118, "dtype": "uint8"}}, {"name": "block_13_expand/kernel", "shape": [1, 1, 96, 576], "dtype": "float32", "quantization": {"min": -0.4197306464700138, "scale": 0.0033311956069048713, "dtype": "uint8"}}, {"name": "block_13_expand_BN/gamma", "shape": [576], "dtype": "float32", "quantization": {"min": 0.06031922623515129, "scale": 0.007420331195873373, "dtype": "uint8"}}, {"name": "block_13_expand_BN/beta", "shape": [576], "dtype": "float32", "quantization": {"min": -2.7976019186132093, "scale": 0.019701421962064855, "dtype": "uint8"}}, {"name": "block_13_expand_BN/moving_mean", "shape": [576], "dtype": "float32", "quantization": {"min": -0.013370727481064843, "scale": 9.350159077667722e-05, "dtype": "uint8"}}, {"name": "block_13_expand_BN/moving_variance", "shape": [576], "dtype": "float32", "quantization": {"min": 1.3005495071411133, "scale": 0.10002251793356502, "dtype": "uint8"}}, {"name": "block_13_project/kernel", "shape": [1, 1, 576, 160], "dtype": "float32", "quantization": {"min": -0.37188173567547517, "scale": 0.002928202643113978, "dtype": "uint8"}}, {"name": "block_13_project_BN/gamma", "shape": [160], "dtype": "float32", "quantization": {"min": 1.550618290901184, "scale": 0.005993789317561131, "dtype": "uint8"}}, {"name": "block_13_project_BN/beta", "shape": [160], "dtype": "float32", "quantization": {"min": -0.005035641438820782, "scale": 4.577855853473439e-05, "dtype": "uint8"}}, {"name": "block_13_project_BN/moving_mean", "shape": [160], "dtype": "float32", "quantization": {"min": -6.040092789893057, "scale": 0.04507531932756013, "dtype": "uint8"}}, {"name": "block_13_project_BN/moving_variance", "shape": [160], "dtype": "float32", "quantization": {"min": 0.38076847791671753, "scale": 0.009339294480342491, "dtype": "uint8"}}, {"name": "block_14_depthwise/depthwise_kernel", "shape": [3, 3, 960, 1], "dtype": "float32", "quantization": {"min": -3.8016654528823555, "scale": 0.026585073097079408, "dtype": "uint8"}}, {"name": "block_14_depthwise_BN/gamma", "shape": [960], "dtype": "float32", "quantization": {"min": 0.2858554720878601, "scale": 0.01798316474054374, "dtype": "uint8"}}, {"name": "block_14_depthwise_BN/beta", "shape": [960], "dtype": "float32", "quantization": {"min": -5.42720035945668, "scale": 0.032892123390646545, "dtype": "uint8"}}, {"name": "block_14_depthwise_BN/moving_mean", "shape": [960], "dtype": "float32", "quantization": {"min": -6.137411499023437, "scale": 0.04870961507161458, "dtype": "uint8"}}, {"name": "block_14_depthwise_BN/moving_variance", "shape": [960], "dtype": "float32", "quantization": {"min": 3.2535186619497836e-05, "scale": 0.10036481178277766, "dtype": "uint8"}}, {"name": "block_14_expand/kernel", "shape": [1, 1, 160, 960], "dtype": "float32", "quantization": {"min": -0.3070852241095374, "scale": 0.0023805056132522283, "dtype": "uint8"}}, {"name": "block_14_expand_BN/gamma", "shape": [960], "dtype": "float32", "quantization": {"min": 0.2994632422924042, "scale": 0.008773572889028811, "dtype": "uint8"}}, {"name": "block_14_expand_BN/beta", "shape": [960], "dtype": "float32", "quantization": {"min": -1.8759665405049042, "scale": 0.01589802152970258, "dtype": "uint8"}}, {"name": "block_14_expand_BN/moving_mean", "shape": [960], "dtype": "float32", "quantization": {"min": -0.003465659838790695, "scale": 2.9123191922610883e-05, "dtype": "uint8"}}, {"name": "block_14_expand_BN/moving_variance", "shape": [960], "dtype": "float32", "quantization": {"min": 0.6711487770080566, "scale": 0.03398493411494236, "dtype": "uint8"}}, {"name": "block_14_project/kernel", "shape": [1, 1, 960, 160], "dtype": "float32", "quantization": {"min": -0.34923891810809865, "scale": 0.002328259454053991, "dtype": "uint8"}}, {"name": "block_14_project_BN/gamma", "shape": [160], "dtype": "float32", "quantization": {"min": 0.820835530757904, "scale": 0.007008622908124737, "dtype": "uint8"}}, {"name": "block_14_project_BN/beta", "shape": [160], "dtype": "float32", "quantization": {"min": -0.003992707589093376, "scale": 3.1193028039792e-05, "dtype": "uint8"}}, {"name": "block_14_project_BN/moving_mean", "shape": [160], "dtype": "float32", "quantization": {"min": -2.1882847701801973, "scale": 0.01585713601579853, "dtype": "uint8"}}, {"name": "block_14_project_BN/moving_variance", "shape": [160], "dtype": "float32", "quantization": {"min": 0.22255808115005493, "scale": 0.0026917350058462105, "dtype": "uint8"}}, {"name": "block_15_depthwise/depthwise_kernel", "shape": [3, 3, 960, 1], "dtype": "float32", "quantization": {"min": -3.787860099007102, "scale": 0.02848015112035415, "dtype": "uint8"}}, {"name": "block_15_depthwise_BN/gamma", "shape": [960], "dtype": "float32", "quantization": {"min": 0.08640849590301514, "scale": 0.01727106851689956, "dtype": "uint8"}}, {"name": "block_15_depthwise_BN/beta", "shape": [960], "dtype": "float32", "quantization": {"min": -6.166259084963331, "scale": 0.03585034351722867, "dtype": "uint8"}}, {"name": "block_15_depthwise_BN/moving_mean", "shape": [960], "dtype": "float32", "quantization": {"min": -15.027781598708208, "scale": 0.0910774642345952, "dtype": "uint8"}}, {"name": "block_15_depthwise_BN/moving_variance", "shape": [960], "dtype": "float32", "quantization": {"min": 1.0875285170186544e-06, "scale": 0.09568451099636488, "dtype": "uint8"}}, {"name": "block_15_expand/kernel", "shape": [1, 1, 160, 960], "dtype": "float32", "quantization": {"min": -0.2951788762036492, "scale": 0.0024598239683637432, "dtype": "uint8"}}, {"name": "block_15_expand_BN/gamma", "shape": [960], "dtype": "float32", "quantization": {"min": 0.16954641044139862, "scale": 0.010391918642848146, "dtype": "uint8"}}, {"name": "block_15_expand_BN/beta", "shape": [960], "dtype": "float32", "quantization": {"min": -2.0732759391560274, "scale": 0.018347574682796703, "dtype": "uint8"}}, {"name": "block_15_expand_BN/moving_mean", "shape": [960], "dtype": "float32", "quantization": {"min": -0.005657272238065215, "scale": 4.7942985068349274e-05, "dtype": "uint8"}}, {"name": "block_15_expand_BN/moving_variance", "shape": [960], "dtype": "float32", "quantization": {"min": 0.984294056892395, "scale": 0.2563706823423797, "dtype": "uint8"}}, {"name": "block_15_project/kernel", "shape": [1, 1, 960, 160], "dtype": "float32", "quantization": {"min": -0.4387097349353865, "scale": 0.0033489292743159277, "dtype": "uint8"}}, {"name": "block_15_project_BN/gamma", "shape": [160], "dtype": "float32", "quantization": {"min": 1.2517534494400024, "scale": 0.010856366157531739, "dtype": "uint8"}}, {"name": "block_15_project_BN/beta", "shape": [160], "dtype": "float32", "quantization": {"min": -0.00269769683261128, "scale": 2.0132065915009555e-05, "dtype": "uint8"}}, {"name": "block_15_project_BN/moving_mean", "shape": [160], "dtype": "float32", "quantization": {"min": -2.2665801300722013, "scale": 0.014078137453864603, "dtype": "uint8"}}, {"name": "block_15_project_BN/moving_variance", "shape": [160], "dtype": "float32", "quantization": {"min": 0.059768594801425934, "scale": 0.001256188078253877, "dtype": "uint8"}}, {"name": "block_16_depthwise/depthwise_kernel", "shape": [3, 3, 960, 1], "dtype": "float32", "quantization": {"min": -2.8038849550134994, "scale": 0.02336570795844583, "dtype": "uint8"}}, {"name": "block_16_depthwise_BN/gamma", "shape": [960], "dtype": "float32", "quantization": {"min": 0.4405687749385834, "scale": 0.011913974261751363, "dtype": "uint8"}}, {"name": "block_16_depthwise_BN/beta", "shape": [960], "dtype": "float32", "quantization": {"min": -3.7257910148770206, "scale": 0.03239818273806105, "dtype": "uint8"}}, {"name": "block_16_depthwise_BN/moving_mean", "shape": [960], "dtype": "float32", "quantization": {"min": -5.307021010155771, "scale": 0.03423884522681143, "dtype": "uint8"}}, {"name": "block_16_depthwise_BN/moving_variance", "shape": [960], "dtype": "float32", "quantization": {"min": 7.858918706915574e-07, "scale": 0.22784748143189615, "dtype": "uint8"}}, {"name": "block_16_expand/kernel", "shape": [1, 1, 160, 960], "dtype": "float32", "quantization": {"min": -0.38862050584718294, "scale": 0.0032117397177453136, "dtype": "uint8"}}, {"name": "block_16_expand_BN/gamma", "shape": [960], "dtype": "float32", "quantization": {"min": 0.27079182863235474, "scale": 0.013339150886909635, "dtype": "uint8"}}, {"name": "block_16_expand_BN/beta", "shape": [960], "dtype": "float32", "quantization": {"min": -1.8340444209528906, "scale": 0.015542749330109242, "dtype": "uint8"}}, {"name": "block_16_expand_BN/moving_mean", "shape": [960], "dtype": "float32", "quantization": {"min": -0.007079307767836487, "scale": 7.779459085534601e-05, "dtype": "uint8"}}, {"name": "block_16_expand_BN/moving_variance", "shape": [960], "dtype": "float32", "quantization": {"min": 1.8959892988204956, "scale": 0.26395472778993495, "dtype": "uint8"}}, {"name": "block_16_project/kernel", "shape": [1, 1, 960, 320], "dtype": "float32", "quantization": {"min": -0.5272602123372695, "scale": 0.004184604859819599, "dtype": "uint8"}}, {"name": "block_16_project_BN/gamma", "shape": [320], "dtype": "float32", "quantization": {"min": 1.737635612487793, "scale": 0.007401946946686389, "dtype": "uint8"}}, {"name": "block_16_project_BN/beta", "shape": [320], "dtype": "float32", "quantization": {"min": -0.0022203737532026043, "scale": 2.037040140552848e-05, "dtype": "uint8"}}, {"name": "block_16_project_BN/moving_mean", "shape": [320], "dtype": "float32", "quantization": {"min": -6.317516297920077, "scale": 0.04023895731159285, "dtype": "uint8"}}, {"name": "block_16_project_BN/moving_variance", "shape": [320], "dtype": "float32", "quantization": {"min": 0.4311196208000183, "scale": 0.035004029788222965, "dtype": "uint8"}}, {"name": "block_1_depthwise/depthwise_kernel", "shape": [3, 3, 96, 1], "dtype": "float32", "quantization": {"min": -3.070943791258569, "scale": 0.02537970075420305, "dtype": "uint8"}}, {"name": "block_1_depthwise_BN/gamma", "shape": [96], "dtype": "float32", "quantization": {"min": 0.4857683479785919, "scale": 0.011590205804974425, "dtype": "uint8"}}, {"name": "block_1_depthwise_BN/beta", "shape": [96], "dtype": "float32", "quantization": {"min": -4.136155797920975, "scale": 0.034183105767941944, "dtype": "uint8"}}, {"name": "block_1_depthwise_BN/moving_mean", "shape": [96], "dtype": "float32", "quantization": {"min": -28.937354689953374, "scale": 0.26548031825645296, "dtype": "uint8"}}, {"name": "block_1_depthwise_BN/moving_variance", "shape": [96], "dtype": "float32", "quantization": {"min": 0.04768875613808632, "scale": 0.8554738763354572, "dtype": "uint8"}}, {"name": "block_1_expand/kernel", "shape": [1, 1, 16, 96], "dtype": "float32", "quantization": {"min": -1.2957038131414675, "scale": 0.008098148832134172, "dtype": "uint8"}}, {"name": "block_1_expand_BN/gamma", "shape": [96], "dtype": "float32", "quantization": {"min": 0.2122029960155487, "scale": 0.03750847472864039, "dtype": "uint8"}}, {"name": "block_1_expand_BN/beta", "shape": [96], "dtype": "float32", "quantization": {"min": -2.2824947160833022, "scale": 0.028178947112139533, "dtype": "uint8"}}, {"name": "block_1_expand_BN/moving_mean", "shape": [96], "dtype": "float32", "quantization": {"min": -0.056052549300240534, "scale": 0.00041830260671821295, "dtype": "uint8"}}, {"name": "block_1_expand_BN/moving_variance", "shape": [96], "dtype": "float32", "quantization": {"min": 1.6280046701431274, "scale": 0.10497297165440578, "dtype": "uint8"}}, {"name": "block_1_project/kernel", "shape": [1, 1, 96, 24], "dtype": "float32", "quantization": {"min": -1.3319599740645465, "scale": 0.008121707158930161, "dtype": "uint8"}}, {"name": "block_1_project_BN/gamma", "shape": [24], "dtype": "float32", "quantization": {"min": 1.9806559085845947, "scale": 0.013070227118099437, "dtype": "uint8"}}, {"name": "block_1_project_BN/beta", "shape": [24], "dtype": "float32", "quantization": {"min": -0.010182667633189875, "scale": 8.081482248563392e-05, "dtype": "uint8"}}, {"name": "block_1_project_BN/moving_mean", "shape": [24], "dtype": "float32", "quantization": {"min": -5.945862329707427, "scale": 0.03693082192364861, "dtype": "uint8"}}, {"name": "block_1_project_BN/moving_variance", "shape": [24], "dtype": "float32", "quantization": {"min": 0.37005844712257385, "scale": 0.015794806737525792, "dtype": "uint8"}}, {"name": "block_2_depthwise/depthwise_kernel", "shape": [3, 3, 144, 1], "dtype": "float32", "quantization": {"min": -7.181409458085602, "scale": 0.05886401195152133, "dtype": "uint8"}}, {"name": "block_2_depthwise_BN/gamma", "shape": [144], "dtype": "float32", "quantization": {"min": 0.40984275937080383, "scale": 0.008265640104518216, "dtype": "uint8"}}, {"name": "block_2_depthwise_BN/beta", "shape": [144], "dtype": "float32", "quantization": {"min": -3.2851701624253216, "scale": 0.034220522525263766, "dtype": "uint8"}}, {"name": "block_2_depthwise_BN/moving_mean", "shape": [144], "dtype": "float32", "quantization": {"min": -11.277414492064832, "scale": 0.05843219944075042, "dtype": "uint8"}}, {"name": "block_2_depthwise_BN/moving_variance", "shape": [144], "dtype": "float32", "quantization": {"min": -0.0, "scale": 0.1796044293571921, "dtype": "uint8"}}, {"name": "block_2_expand/kernel", "shape": [1, 1, 24, 144], "dtype": "float32", "quantization": {"min": -0.596191698663375, "scale": 0.004621641074909883, "dtype": "uint8"}}, {"name": "block_2_expand_BN/gamma", "shape": [144], "dtype": "float32", "quantization": {"min": 0.1913505643606186, "scale": 0.01640206651360381, "dtype": "uint8"}}, {"name": "block_2_expand_BN/beta", "shape": [144], "dtype": "float32", "quantization": {"min": -2.538083179324281, "scale": 0.028517788531733493, "dtype": "uint8"}}, {"name": "block_2_expand_BN/moving_mean", "shape": [144], "dtype": "float32", "quantization": {"min": -0.00857109451556907, "scale": 6.968369524852903e-05, "dtype": "uint8"}}, {"name": "block_2_expand_BN/moving_variance", "shape": [144], "dtype": "float32", "quantization": {"min": 1.5163608506781247e-34, "scale": 0.17690577787511488, "dtype": "uint8"}}, {"name": "block_2_project/kernel", "shape": [1, 1, 144, 24], "dtype": "float32", "quantization": {"min": -0.4962309951875724, "scale": 0.005063581583546657, "dtype": "uint8"}}, {"name": "block_2_project_BN/gamma", "shape": [24], "dtype": "float32", "quantization": {"min": 1.5146973133087158, "scale": 0.02459877519046559, "dtype": "uint8"}}, {"name": "block_2_project_BN/beta", "shape": [24], "dtype": "float32", "quantization": {"min": -0.006625267572920112, "scale": 5.662621857196677e-05, "dtype": "uint8"}}, {"name": "block_2_project_BN/moving_mean", "shape": [24], "dtype": "float32", "quantization": {"min": -4.26975632835837, "scale": 0.041453944935518156, "dtype": "uint8"}}, {"name": "block_2_project_BN/moving_variance", "shape": [24], "dtype": "float32", "quantization": {"min": 0.667578399181366, "scale": 0.012379103314642812, "dtype": "uint8"}}, {"name": "block_3_depthwise/depthwise_kernel", "shape": [3, 3, 144, 1], "dtype": "float32", "quantization": {"min": -2.280805359634699, "scale": 0.017959097319958258, "dtype": "uint8"}}, {"name": "block_3_depthwise_BN/gamma", "shape": [144], "dtype": "float32", "quantization": {"min": 0.38231614232063293, "scale": 0.011584419245813406, "dtype": "uint8"}}, {"name": "block_3_depthwise_BN/beta", "shape": [144], "dtype": "float32", "quantization": {"min": -2.7828902637257293, "scale": 0.030921002930285883, "dtype": "uint8"}}, {"name": "block_3_depthwise_BN/moving_mean", "shape": [144], "dtype": "float32", "quantization": {"min": -28.649707906386432, "scale": 0.18483682520249312, "dtype": "uint8"}}, {"name": "block_3_depthwise_BN/moving_variance", "shape": [144], "dtype": "float32", "quantization": {"min": 0.18932129442691803, "scale": 0.38042693132278965, "dtype": "uint8"}}, {"name": "block_3_expand/kernel", "shape": [1, 1, 24, 144], "dtype": "float32", "quantization": {"min": -1.118310601571027, "scale": 0.008103700011384253, "dtype": "uint8"}}, {"name": "block_3_expand_BN/gamma", "shape": [144], "dtype": "float32", "quantization": {"min": 0.2990524172782898, "scale": 0.013908624882791557, "dtype": "uint8"}}, {"name": "block_3_expand_BN/beta", "shape": [144], "dtype": "float32", "quantization": {"min": -2.3489304075054096, "scale": 0.024988621356440525, "dtype": "uint8"}}, {"name": "block_3_expand_BN/moving_mean", "shape": [144], "dtype": "float32", "quantization": {"min": -0.010190908223682758, "scale": 8.353203462035048e-05, "dtype": "uint8"}}, {"name": "block_3_expand_BN/moving_variance", "shape": [144], "dtype": "float32", "quantization": {"min": 3.8810181617736816, "scale": 0.2802370613696528, "dtype": "uint8"}}, {"name": "block_3_project/kernel", "shape": [1, 1, 144, 32], "dtype": "float32", "quantization": {"min": -0.7998786091804505, "scale": 0.0068365693092346195, "dtype": "uint8"}}, {"name": "block_3_project_BN/gamma", "shape": [32], "dtype": "float32", "quantization": {"min": 2.4770939350128174, "scale": 0.01675523215649175, "dtype": "uint8"}}, {"name": "block_3_project_BN/beta", "shape": [32], "dtype": "float32", "quantization": {"min": -0.005942130622033979, "scale": 5.8832976455781976e-05, "dtype": "uint8"}}, {"name": "block_3_project_BN/moving_mean", "shape": [32], "dtype": "float32", "quantization": {"min": -3.650315753151389, "scale": 0.04195765233507343, "dtype": "uint8"}}, {"name": "block_3_project_BN/moving_variance", "shape": [32], "dtype": "float32", "quantization": {"min": 0.7385707497596741, "scale": 0.037899703371758554, "dtype": "uint8"}}, {"name": "block_4_depthwise/depthwise_kernel", "shape": [3, 3, 192, 1], "dtype": "float32", "quantization": {"min": -4.985755969028847, "scale": 0.0372071340972302, "dtype": "uint8"}}, {"name": "block_4_depthwise_BN/gamma", "shape": [192], "dtype": "float32", "quantization": {"min": 0.3745843470096588, "scale": 0.009330581566866706, "dtype": "uint8"}}, {"name": "block_4_depthwise_BN/beta", "shape": [192], "dtype": "float32", "quantization": {"min": -2.906554125804527, "scale": 0.024021108477723364, "dtype": "uint8"}}, {"name": "block_4_depthwise_BN/moving_mean", "shape": [192], "dtype": "float32", "quantization": {"min": -5.352850296918083, "scale": 0.044607085807650694, "dtype": "uint8"}}, {"name": "block_4_depthwise_BN/moving_variance", "shape": [192], "dtype": "float32", "quantization": {"min": 0.03507642820477486, "scale": 0.04683735304895569, "dtype": "uint8"}}, {"name": "block_4_expand/kernel", "shape": [1, 1, 32, 192], "dtype": "float32", "quantization": {"min": -0.40418717720929315, "scale": 0.0030620240697673724, "dtype": "uint8"}}, {"name": "block_4_expand_BN/gamma", "shape": [192], "dtype": "float32", "quantization": {"min": 0.167377769947052, "scale": 0.007529168736700918, "dtype": "uint8"}}, {"name": "block_4_expand_BN/beta", "shape": [192], "dtype": "float32", "quantization": {"min": -2.5541455465204574, "scale": 0.022209961274090934, "dtype": "uint8"}}, {"name": "block_4_expand_BN/moving_mean", "shape": [192], "dtype": "float32", "quantization": {"min": -0.004339029848137323, "scale": 3.099307034383802e-05, "dtype": "uint8"}}, {"name": "block_4_expand_BN/moving_variance", "shape": [192], "dtype": "float32", "quantization": {"min": 1.8437719345092773, "scale": 0.10860272201837277, "dtype": "uint8"}}, {"name": "block_4_project/kernel", "shape": [1, 1, 192, 32], "dtype": "float32", "quantization": {"min": -0.5263700140457528, "scale": 0.003630138027901743, "dtype": "uint8"}}, {"name": "block_4_project_BN/gamma", "shape": [32], "dtype": "float32", "quantization": {"min": 0.9728992581367493, "scale": 0.01992112959132475, "dtype": "uint8"}}, {"name": "block_4_project_BN/beta", "shape": [32], "dtype": "float32", "quantization": {"min": -0.006176024123880209, "scale": 4.863011121165519e-05, "dtype": "uint8"}}, {"name": "block_4_project_BN/moving_mean", "shape": [32], "dtype": "float32", "quantization": {"min": -2.7950704770929673, "scale": 0.020401974285350125, "dtype": "uint8"}}, {"name": "block_4_project_BN/moving_variance", "shape": [32], "dtype": "float32", "quantization": {"min": 0.2692086398601532, "scale": 0.004634153726054173, "dtype": "uint8"}}, {"name": "block_5_depthwise/depthwise_kernel", "shape": [3, 3, 192, 1], "dtype": "float32", "quantization": {"min": -4.52747631259993, "scale": 0.03257177203309302, "dtype": "uint8"}}, {"name": "block_5_depthwise_BN/gamma", "shape": [192], "dtype": "float32", "quantization": {"min": 0.4237539768218994, "scale": 0.008437786850274779, "dtype": "uint8"}}, {"name": "block_5_depthwise_BN/beta", "shape": [192], "dtype": "float32", "quantization": {"min": -2.8744141410378847, "scale": 0.023369220658844593, "dtype": "uint8"}}, {"name": "block_5_depthwise_BN/moving_mean", "shape": [192], "dtype": "float32", "quantization": {"min": -18.298168743357937, "scale": 0.10456096424775965, "dtype": "uint8"}}, {"name": "block_5_depthwise_BN/moving_variance", "shape": [192], "dtype": "float32", "quantization": {"min": 0.040692880749702454, "scale": 0.04720107591619679, "dtype": "uint8"}}, {"name": "block_5_expand/kernel", "shape": [1, 1, 32, 192], "dtype": "float32", "quantization": {"min": -0.36168030208232355, "scale": 0.0032007106378966685, "dtype": "uint8"}}, {"name": "block_5_expand_BN/gamma", "shape": [192], "dtype": "float32", "quantization": {"min": 0.1293688714504242, "scale": 0.007221938231412102, "dtype": "uint8"}}, {"name": "block_5_expand_BN/beta", "shape": [192], "dtype": "float32", "quantization": {"min": -1.6064272095175351, "scale": 0.019124133446637322, "dtype": "uint8"}}, {"name": "block_5_expand_BN/moving_mean", "shape": [192], "dtype": "float32", "quantization": {"min": -0.006665974828031132, "scale": 6.733307907102154e-05, "dtype": "uint8"}}, {"name": "block_5_expand_BN/moving_variance", "shape": [192], "dtype": "float32", "quantization": {"min": 2.6557254791259766, "scale": 0.08463248458563112, "dtype": "uint8"}}, {"name": "block_5_project/kernel", "shape": [1, 1, 192, 32], "dtype": "float32", "quantization": {"min": -0.4291310926278432, "scale": 0.00354653795560201, "dtype": "uint8"}}, {"name": "block_5_project_BN/gamma", "shape": [32], "dtype": "float32", "quantization": {"min": 0.9242632985115051, "scale": 0.018858166068207984, "dtype": "uint8"}}, {"name": "block_5_project_BN/beta", "shape": [32], "dtype": "float32", "quantization": {"min": -0.005500635230804191, "scale": 4.3655835165112626e-05, "dtype": "uint8"}}, {"name": "block_5_project_BN/moving_mean", "shape": [32], "dtype": "float32", "quantization": {"min": -2.1954680022071393, "scale": 0.018764683779548198, "dtype": "uint8"}}, {"name": "block_5_project_BN/moving_variance", "shape": [32], "dtype": "float32", "quantization": {"min": 0.2067245990037918, "scale": 0.0037080140090456197, "dtype": "uint8"}}, {"name": "block_6_depthwise/depthwise_kernel", "shape": [3, 3, 192, 1], "dtype": "float32", "quantization": {"min": -1.9960154365090763, "scale": 0.01663346197090897, "dtype": "uint8"}}, {"name": "block_6_depthwise_BN/gamma", "shape": [192], "dtype": "float32", "quantization": {"min": 0.4712669849395752, "scale": 0.006421379014557483, "dtype": "uint8"}}, {"name": "block_6_depthwise_BN/beta", "shape": [192], "dtype": "float32", "quantization": {"min": -1.4898768144495347, "scale": 0.02613818972718482, "dtype": "uint8"}}, {"name": "block_6_depthwise_BN/moving_mean", "shape": [192], "dtype": "float32", "quantization": {"min": -15.621279009650735, "scale": 0.12109518612132353, "dtype": "uint8"}}, {"name": "block_6_depthwise_BN/moving_variance", "shape": [192], "dtype": "float32", "quantization": {"min": 0.0683574229478836, "scale": 0.28740606138519215, "dtype": "uint8"}}, {"name": "block_6_expand/kernel", "shape": [1, 1, 32, 192], "dtype": "float32", "quantization": {"min": -0.6843907033695894, "scale": 0.005609759863685159, "dtype": "uint8"}}, {"name": "block_6_expand_BN/gamma", "shape": [192], "dtype": "float32", "quantization": {"min": 0.4731082618236542, "scale": 0.009170516448862413, "dtype": "uint8"}}, {"name": "block_6_expand_BN/beta", "shape": [192], "dtype": "float32", "quantization": {"min": -1.8309699773788453, "scale": 0.015386302330914666, "dtype": "uint8"}}, {"name": "block_6_expand_BN/moving_mean", "shape": [192], "dtype": "float32", "quantization": {"min": -0.016153413539423664, "scale": 0.00014169660999494441, "dtype": "uint8"}}, {"name": "block_6_expand_BN/moving_variance", "shape": [192], "dtype": "float32", "quantization": {"min": 5.0375471115112305, "scale": 0.1423933328366747, "dtype": "uint8"}}, {"name": "block_6_project/kernel", "shape": [1, 1, 192, 64], "dtype": "float32", "quantization": {"min": -0.9496052826152128, "scale": 0.006330701884101419, "dtype": "uint8"}}, {"name": "block_6_project_BN/gamma", "shape": [64], "dtype": "float32", "quantization": {"min": 0.8319648504257202, "scale": 0.02171465789570528, "dtype": "uint8"}}, {"name": "block_6_project_BN/beta", "shape": [64], "dtype": "float32", "quantization": {"min": -0.005802899913168421, "scale": 4.363082641480016e-05, "dtype": "uint8"}}, {"name": "block_6_project_BN/moving_mean", "shape": [64], "dtype": "float32", "quantization": {"min": -5.993951730167165, "scale": 0.04473098306094899, "dtype": "uint8"}}, {"name": "block_6_project_BN/moving_variance", "shape": [64], "dtype": "float32", "quantization": {"min": 0.4466089904308319, "scale": 0.05287521037400938, "dtype": "uint8"}}, {"name": "block_7_depthwise/depthwise_kernel", "shape": [3, 3, 384, 1], "dtype": "float32", "quantization": {"min": -3.3044106876148898, "scale": 0.022947296441770067, "dtype": "uint8"}}, {"name": "block_7_depthwise_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.23756937682628632, "scale": 0.009583088755607604, "dtype": "uint8"}}, {"name": "block_7_depthwise_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -3.6187023807974423, "scale": 0.021162002226885628, "dtype": "uint8"}}, {"name": "block_7_depthwise_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -21.42839676913093, "scale": 0.09439822365255916, "dtype": "uint8"}}, {"name": "block_7_depthwise_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 0.0010467394022271037, "scale": 0.05028138783093834, "dtype": "uint8"}}, {"name": "block_7_expand/kernel", "shape": [1, 1, 64, 384], "dtype": "float32", "quantization": {"min": -0.367723983409358, "scale": 0.0027442088314131195, "dtype": "uint8"}}, {"name": "block_7_expand_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.11244644224643707, "scale": 0.005810386000895033, "dtype": "uint8"}}, {"name": "block_7_expand_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -1.5284377168206607, "scale": 0.019347312871147604, "dtype": "uint8"}}, {"name": "block_7_expand_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -0.0030003727450236386, "scale": 2.542688766969185e-05, "dtype": "uint8"}}, {"name": "block_7_expand_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 1.0071969032287598, "scale": 0.036530892989214726, "dtype": "uint8"}}, {"name": "block_7_project/kernel", "shape": [1, 1, 384, 64], "dtype": "float32", "quantization": {"min": -0.4649557908376058, "scale": 0.003907191519643746, "dtype": "uint8"}}, {"name": "block_7_project_BN/gamma", "shape": [64], "dtype": "float32", "quantization": {"min": 0.5764568448066711, "scale": 0.02033467830396166, "dtype": "uint8"}}, {"name": "block_7_project_BN/beta", "shape": [64], "dtype": "float32", "quantization": {"min": -0.004176882530252139, "scale": 3.5099853195396126e-05, "dtype": "uint8"}}, {"name": "block_7_project_BN/moving_mean", "shape": [64], "dtype": "float32", "quantization": {"min": -1.323780222967559, "scale": 0.017191950947630638, "dtype": "uint8"}}, {"name": "block_7_project_BN/moving_variance", "shape": [64], "dtype": "float32", "quantization": {"min": 0.17085391283035278, "scale": 0.008321891812717213, "dtype": "uint8"}}, {"name": "block_8_depthwise/depthwise_kernel", "shape": [3, 3, 384, 1], "dtype": "float32", "quantization": {"min": -3.422506362316655, "scale": 0.026948868994619332, "dtype": "uint8"}}, {"name": "block_8_depthwise_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.28603067994117737, "scale": 0.01632120130108852, "dtype": "uint8"}}, {"name": "block_8_depthwise_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -6.150375859877642, "scale": 0.03271476521211512, "dtype": "uint8"}}, {"name": "block_8_depthwise_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -9.423691969291836, "scale": 0.04596922911849676, "dtype": "uint8"}}, {"name": "block_8_depthwise_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 0.004629261326044798, "scale": 0.061719789197120595, "dtype": "uint8"}}, {"name": "block_8_expand/kernel", "shape": [1, 1, 64, 384], "dtype": "float32", "quantization": {"min": -0.5420334745855893, "scale": 0.0037125580451067754, "dtype": "uint8"}}, {"name": "block_8_expand_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.12719938158988953, "scale": 0.005510600992277557, "dtype": "uint8"}}, {"name": "block_8_expand_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -1.4796660900115968, "scale": 0.01450653029423134, "dtype": "uint8"}}, {"name": "block_8_expand_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -0.005836034748776287, "scale": 3.8649236746862825e-05, "dtype": "uint8"}}, {"name": "block_8_expand_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 1.4665534496307373, "scale": 0.05413022228315765, "dtype": "uint8"}}, {"name": "block_8_project/kernel", "shape": [1, 1, 384, 64], "dtype": "float32", "quantization": {"min": -0.30033120641521377, "scale": 0.002422025858187208, "dtype": "uint8"}}, {"name": "block_8_project_BN/gamma", "shape": [64], "dtype": "float32", "quantization": {"min": 0.6333269476890564, "scale": 0.012745298357570873, "dtype": "uint8"}}, {"name": "block_8_project_BN/beta", "shape": [64], "dtype": "float32", "quantization": {"min": -0.004904859973227277, "scale": 3.6332296097979825e-05, "dtype": "uint8"}}, {"name": "block_8_project_BN/moving_mean", "shape": [64], "dtype": "float32", "quantization": {"min": -1.0753987162720924, "scale": 0.00977635196610993, "dtype": "uint8"}}, {"name": "block_8_project_BN/moving_variance", "shape": [64], "dtype": "float32", "quantization": {"min": 0.13130801916122437, "scale": 0.0021861090379602767, "dtype": "uint8"}}, {"name": "block_9_depthwise/depthwise_kernel", "shape": [3, 3, 384, 1], "dtype": "float32", "quantization": {"min": -2.831250134636374, "scale": 0.019798951990464154, "dtype": "uint8"}}, {"name": "block_9_depthwise_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.31796711683273315, "scale": 0.007955082023845, "dtype": "uint8"}}, {"name": "block_9_depthwise_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -4.171680545806884, "scale": 0.025130605697631835, "dtype": "uint8"}}, {"name": "block_9_depthwise_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -4.612406263164445, "scale": 0.028827539144777783, "dtype": "uint8"}}, {"name": "block_9_depthwise_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 0.054740116000175476, "scale": 0.01920037485805212, "dtype": "uint8"}}, {"name": "block_9_expand/kernel", "shape": [1, 1, 64, 384], "dtype": "float32", "quantization": {"min": -0.36515102853962017, "scale": 0.0035110675821117326, "dtype": "uint8"}}, {"name": "block_9_expand_BN/gamma", "shape": [384], "dtype": "float32", "quantization": {"min": 0.23342087864875793, "scale": 0.007018205114439422, "dtype": "uint8"}}, {"name": "block_9_expand_BN/beta", "shape": [384], "dtype": "float32", "quantization": {"min": -1.3883685602861293, "scale": 0.011866397951163498, "dtype": "uint8"}}, {"name": "block_9_expand_BN/moving_mean", "shape": [384], "dtype": "float32", "quantization": {"min": -0.008643162741745805, "scale": 6.308877913683069e-05, "dtype": "uint8"}}, {"name": "block_9_expand_BN/moving_variance", "shape": [384], "dtype": "float32", "quantization": {"min": 2.118360996246338, "scale": 0.07897544374652937, "dtype": "uint8"}}, {"name": "block_9_project/kernel", "shape": [1, 1, 384, 64], "dtype": "float32", "quantization": {"min": -0.4918418302255518, "scale": 0.0033458627906500123, "dtype": "uint8"}}, {"name": "block_9_project_BN/gamma", "shape": [64], "dtype": "float32", "quantization": {"min": 0.6817672848701477, "scale": 0.01215742405723123, "dtype": "uint8"}}, {"name": "block_9_project_BN/beta", "shape": [64], "dtype": "float32", "quantization": {"min": -0.00399385870927397, "scale": 2.8941005139666446e-05, "dtype": "uint8"}}, {"name": "block_9_project_BN/moving_mean", "shape": [64], "dtype": "float32", "quantization": {"min": -1.8452984529383043, "scale": 0.01125181983498966, "dtype": "uint8"}}, {"name": "block_9_project_BN/moving_variance", "shape": [64], "dtype": "float32", "quantization": {"min": 0.11924822628498077, "scale": 0.0018466930179034963, "dtype": "uint8"}}, {"name": "bn_Conv1/gamma", "shape": [32], "dtype": "float32", "quantization": {"min": 0.13053518533706665, "scale": 0.016117237829694563, "dtype": "uint8"}}, {"name": "bn_Conv1/beta", "shape": [32], "dtype": "float32", "quantization": {"min": -6.189409682329964, "scale": 0.04298201168284697, "dtype": "uint8"}}, {"name": "bn_Conv1/moving_mean", "shape": [32], "dtype": "float32", "quantization": {"min": -1.5218115974875057, "scale": 0.010011918404523064, "dtype": "uint8"}}, {"name": "bn_Conv1/moving_variance", "shape": [32], "dtype": "float32", "quantization": {"min": -0.0, "scale": 0.0026636616856444114, "dtype": "uint8"}}, {"name": "dense_1/kernel", "shape": [1280, 256], "dtype": "float32", "quantization": {"min": -0.0827300671268912, "scale": 0.0007011022637872135, "dtype": "uint8"}}, {"name": "dense_1/bias", "shape": [256], "dtype": "float32", "quantization": {"min": -0.08616942780859331, "scale": 0.0009574380867621478, "dtype": "uint8"}}, {"name": "dense_2/kernel", "shape": [256, 128], "dtype": "float32", "quantization": {"min": -0.27012642972609574, "scale": 0.0020464123464098163, "dtype": "uint8"}}, {"name": "dense_2/bias", "shape": [128], "dtype": "float32", "quantization": {"min": -0.04579559355682018, "scale": 0.0013084455301948623, "dtype": "uint8"}}, {"name": "dense_3/kernel", "shape": [128, 5], "dtype": "float32", "quantization": {"min": -0.46344453400256586, "scale": 0.0030489771973853017, "dtype": "uint8"}}, {"name": "dense_3/bias", "shape": [5], "dtype": "float32", "quantization": {"min": -0.34861034412010045, "scale": 0.0028810772241330616, "dtype": "uint8"}}, {"name": "expanded_conv_depthwise/depthwise_kernel", "shape": [3, 3, 32, 1], "dtype": "float32", "quantization": {"min": -25.55166634952321, "scale": 0.19357322992063036, "dtype": "uint8"}}, {"name": "expanded_conv_depthwise_BN/gamma", "shape": [32], "dtype": "float32", "quantization": {"min": -0.09695096857407513, "scale": 0.008079247381172928, "dtype": "uint8"}}, {"name": "expanded_conv_depthwise_BN/beta", "shape": [32], "dtype": "float32", "quantization": {"min": -1.3658699895821367, "scale": 0.018710547802495023, "dtype": "uint8"}}, {"name": "expanded_conv_depthwise_BN/moving_mean", "shape": [32], "dtype": "float32", "quantization": {"min": -13.676559291166416, "scale": 0.09910550210990157, "dtype": "uint8"}}, {"name": "expanded_conv_depthwise_BN/moving_variance", "shape": [32], "dtype": "float32", "quantization": {"min": -0.0, "scale": 1.3617684158624388, "dtype": "uint8"}}, {"name": "expanded_conv_project/kernel", "shape": [1, 1, 32, 16], "dtype": "float32", "quantization": {"min": -1.4339039704378913, "scale": 0.009754448778489057, "dtype": "uint8"}}, {"name": "expanded_conv_project_BN/gamma", "shape": [16], "dtype": "float32", "quantization": {"min": 2.63926100730896, "scale": 0.009822066624959309, "dtype": "uint8"}}, {"name": "expanded_conv_project_BN/beta", "shape": [16], "dtype": "float32", "quantization": {"min": -0.03885560184717179, "scale": 0.0004466161131858826, "dtype": "uint8"}}, {"name": "expanded_conv_project_BN/moving_mean", "shape": [16], "dtype": "float32", "quantization": {"min": -5.0893140568452715, "scale": 0.03262380805670046, "dtype": "uint8"}}, {"name": "expanded_conv_project_BN/moving_variance", "shape": [16], "dtype": "float32", "quantization": {"min": 0.39643433690071106, "scale": 0.005846665302912394, "dtype": "uint8"}}]}]} \ No newline at end of file diff --git a/src/api/routes/nsfw.ts b/src/api/routes/nsfw.ts index b092cc31..de575f41 100644 --- a/src/api/routes/nsfw.ts +++ b/src/api/routes/nsfw.ts @@ -6,7 +6,7 @@ import Logger from '../../utils/Logger.js'; import sharp from 'sharp'; import jpeg from 'jpeg-js'; -let nsfwModel; +const nsfwModel = await load('MobileNetV2'); const router: Router = Router(); const imageToTensor = async (rawImageData: ArrayBuffer) => { @@ -28,8 +28,6 @@ const imageToTensor = async (rawImageData: ArrayBuffer) => { }; router.get('/nsfw', async (req, res) => { - nsfwModel = await load('http://localhost:443/model/'); - const url = new URL(req.url, `http://${req.headers.host}`); const imageUrl = url.searchParams.get('url'); diff --git a/src/commands/slash/Main/connection.ts b/src/commands/slash/Main/connection.ts index 4366a0da..71743d23 100644 --- a/src/commands/slash/Main/connection.ts +++ b/src/commands/slash/Main/connection.ts @@ -133,7 +133,6 @@ export default class Connection extends BaseCommand { components: [customizeMenu, buttons], }); - // TODO Button expiration setComponentExpiry( interaction.client.getScheduler(), await interaction.fetchReply(), diff --git a/yarn.lock b/yarn.lock index 652a2d8c..5f19db06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -596,52 +596,52 @@ __metadata: languageName: node linkType: hard -"@sentry-internal/tracing@npm:7.104.0": - version: 7.104.0 - resolution: "@sentry-internal/tracing@npm:7.104.0" +"@sentry-internal/tracing@npm:7.105.0": + version: 7.105.0 + resolution: "@sentry-internal/tracing@npm:7.105.0" dependencies: - "@sentry/core": "npm:7.104.0" - "@sentry/types": "npm:7.104.0" - "@sentry/utils": "npm:7.104.0" - checksum: 10c0/1d9cfb50ec69bc8938645fe0d4974438081944380582f248d241ee2fbdad11e5e3d766acaac2919049383416ffb0732f9f7a65e34bceb6db4b4901c2aa6a49f7 + "@sentry/core": "npm:7.105.0" + "@sentry/types": "npm:7.105.0" + "@sentry/utils": "npm:7.105.0" + checksum: 10c0/585d88130279db364af3753506b8069d95e8cba22ca6e8a5b8946b5f78bb782f6ba80a80e08a9bb1de6781abafc490eaf3e0563954082e4c354c85e0213e4ac5 languageName: node linkType: hard -"@sentry/core@npm:7.104.0": - version: 7.104.0 - resolution: "@sentry/core@npm:7.104.0" +"@sentry/core@npm:7.105.0": + version: 7.105.0 + resolution: "@sentry/core@npm:7.105.0" dependencies: - "@sentry/types": "npm:7.104.0" - "@sentry/utils": "npm:7.104.0" - checksum: 10c0/46bc4c1bcc48f20b19be46814edad3aad854066d1a10338c2a1600550193ab9429eb2c44fb2bceabf74cda205946c072ce96a8bce0619ae1b1720fd8840738e4 + "@sentry/types": "npm:7.105.0" + "@sentry/utils": "npm:7.105.0" + checksum: 10c0/1e95b819479414457dfb5f8d9f03c024e6471c229a54731860655a17cf1256590748034584136795e36005443b9fdabb1591e9acfc81f6656b91f3fe2e76b173 languageName: node linkType: hard -"@sentry/node@npm:^7.104.0": - version: 7.104.0 - resolution: "@sentry/node@npm:7.104.0" +"@sentry/node@npm:^7.105.0": + version: 7.105.0 + resolution: "@sentry/node@npm:7.105.0" dependencies: - "@sentry-internal/tracing": "npm:7.104.0" - "@sentry/core": "npm:7.104.0" - "@sentry/types": "npm:7.104.0" - "@sentry/utils": "npm:7.104.0" - checksum: 10c0/a6de95d3248c494a9f37606d9db212aa4fb8d89e2879646e927e1bef947de19aa2538b5dc9e077756993ab77841885db739e7a6f8eff7d24467ae8bb2963afcc + "@sentry-internal/tracing": "npm:7.105.0" + "@sentry/core": "npm:7.105.0" + "@sentry/types": "npm:7.105.0" + "@sentry/utils": "npm:7.105.0" + checksum: 10c0/66bade39fc1c08bb50900fce7ad7a281e6c67e1a5c27c8f209aa253f28e51a66ca82c4e331855f68570a6f9873fb24a08416139b52c49c76bef3c2648c9573f4 languageName: node linkType: hard -"@sentry/types@npm:7.104.0": - version: 7.104.0 - resolution: "@sentry/types@npm:7.104.0" - checksum: 10c0/d837c4c5dd9afb8cabd04a8de5766a32e93807f3590f2e476ca93485036f8765231c5512497b9cfbf886b22152424cda9a00ee615f9fcd8f5fd8d0624d8033a7 +"@sentry/types@npm:7.105.0": + version: 7.105.0 + resolution: "@sentry/types@npm:7.105.0" + checksum: 10c0/672038538cd08f5eaf851cf0d959dcdede00f84ae567d31f18ae7f345f315cb54a92ce22c594ae403cf193fc011abbddd26cbb60298f1df4dce8fb73bf725e55 languageName: node linkType: hard -"@sentry/utils@npm:7.104.0": - version: 7.104.0 - resolution: "@sentry/utils@npm:7.104.0" +"@sentry/utils@npm:7.105.0": + version: 7.105.0 + resolution: "@sentry/utils@npm:7.105.0" dependencies: - "@sentry/types": "npm:7.104.0" - checksum: 10c0/efe6ab775e6e8aabf45837e9d0ecf351b0273e24978779e45b48cbac63291aebbeaa71fbb0b8fbbb003e5c669b9236fe831cdf02eb53a854e631b89b90975666 + "@sentry/types": "npm:7.105.0" + checksum: 10c0/2db884429559a04858de81d68d52f36eb1b96f8c318fdc87b99c502d804c2ff038966ebca3127dfe1c07dd9cb326efcb3c7604963a29345bbd6f26d09a083d34 languageName: node linkType: hard @@ -983,12 +983,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.11.24": - version: 20.11.24 - resolution: "@types/node@npm:20.11.24" +"@types/node@npm:^20.11.25": + version: 20.11.25 + resolution: "@types/node@npm:20.11.25" dependencies: undici-types: "npm:~5.26.4" - checksum: 10c0/5a62225eb4797b41e6953f9c08c4611d607b5422ddd153312fc81ed6ed37115228ae27e3e3caa1a3bf52d88310306a196ba1cfbd8b2ec918a20f64d80dfa22c9 + checksum: 10c0/3a65a0469309d503e572a3198d81c9248876236b1bcc0c9943e995cfa536df7ce9a9302638258984877420d1613167a8a82dbfb3a92197319fb79ebebf9abc83 languageName: node linkType: hard @@ -1096,15 +1096,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/eslint-plugin@npm:7.1.0" +"@typescript-eslint/eslint-plugin@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/eslint-plugin@npm:7.1.1" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:7.1.0" - "@typescript-eslint/type-utils": "npm:7.1.0" - "@typescript-eslint/utils": "npm:7.1.0" - "@typescript-eslint/visitor-keys": "npm:7.1.0" + "@typescript-eslint/scope-manager": "npm:7.1.1" + "@typescript-eslint/type-utils": "npm:7.1.1" + "@typescript-eslint/utils": "npm:7.1.1" + "@typescript-eslint/visitor-keys": "npm:7.1.1" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -1117,25 +1117,25 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/e5644a987969cbb614bbf766b6bf51341e123c774953690548610147eae0041d70e48ef42be97b68a6e2f5ed9aae37fe040e8054d35bb0568c14194ba564b2d8 + checksum: 10c0/041799604176bbee01f6ff029c5e2fcf1196db2737ba219a20b095f095dc0064ea425d15dd6dc22eaef294daa838209601ec7bc19317258dfa89a13afb8126ba languageName: node linkType: hard -"@typescript-eslint/parser@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/parser@npm:7.1.0" +"@typescript-eslint/parser@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/parser@npm:7.1.1" dependencies: - "@typescript-eslint/scope-manager": "npm:7.1.0" - "@typescript-eslint/types": "npm:7.1.0" - "@typescript-eslint/typescript-estree": "npm:7.1.0" - "@typescript-eslint/visitor-keys": "npm:7.1.0" + "@typescript-eslint/scope-manager": "npm:7.1.1" + "@typescript-eslint/types": "npm:7.1.1" + "@typescript-eslint/typescript-estree": "npm:7.1.1" + "@typescript-eslint/visitor-keys": "npm:7.1.1" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/8fcbfc8c0c86abb750173096e7ca09e1cd44aba3f6115bdb94ffb6b409b86ee23526e9d5a44935b69a6be2385893e66d8e55d92063206028dc48f70d379afcab + checksum: 10c0/84eb44f3767aaa1d7b26176348c89bd6732bc711f7f24186b1354eba95bf9e9c65b5675838772b831391210e525ff1f3bd4b51a3130ec35413aa362920effc57 languageName: node linkType: hard @@ -1149,22 +1149,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/scope-manager@npm:7.1.0" +"@typescript-eslint/scope-manager@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/scope-manager@npm:7.1.1" dependencies: - "@typescript-eslint/types": "npm:7.1.0" - "@typescript-eslint/visitor-keys": "npm:7.1.0" - checksum: 10c0/2fd167730bbe984343ab94739b00bd82e8cdeea9e63674b099cc5c89b420b28dbf79f40dab48022dc717db8d14ae6ee2739e0fcbdcc0321bc9da5f2602b55788 + "@typescript-eslint/types": "npm:7.1.1" + "@typescript-eslint/visitor-keys": "npm:7.1.1" + checksum: 10c0/a955c8529f24945d448b95982d06b5f15a74fc5df97307f5821d55e9861d6c26d61cbd118c1ca41634164ed1d4f6c74fcb8388761341c49e6902a6fb72036afc languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/type-utils@npm:7.1.0" +"@typescript-eslint/type-utils@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/type-utils@npm:7.1.1" dependencies: - "@typescript-eslint/typescript-estree": "npm:7.1.0" - "@typescript-eslint/utils": "npm:7.1.0" + "@typescript-eslint/typescript-estree": "npm:7.1.1" + "@typescript-eslint/utils": "npm:7.1.1" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -1172,7 +1172,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/3e3eea6c03692a643bf4ed11646b0679c6ff13baf1647d97e793f3d8c3adb83061e27a17c2a1470166a3c6c444b974bebc8096d36e0b4b3c36c289ff38bcfc9b + checksum: 10c0/6f19dc383718cce42ed7262d134f5f0221bcbf225fea28975cd714c90e57d861608d5187c7ad731f6281813f94b00f22282a99a8a852167366064abc6e256341 languageName: node linkType: hard @@ -1183,10 +1183,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/types@npm:7.1.0" - checksum: 10c0/095cde3e773b7605c5e0c86642002768ced09e94def7f3c6f49a67863f47d7c8ae15413a4ab1a2407f779d1b5ede5fb3000bc98b1cf9ed7ec938acc38cac89e7 +"@typescript-eslint/types@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/types@npm:7.1.1" + checksum: 10c0/2bef95ec0c60e67fada336db3e82fac2be16c21a9e54fc45c7aeda3291abcceefa12aa970025db88bc2b3e113b1e70abd7f89c2a651c16b816dff1a0c46e7907 languageName: node linkType: hard @@ -1209,12 +1209,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/typescript-estree@npm:7.1.0" +"@typescript-eslint/typescript-estree@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/typescript-estree@npm:7.1.1" dependencies: - "@typescript-eslint/types": "npm:7.1.0" - "@typescript-eslint/visitor-keys": "npm:7.1.0" + "@typescript-eslint/types": "npm:7.1.1" + "@typescript-eslint/visitor-keys": "npm:7.1.1" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -1224,24 +1224,24 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/063845dc8526dfda722d1b00960443a5158d1bce2bc39bf49bd353f33f42aa30116105a87b55a04df3eaef99c0d1c13fb987c53848dff43de6152c66dd3ba41c + checksum: 10c0/2cec9d21cfe46e523a6d29aff554e5450edf1ee30ce9cf644ee8f1f5e1cfd44b94afb3632db97a949c86c4a392ae80f264d56d8747b2b0fdbe5c54139433366a languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/utils@npm:7.1.0" +"@typescript-eslint/utils@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/utils@npm:7.1.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" "@types/json-schema": "npm:^7.0.12" "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:7.1.0" - "@typescript-eslint/types": "npm:7.1.0" - "@typescript-eslint/typescript-estree": "npm:7.1.0" + "@typescript-eslint/scope-manager": "npm:7.1.1" + "@typescript-eslint/types": "npm:7.1.1" + "@typescript-eslint/typescript-estree": "npm:7.1.1" semver: "npm:^7.5.4" peerDependencies: eslint: ^8.56.0 - checksum: 10c0/3fefd51307d0e294462106c57c4b12cd610bfe1bdcc5ca0142bfac6a5d0d37c18d14be5ec89740eb85515f5512f45219a6048df0efccd457e96f9d0612af4abf + checksum: 10c0/3e70834c5b49e4643ec8da63fa2acaab54283a566af2cedcd4c2f4210833a59bf71c459dde69e738115633c7de9f1339130552ff246e8e1bb4db26910685408b languageName: node linkType: hard @@ -1272,13 +1272,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:7.1.0": - version: 7.1.0 - resolution: "@typescript-eslint/visitor-keys@npm:7.1.0" +"@typescript-eslint/visitor-keys@npm:7.1.1": + version: 7.1.1 + resolution: "@typescript-eslint/visitor-keys@npm:7.1.1" dependencies: - "@typescript-eslint/types": "npm:7.1.0" + "@typescript-eslint/types": "npm:7.1.1" eslint-visitor-keys: "npm:^3.4.1" - checksum: 10c0/9015a10e6ee2a99fc99e0f7a3f274496a813c2c239e868f29e7c0da919c825fe192fe21d3410c43d8a801e8186b51f08ef06523d2c3010570d893a1486ac293d + checksum: 10c0/1ab19ec966ff0b86317eddcbfcda645856ec01c3b76a451298031f35e4da0a363e4888ce5ae9e2526e874799a502c49922d83d57d21cb6fef7f3912f51e4a271 languageName: node linkType: hard @@ -3586,7 +3586,7 @@ __metadata: resolution: "interchat@workspace:." dependencies: "@prisma/client": "npm:^5.10.2" - "@sentry/node": "npm:^7.104.0" + "@sentry/node": "npm:^7.105.0" "@stylistic/eslint-plugin": "npm:^1.6.3" "@tensorflow/tfjs-node": "npm:^4.17.0" "@top-gg/sdk": "npm:^3.1.6" @@ -3595,7 +3595,7 @@ __metadata: "@types/i18n": "npm:^0.13.10" "@types/js-yaml": "npm:^4.0.9" "@types/lodash": "npm:^4.14.202" - "@types/node": "npm:^20.11.24" + "@types/node": "npm:^20.11.25" "@types/source-map-support": "npm:^0.5.10" common-tags: "npm:^1.8.2" cz-conventional-changelog: "npm:^3.3.0" @@ -3611,7 +3611,7 @@ __metadata: lint-staged: "npm:^15.2.2" lodash: "npm:^4.17.21" lz-string: "npm:^1.5.0" - nsfwjs: "npm:^3.0.0" + nsfwjs: "npm:^4.1.0" parse-duration: "npm:^1.1.0" prettier: "npm:^3.2.5" prisma: "npm:^5.10.2" @@ -3619,9 +3619,9 @@ __metadata: source-map-support: "npm:^0.5.21" standard-version: "npm:^9.5.0" tsc-watch: "npm:^6.0.4" - typescript: "npm:^5.3.3" - typescript-eslint: "npm:^7.1.0" - winston: "npm:^3.11.0" + typescript: "npm:^5.4.2" + typescript-eslint: "npm:^7.1.1" + winston: "npm:^3.12.0" languageName: unknown linkType: soft @@ -4555,12 +4555,12 @@ __metadata: languageName: node linkType: hard -"nsfwjs@npm:^3.0.0": - version: 3.0.0 - resolution: "nsfwjs@npm:3.0.0" +"nsfwjs@npm:^4.1.0": + version: 4.1.0 + resolution: "nsfwjs@npm:4.1.0" peerDependencies: "@tensorflow/tfjs": ^4.0.0 - checksum: 10c0/d53fbfb738c8c7a8378ef90f94cc4584a8c0374622032a431a9b8858e558b164a62f2d556a750263a21a98b201b9d0095cdd050302b828e3db8b472d8eccf40f + checksum: 10c0/98b8286129f976f053edc42d24f90005a7a5c863fa0e7e2f23664b1288b0e4a398dde330e51f644e0b7aa101228ce100dacb18b380350cdc0e2abdd94bd5944c languageName: node linkType: hard @@ -6027,38 +6027,38 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^7.1.0": - version: 7.1.0 - resolution: "typescript-eslint@npm:7.1.0" +"typescript-eslint@npm:^7.1.1": + version: 7.1.1 + resolution: "typescript-eslint@npm:7.1.1" dependencies: - "@typescript-eslint/eslint-plugin": "npm:7.1.0" - "@typescript-eslint/parser": "npm:7.1.0" + "@typescript-eslint/eslint-plugin": "npm:7.1.1" + "@typescript-eslint/parser": "npm:7.1.1" peerDependencies: eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/04ebb52b099d076bbe616a0ee06bbe3ab02dda993afa670a05a28c432895d233ce6d7c1da78a9dd80086b62261fa151565ca22d467b08458eb9ae13c2b78b8dc + checksum: 10c0/bf8e0669dc8da6f2aed10f8a4490f79b3eb5ddc9523a17ea9f5c5496448841286c217064859af221c0a8f9bf6dcb550f2fe5c5b558c972b9111d655e45d5c17c languageName: node linkType: hard -"typescript@npm:^5.3.3": - version: 5.3.3 - resolution: "typescript@npm:5.3.3" +"typescript@npm:^5.4.2": + version: 5.4.2 + resolution: "typescript@npm:5.4.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/e33cef99d82573624fc0f854a2980322714986bc35b9cb4d1ce736ed182aeab78e2cb32b385efa493b2a976ef52c53e20d6c6918312353a91850e2b76f1ea44f + checksum: 10c0/583ff68cafb0c076695f72d61df6feee71689568179fb0d3a4834dac343df6b6ed7cf7b6f6c801fa52d43cd1d324e2f2d8ae4497b09f9e6cfe3d80a6d6c9ca52 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin": - version: 5.3.3 - resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin::version=5.3.3&hash=e012d7" +"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin": + version: 5.4.2 + resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin::version=5.4.2&hash=d69c25" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500 + checksum: 10c0/22e2f213c3ffe5960c5eaec6c95c04e01858fed57a94be250746f540b935b2c18c3c3fc80d3ab65d28c0aba1eb76284557ba3bf521d28caee811c44ba2b648f9 languageName: node linkType: hard @@ -6207,7 +6207,7 @@ __metadata: languageName: node linkType: hard -"winston-transport@npm:^4.5.0": +"winston-transport@npm:^4.7.0": version: 4.7.0 resolution: "winston-transport@npm:4.7.0" dependencies: @@ -6218,9 +6218,9 @@ __metadata: languageName: node linkType: hard -"winston@npm:^3.11.0": - version: 3.11.0 - resolution: "winston@npm:3.11.0" +"winston@npm:^3.12.0": + version: 3.12.0 + resolution: "winston@npm:3.12.0" dependencies: "@colors/colors": "npm:^1.6.0" "@dabh/diagnostics": "npm:^2.0.2" @@ -6232,8 +6232,8 @@ __metadata: safe-stable-stringify: "npm:^2.3.1" stack-trace: "npm:0.0.x" triple-beam: "npm:^1.3.0" - winston-transport: "npm:^4.5.0" - checksum: 10c0/7e1f8919cbdc62cfe46e6204d79a83e1364696ef61111483f3ecf204988922383fe74192c5bc9f89df9b47caf24c2d34f5420ef6f3b693f8d1286b46432e97be + winston-transport: "npm:^4.7.0" + checksum: 10c0/f86e4eebc409bcdfcda7cd2b262f2be81c21715c6222381b94bb48795b881da4ed54e060fa57824c7df2bf0d2bd2a04fc9cc061070a8f2cdbfc39951a85a3fa8 languageName: node linkType: hard