Image Classification
Keras
TF-Keras
English
mobilevit
tensorflow
computer-vision
medical-imaging
brain-tumor
Eval Results (legacy)
Instructions to use abdo1176/brain-model-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use abdo1176/brain-model-test with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://abdo1176/brain-model-test") - Notebooks
- Google Colab
- Kaggle
| { | |
| "module": "keras.src.models.functional", | |
| "class_name": "Functional", | |
| "config": { | |
| "name": "functional", | |
| "trainable": true, | |
| "layers": [ | |
| { | |
| "module": "keras.layers", | |
| "class_name": "InputLayer", | |
| "config": { | |
| "batch_shape": [ | |
| null, | |
| 224, | |
| 224, | |
| 3 | |
| ], | |
| "dtype": "float32", | |
| "sparse": false, | |
| "ragged": false, | |
| "name": "input_layer" | |
| }, | |
| "registered_name": null, | |
| "name": "input_layer", | |
| "inbound_nodes": [] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 16, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 2, | |
| 2 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 224, | |
| 224, | |
| 3 | |
| ] | |
| }, | |
| "name": "conv2d", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 224, | |
| 224, | |
| 3 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "input_layer", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ] | |
| }, | |
| "name": "batch_normalization", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 32, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ] | |
| }, | |
| "name": "conv2d_1", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ] | |
| }, | |
| "name": "batch_normalization_1", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_1", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_2", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ] | |
| }, | |
| "name": "batch_normalization_2", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_2", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_2", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_2", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_2", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 16, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ] | |
| }, | |
| "name": "conv2d_2", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_2", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_3", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ] | |
| }, | |
| "name": "batch_normalization_3", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_2", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ] | |
| ] | |
| }, | |
| "name": "add", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_3", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_3", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 32, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ] | |
| }, | |
| "name": "conv2d_3", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 16 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_4", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ] | |
| }, | |
| "name": "batch_normalization_4", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_3", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_3", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_3", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_4", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 2, | |
| 2 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_1", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 112, | |
| 112, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_3", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_5", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 32 | |
| ] | |
| }, | |
| "name": "batch_normalization_5", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_4", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_4", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_5", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_4", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 24, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 32 | |
| ] | |
| }, | |
| "name": "conv2d_4", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 32 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_4", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_6", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| }, | |
| "name": "batch_normalization_6", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_4", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_5", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 48, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| }, | |
| "name": "conv2d_5", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_7", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_7", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_5", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_5", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_5", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_7", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_2", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_2", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_5", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_8", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_8", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_2", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_6", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_6", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_8", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_6", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 24, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "conv2d_6", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_9", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| }, | |
| "name": "batch_normalization_9", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| ] | |
| }, | |
| "name": "add_1", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_9", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_7", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 48, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| }, | |
| "name": "conv2d_7", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_10", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_10", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_7", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_7", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_7", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_10", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_3", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_3", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_7", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_11", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_11", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_3", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_8", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_8", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_11", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_8", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 24, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "conv2d_8", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_8", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_12", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| }, | |
| "name": "batch_normalization_12", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_8", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_2", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| ] | |
| }, | |
| "name": "add_2", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_12", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_9", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 48, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ] | |
| }, | |
| "name": "conv2d_9", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 24 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_2", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_13", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_13", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_9", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_9", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_9", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_13", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_4", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 2, | |
| 2 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_4", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 56, | |
| 56, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_9", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_14", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_14", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_4", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_10", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_10", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_14", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_10", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 48, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| }, | |
| "name": "conv2d_10", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_10", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_15", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_15", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_10", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_11", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 48, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| }, | |
| "name": "conv2d_11", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_15", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_16", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_16", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_11", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_11", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_11", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_16", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_12", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 64, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| }, | |
| "name": "conv2d_12", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_11", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_17", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_17", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_12", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_12", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_12", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_17", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "layer_normalization", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_12", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_5", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_5", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_18", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_18", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_5", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_13", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_13", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_18", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_13", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 128, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "conv2d_13", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_13", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_19", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ] | |
| }, | |
| "name": "batch_normalization_19", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_13", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_14", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_14", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_19", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_14", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 64, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ] | |
| }, | |
| "name": "conv2d_14", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_14", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_20", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_20", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_14", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_3", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| ] | |
| }, | |
| "name": "add_3", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_20", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_12", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "layer_normalization_1", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_3", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_6", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_6", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_21", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_21", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_15", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_15", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_21", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_15", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 128, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "conv2d_15", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_15", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_22", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ] | |
| }, | |
| "name": "batch_normalization_22", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_15", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_16", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_16", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_22", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_16", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 64, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ] | |
| }, | |
| "name": "conv2d_16", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_16", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_23", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_23", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_16", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_4", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| ] | |
| }, | |
| "name": "add_4", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_23", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_3", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_17", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 48, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "conv2d_17", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_4", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_24", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| }, | |
| "name": "batch_normalization_24", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_17", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_17", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_17", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_24", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Concatenate", | |
| "config": { | |
| "name": "concatenate", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1 | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ] | |
| ] | |
| }, | |
| "name": "concatenate", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_17", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 48 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_15", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_18", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 64, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 96 | |
| ] | |
| }, | |
| "name": "conv2d_18", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "concatenate", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_25", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_25", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_18", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_18", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_18", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_25", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_19", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 128, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ] | |
| }, | |
| "name": "conv2d_19", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_18", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_26", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ] | |
| }, | |
| "name": "batch_normalization_26", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_19", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_19", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_19", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_26", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_7", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 2, | |
| 2 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_7", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 28, | |
| 28, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_19", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_27", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 128 | |
| ] | |
| }, | |
| "name": "batch_normalization_27", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_7", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_20", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_20", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_27", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_20", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 64, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 128 | |
| ] | |
| }, | |
| "name": "conv2d_20", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_20", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_28", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_28", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_20", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_21", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 64, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ] | |
| }, | |
| "name": "conv2d_21", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_28", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_29", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_29", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_21", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_21", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_21", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_29", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_22", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ] | |
| }, | |
| "name": "conv2d_22", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_21", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_30", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_30", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_22", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_22", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_22", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_30", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_2", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "layer_normalization_2", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_22", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_8", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_8", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_2", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_31", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_31", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_8", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_23", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_23", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_31", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_23", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 160, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_23", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_23", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_32", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "batch_normalization_32", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_23", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_24", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_24", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_32", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_24", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "conv2d_24", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_24", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_33", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_33", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_24", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_5", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| ] | |
| }, | |
| "name": "add_5", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_33", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_22", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_3", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "layer_normalization_3", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_5", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_9", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_9", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_3", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_34", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_34", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_9", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_25", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_25", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_34", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_25", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 160, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_25", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_25", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_35", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "batch_normalization_35", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_25", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_26", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_26", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_35", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_26", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "conv2d_26", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_26", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_36", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_36", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_26", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_6", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| ] | |
| }, | |
| "name": "add_6", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_36", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_5", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_4", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "layer_normalization_4", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_10", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_10", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_4", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_37", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_37", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_10", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_27", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_27", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_37", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_27", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 160, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_27", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_27", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_38", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "batch_normalization_38", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_27", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_28", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_28", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_38", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_28", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "conv2d_28", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_28", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_39", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_39", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_28", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_7", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| ] | |
| }, | |
| "name": "add_7", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_39", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_5", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "layer_normalization_5", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_7", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_11", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_11", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_5", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_40", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_40", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_11", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_29", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_29", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_40", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_29", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 160, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_29", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_29", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_41", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "batch_normalization_41", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_29", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_30", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_30", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_41", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_30", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "conv2d_30", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_30", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_42", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_42", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_30", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_8", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| ] | |
| }, | |
| "name": "add_8", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_42", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_7", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_31", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 64, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_31", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_8", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_43", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ] | |
| }, | |
| "name": "batch_normalization_43", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_31", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_31", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_31", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_43", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Concatenate", | |
| "config": { | |
| "name": "concatenate_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1 | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ] | |
| ] | |
| }, | |
| "name": "concatenate_1", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_31", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 64 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_28", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_32", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 128 | |
| ] | |
| }, | |
| "name": "conv2d_32", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 128 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "concatenate_1", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_44", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_44", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_32", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_32", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_32", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_44", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_33", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 160, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_33", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_32", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_45", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "batch_normalization_45", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_33", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_33", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_33", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_45", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_12", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 2, | |
| 2 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_12", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 14, | |
| 14, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_33", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_46", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 160 | |
| ] | |
| }, | |
| "name": "batch_normalization_46", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_12", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_34", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_34", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_46", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_34", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 160 | |
| ] | |
| }, | |
| "name": "conv2d_34", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_34", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_47", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_47", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_34", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_35", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_35", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_47", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_48", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_48", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_35", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_35", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_35", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_48", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_36", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 96, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ] | |
| }, | |
| "name": "conv2d_36", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_35", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_49", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_49", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_36", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_36", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_36", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_49", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_6", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "layer_normalization_6", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_36", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_13", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_13", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_6", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_50", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_50", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_13", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_37", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_37", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_50", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_37", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 192, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "conv2d_37", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_37", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_51", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ] | |
| }, | |
| "name": "batch_normalization_51", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_37", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_38", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_38", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_51", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_38", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 96, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ] | |
| }, | |
| "name": "conv2d_38", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_38", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_52", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_52", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_38", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_9", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| ] | |
| }, | |
| "name": "add_9", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_52", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_36", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_7", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "layer_normalization_7", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_9", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_14", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_14", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_7", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_53", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_53", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_14", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_39", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_39", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_53", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_39", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 192, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "conv2d_39", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_39", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_54", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ] | |
| }, | |
| "name": "batch_normalization_54", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_39", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_40", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_40", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_54", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_40", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 96, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ] | |
| }, | |
| "name": "conv2d_40", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_40", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_55", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_55", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_40", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_10", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| ] | |
| }, | |
| "name": "add_10", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_55", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_9", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "LayerNormalization", | |
| "config": { | |
| "name": "layer_normalization_8", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": [ | |
| -1 | |
| ], | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "rms_scaling": false, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "layer_normalization_8", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_10", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "DepthwiseConv2D", | |
| "config": { | |
| "name": "depthwise_conv2d_15", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "depth_multiplier": 1, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "activation": "linear", | |
| "use_bias": false, | |
| "depthwise_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "depthwise_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "depthwise_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "depthwise_conv2d_15", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "layer_normalization_8", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_56", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_56", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "depthwise_conv2d_15", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_41", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_41", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_56", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_41", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 192, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "conv2d_41", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_41", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_57", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ] | |
| }, | |
| "name": "batch_normalization_57", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_41", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_42", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_42", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_57", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_42", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 96, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ] | |
| }, | |
| "name": "conv2d_42", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 192 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_42", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_58", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_58", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_42", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Add", | |
| "config": { | |
| "name": "add_11", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| } | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| ] | |
| }, | |
| "name": "add_11", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_58", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_10", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_43", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 80, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "conv2d_43", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "add_11", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_59", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ] | |
| }, | |
| "name": "batch_normalization_59", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_43", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_43", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_43", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_59", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Concatenate", | |
| "config": { | |
| "name": "concatenate_2", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1 | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ] | |
| ] | |
| }, | |
| "name": "concatenate_2", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_43", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| }, | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 80 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_47", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_44", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 96, | |
| "kernel_size": [ | |
| 3, | |
| 3 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 160 | |
| ] | |
| }, | |
| "name": "conv2d_44", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 160 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "concatenate_2", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_60", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "batch_normalization_60", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_44", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_44", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_44", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_60", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Conv2D", | |
| "config": { | |
| "name": "conv2d_45", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "filters": 320, | |
| "kernel_size": [ | |
| 1, | |
| 1 | |
| ], | |
| "strides": [ | |
| 1, | |
| 1 | |
| ], | |
| "padding": "same", | |
| "data_format": "channels_last", | |
| "dilation_rate": [ | |
| 1, | |
| 1 | |
| ], | |
| "groups": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ] | |
| }, | |
| "name": "conv2d_45", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 96 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_44", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "BatchNormalization", | |
| "config": { | |
| "name": "batch_normalization_61", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "axis": -1, | |
| "momentum": 0.99, | |
| "epsilon": 0.001, | |
| "center": true, | |
| "scale": true, | |
| "beta_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "gamma_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_mean_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "moving_variance_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Ones", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "beta_regularizer": null, | |
| "gamma_regularizer": null, | |
| "beta_constraint": null, | |
| "gamma_constraint": null, | |
| "synchronized": false | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 320 | |
| ] | |
| }, | |
| "name": "batch_normalization_61", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 320 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "conv2d_45", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": { | |
| "mask": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Activation", | |
| "config": { | |
| "name": "activation_45", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "activation": "silu" | |
| }, | |
| "registered_name": null, | |
| "name": "activation_45", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 320 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "batch_normalization_61", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "GlobalAveragePooling2D", | |
| "config": { | |
| "name": "global_average_pooling2d", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "data_format": "channels_last", | |
| "keepdims": false | |
| }, | |
| "registered_name": null, | |
| "name": "global_average_pooling2d", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 7, | |
| 7, | |
| 320 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "activation_45", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Dense", | |
| "config": { | |
| "name": "dense", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "units": 4, | |
| "activation": "softmax", | |
| "use_bias": true, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 320 | |
| ] | |
| }, | |
| "name": "dense", | |
| "inbound_nodes": [ | |
| { | |
| "args": [ | |
| { | |
| "class_name": "__keras_tensor__", | |
| "config": { | |
| "shape": [ | |
| null, | |
| 320 | |
| ], | |
| "dtype": "float32", | |
| "keras_history": [ | |
| "global_average_pooling2d", | |
| 0, | |
| 0 | |
| ] | |
| } | |
| } | |
| ], | |
| "kwargs": {} | |
| } | |
| ] | |
| } | |
| ], | |
| "input_layers": [ | |
| [ | |
| "input_layer", | |
| 0, | |
| 0 | |
| ] | |
| ], | |
| "output_layers": [ | |
| [ | |
| "dense", | |
| 0, | |
| 0 | |
| ] | |
| ] | |
| }, | |
| "registered_name": "Functional", | |
| "build_config": { | |
| "input_shape": null | |
| }, | |
| "compile_config": { | |
| "loss": "categorical_crossentropy", | |
| "loss_weights": null, | |
| "metrics": [ | |
| "accuracy" | |
| ], | |
| "weighted_metrics": null, | |
| "run_eagerly": false, | |
| "steps_per_execution": 1, | |
| "jit_compile": true | |
| } | |
| } |