backend | | default: "tensorflow" |
class_name | | default: "Functional" |
config | | default: {"input_layers": [["input_6", 0, 0]], "name": "model_5", "output_layers": [["dense_8", 0, 0]], "trainable": true} |
layer000_input_6 | | default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 128, 128, 3], "dtype": "float32", "name": "input_6", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_6", "registered_name": null} |
layer001_tf.math.truediv_4 | | default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "TFOpLambda", "config": {"dtype": "float32", "function": "math.truediv", "name": "tf.math.truediv_4", "trainable": false}, "inbound_nodes": [["input_6", 0, 0, {"name": null, "y": 127.5}]], "module": "keras.src.layers.core.tf_op_layer", "name": "tf.math.truediv_4", "registered_name": "TFOpLambda"} |
layer002_tf.math.subtract_4 | | default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "TFOpLambda", "config": {"dtype": "float32", "function": "math.subtract", "name": "tf.math.subtract_4", "trainable": false}, "inbound_nodes": [["tf.math.truediv_4", 0, 0, {"name": null, "y": 1.0}]], "module": "keras.src.layers.core.tf_op_layer", "name": "tf.math.subtract_4", "registered_name": "TFOpLambda"} |
layer003_Conv1 | | default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["tf.math.subtract_4", 0, 0, {}]]], "module": "keras.layers", "name": "Conv1", "registered_name": null} |
layer004_bn_Conv1 | | default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["Conv1", 0, 0, {}]]], "module": "keras.layers", "name": "bn_Conv1", "registered_name": null} |
layer005_Conv1_relu | | default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "Conv1_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["bn_Conv1", 0, 0, {}]]], "module": "keras.layers", "name": "Conv1_relu", "registered_name": null} |
layer006_expanded_conv_depthwise | | default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["Conv1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_depthwise", "registered_name": null} |
layer007_expanded_conv_depthwise_BN | | default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["expanded_conv_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_depthwise_BN", "registered_name": null} |
layer008_expanded_conv_depthwise_relu | | default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "expanded_conv_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["expanded_conv_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_depthwise_relu", "registered_name": null} |
layer009_expanded_conv_project | | default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["expanded_conv_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_project", "registered_name": null} |
layer010_expanded_conv_project_BN | | default: {"build_config": {"input_shape": [null, 64, 64, 16]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["expanded_conv_project", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_project_BN", "registered_name": null} |
layer011_block_1_expand | | default: {"build_config": {"input_shape": [null, 64, 64, 16]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["expanded_conv_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_expand", "registered_name": null} |
layer012_block_1_expand_BN | | default: {"build_config": {"input_shape": [null, 64, 64, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_1_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_expand_BN", "registered_name": null} |
layer013_block_1_expand_relu | | default: {"build_config": {"input_shape": [null, 64, 64, 96]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_1_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_1_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_expand_relu", "registered_name": null} |
layer014_block_1_pad | | default: {"build_config": {"input_shape": [null, 64, 64, 96]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block_1_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block_1_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_pad", "registered_name": null} |
layer015_block_1_depthwise | | default: {"build_config": {"input_shape": [null, 65, 65, 96]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_1_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_depthwise", "registered_name": null} |
layer016_block_1_depthwise_BN | | default: {"build_config": {"input_shape": [null, 32, 32, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_1_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_depthwise_BN", "registered_name": null} |
layer017_block_1_depthwise_relu | | default: {"build_config": {"input_shape": [null, 32, 32, 96]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_1_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_1_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_depthwise_relu", "registered_name": null} |
layer018_block_1_project | | default: {"build_config": {"input_shape": [null, 32, 32, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_1_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_project", "registered_name": null} |
layer019_block_1_project_BN | | default: {"build_config": {"input_shape": [null, 32, 32, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_1_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_project_BN", "registered_name": null} |
layer020_block_2_expand | | default: {"build_config": {"input_shape": [null, 32, 32, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_1_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_expand", "registered_name": null} |
layer021_block_2_expand_BN | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_2_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_expand_BN", "registered_name": null} |
layer022_block_2_expand_relu | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_2_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_2_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_expand_relu", "registered_name": null} |
layer023_block_2_depthwise | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_2_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_depthwise", "registered_name": null} |
layer024_block_2_depthwise_BN | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_2_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_depthwise_BN", "registered_name": null} |
layer025_block_2_depthwise_relu | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_2_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_2_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_depthwise_relu", "registered_name": null} |
layer026_block_2_project | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_2_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_project", "registered_name": null} |
layer027_block_2_project_BN | | default: {"build_config": {"input_shape": [null, 32, 32, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_2_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_project_BN", "registered_name": null} |
layer028_block_2_add | | default: {"build_config": {"input_shape": [[null, 32, 32, 24], [null, 32, 32, 24]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_2_add", "trainable": false}, "inbound_nodes": [[["block_1_project_BN", 0, 0, {}], ["block_2_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_add", "registered_name": null} |
layer029_block_3_expand | | default: {"build_config": {"input_shape": [null, 32, 32, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_2_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_expand", "registered_name": null} |
layer030_block_3_expand_BN | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_3_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_expand_BN", "registered_name": null} |
layer031_block_3_expand_relu | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_3_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_3_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_expand_relu", "registered_name": null} |
layer032_block_3_pad | | default: {"build_config": {"input_shape": [null, 32, 32, 144]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block_3_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block_3_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_pad", "registered_name": null} |
layer033_block_3_depthwise | | default: {"build_config": {"input_shape": [null, 33, 33, 144]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_3_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_depthwise", "registered_name": null} |
layer034_block_3_depthwise_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_3_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_depthwise_BN", "registered_name": null} |
layer035_block_3_depthwise_relu | | default: {"build_config": {"input_shape": [null, 16, 16, 144]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_3_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_3_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_depthwise_relu", "registered_name": null} |
layer036_block_3_project | | default: {"build_config": {"input_shape": [null, 16, 16, 144]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_3_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_project", "registered_name": null} |
layer037_block_3_project_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_3_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_project_BN", "registered_name": null} |
layer038_block_4_expand | | default: {"build_config": {"input_shape": [null, 16, 16, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_3_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_expand", "registered_name": null} |
layer039_block_4_expand_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_4_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_expand_BN", "registered_name": null} |
layer040_block_4_expand_relu | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_4_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_4_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_expand_relu", "registered_name": null} |
layer041_block_4_depthwise | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_4_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_depthwise", "registered_name": null} |
layer042_block_4_depthwise_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_4_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_depthwise_BN", "registered_name": null} |
layer043_block_4_depthwise_relu | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_4_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_4_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_depthwise_relu", "registered_name": null} |
layer044_block_4_project | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_4_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_project", "registered_name": null} |
layer045_block_4_project_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_4_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_project_BN", "registered_name": null} |
layer046_block_4_add | | default: {"build_config": {"input_shape": [[null, 16, 16, 32], [null, 16, 16, 32]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_4_add", "trainable": false}, "inbound_nodes": [[["block_3_project_BN", 0, 0, {}], ["block_4_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_add", "registered_name": null} |
layer047_block_5_expand | | default: {"build_config": {"input_shape": [null, 16, 16, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_4_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_expand", "registered_name": null} |
layer048_block_5_expand_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_5_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_expand_BN", "registered_name": null} |
layer049_block_5_expand_relu | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_5_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_5_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_expand_relu", "registered_name": null} |
layer050_block_5_depthwise | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_5_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_depthwise", "registered_name": null} |
layer051_block_5_depthwise_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_5_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_depthwise_BN", "registered_name": null} |
layer052_block_5_depthwise_relu | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_5_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_5_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_depthwise_relu", "registered_name": null} |
layer053_block_5_project | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_5_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_project", "registered_name": null} |
layer054_block_5_project_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_5_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_project_BN", "registered_name": null} |
layer055_block_5_add | | default: {"build_config": {"input_shape": [[null, 16, 16, 32], [null, 16, 16, 32]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_5_add", "trainable": false}, "inbound_nodes": [[["block_4_add", 0, 0, {}], ["block_5_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_add", "registered_name": null} |
layer056_block_6_expand | | default: {"build_config": {"input_shape": [null, 16, 16, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_5_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_expand", "registered_name": null} |
layer057_block_6_expand_BN | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_6_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_expand_BN", "registered_name": null} |
layer058_block_6_expand_relu | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_6_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_6_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_expand_relu", "registered_name": null} |
layer059_block_6_pad | | default: {"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block_6_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block_6_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_pad", "registered_name": null} |
layer060_block_6_depthwise | | default: {"build_config": {"input_shape": [null, 17, 17, 192]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_6_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_depthwise", "registered_name": null} |
layer061_block_6_depthwise_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_6_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_depthwise_BN", "registered_name": null} |
layer062_block_6_depthwise_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 192]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_6_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_6_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_depthwise_relu", "registered_name": null} |
layer063_block_6_project | | default: {"build_config": {"input_shape": [null, 8, 8, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_6_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_project", "registered_name": null} |
layer064_block_6_project_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_6_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_project_BN", "registered_name": null} |
layer065_block_7_expand | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_6_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_expand", "registered_name": null} |
layer066_block_7_expand_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_7_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_expand_BN", "registered_name": null} |
layer067_block_7_expand_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_7_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_7_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_expand_relu", "registered_name": null} |
layer068_block_7_depthwise | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_7_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_depthwise", "registered_name": null} |
layer069_block_7_depthwise_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_7_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_depthwise_BN", "registered_name": null} |
layer070_block_7_depthwise_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_7_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_7_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_depthwise_relu", "registered_name": null} |
layer071_block_7_project | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_7_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_project", "registered_name": null} |
layer072_block_7_project_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_7_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_project_BN", "registered_name": null} |
layer073_block_7_add | | default: {"build_config": {"input_shape": [[null, 8, 8, 64], [null, 8, 8, 64]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_7_add", "trainable": false}, "inbound_nodes": [[["block_6_project_BN", 0, 0, {}], ["block_7_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_add", "registered_name": null} |
layer074_block_8_expand | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_7_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_expand", "registered_name": null} |
layer075_block_8_expand_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_8_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_expand_BN", "registered_name": null} |
layer076_block_8_expand_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_8_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_8_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_expand_relu", "registered_name": null} |
layer077_block_8_depthwise | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_8_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_depthwise", "registered_name": null} |
layer078_block_8_depthwise_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_8_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_depthwise_BN", "registered_name": null} |
layer079_block_8_depthwise_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_8_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_8_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_depthwise_relu", "registered_name": null} |
layer080_block_8_project | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_8_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_project", "registered_name": null} |
layer081_block_8_project_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_8_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_project_BN", "registered_name": null} |
layer082_block_8_add | | default: {"build_config": {"input_shape": [[null, 8, 8, 64], [null, 8, 8, 64]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_8_add", "trainable": false}, "inbound_nodes": [[["block_7_add", 0, 0, {}], ["block_8_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_add", "registered_name": null} |
layer083_block_9_expand | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_8_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_expand", "registered_name": null} |
layer084_block_9_expand_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_9_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_expand_BN", "registered_name": null} |
layer085_block_9_expand_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_9_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_9_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_expand_relu", "registered_name": null} |
layer086_block_9_depthwise | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_9_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_depthwise", "registered_name": null} |
layer087_block_9_depthwise_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_9_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_depthwise_BN", "registered_name": null} |
layer088_block_9_depthwise_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_9_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_9_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_depthwise_relu", "registered_name": null} |
layer089_block_9_project | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_9_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_project", "registered_name": null} |
layer090_block_9_project_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_9_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_project_BN", "registered_name": null} |
layer091_block_9_add | | default: {"build_config": {"input_shape": [[null, 8, 8, 64], [null, 8, 8, 64]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_9_add", "trainable": false}, "inbound_nodes": [[["block_8_add", 0, 0, {}], ["block_9_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_add", "registered_name": null} |
layer092_block_10_expand | | default: {"build_config": {"input_shape": [null, 8, 8, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_9_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_expand", "registered_name": null} |
layer093_block_10_expand_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_10_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_expand_BN", "registered_name": null} |
layer094_block_10_expand_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_10_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_10_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_expand_relu", "registered_name": null} |
layer095_block_10_depthwise | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_10_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_depthwise", "registered_name": null} |
layer096_block_10_depthwise_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_10_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_depthwise_BN", "registered_name": null} |
layer097_block_10_depthwise_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_10_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_10_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_depthwise_relu", "registered_name": null} |
layer098_block_10_project | | default: {"build_config": {"input_shape": [null, 8, 8, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_10_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_project", "registered_name": null} |
layer099_block_10_project_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_10_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_project_BN", "registered_name": null} |
layer100_block_11_expand | | default: {"build_config": {"input_shape": [null, 8, 8, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_10_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_expand", "registered_name": null} |
layer101_block_11_expand_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_11_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_expand_BN", "registered_name": null} |
layer102_block_11_expand_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_11_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_11_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_expand_relu", "registered_name": null} |
layer103_block_11_depthwise | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_11_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_depthwise", "registered_name": null} |
layer104_block_11_depthwise_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_11_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_depthwise_BN", "registered_name": null} |
layer105_block_11_depthwise_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_11_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_11_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_depthwise_relu", "registered_name": null} |
layer106_block_11_project | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_11_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_project", "registered_name": null} |
layer107_block_11_project_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_11_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_project_BN", "registered_name": null} |
layer108_block_11_add | | default: {"build_config": {"input_shape": [[null, 8, 8, 96], [null, 8, 8, 96]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_11_add", "trainable": false}, "inbound_nodes": [[["block_10_project_BN", 0, 0, {}], ["block_11_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_add", "registered_name": null} |
layer109_block_12_expand | | default: {"build_config": {"input_shape": [null, 8, 8, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_11_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_expand", "registered_name": null} |
layer110_block_12_expand_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_12_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_expand_BN", "registered_name": null} |
layer111_block_12_expand_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_12_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_12_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_expand_relu", "registered_name": null} |
layer112_block_12_depthwise | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_12_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_depthwise", "registered_name": null} |
layer113_block_12_depthwise_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_12_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_depthwise_BN", "registered_name": null} |
layer114_block_12_depthwise_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_12_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_12_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_depthwise_relu", "registered_name": null} |
layer115_block_12_project | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_12_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_project", "registered_name": null} |
layer116_block_12_project_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_12_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_project_BN", "registered_name": null} |
layer117_block_12_add | | default: {"build_config": {"input_shape": [[null, 8, 8, 96], [null, 8, 8, 96]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_12_add", "trainable": false}, "inbound_nodes": [[["block_11_add", 0, 0, {}], ["block_12_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_add", "registered_name": null} |
layer118_block_13_expand | | default: {"build_config": {"input_shape": [null, 8, 8, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_12_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_expand", "registered_name": null} |
layer119_block_13_expand_BN | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_13_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_expand_BN", "registered_name": null} |
layer120_block_13_expand_relu | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_13_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_13_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_expand_relu", "registered_name": null} |
layer121_block_13_pad | | default: {"build_config": {"input_shape": [null, 8, 8, 576]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block_13_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block_13_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_pad", "registered_name": null} |
layer122_block_13_depthwise | | default: {"build_config": {"input_shape": [null, 9, 9, 576]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_13_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_depthwise", "registered_name": null} |
layer123_block_13_depthwise_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_13_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_depthwise_BN", "registered_name": null} |
layer124_block_13_depthwise_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 576]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_13_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_13_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_depthwise_relu", "registered_name": null} |
layer125_block_13_project | | default: {"build_config": {"input_shape": [null, 4, 4, 576]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_13_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_project", "registered_name": null} |
layer126_block_13_project_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_13_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_project_BN", "registered_name": null} |
layer127_block_14_expand | | default: {"build_config": {"input_shape": [null, 4, 4, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_13_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_expand", "registered_name": null} |
layer128_block_14_expand_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_14_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_expand_BN", "registered_name": null} |
layer129_block_14_expand_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_14_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_14_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_expand_relu", "registered_name": null} |
layer130_block_14_depthwise | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_14_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_depthwise", "registered_name": null} |
layer131_block_14_depthwise_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_14_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_depthwise_BN", "registered_name": null} |
layer132_block_14_depthwise_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_14_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_14_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_depthwise_relu", "registered_name": null} |
layer133_block_14_project | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_14_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_project", "registered_name": null} |
layer134_block_14_project_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_14_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_project_BN", "registered_name": null} |
layer135_block_14_add | | default: {"build_config": {"input_shape": [[null, 4, 4, 160], [null, 4, 4, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_14_add", "trainable": false}, "inbound_nodes": [[["block_13_project_BN", 0, 0, {}], ["block_14_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_add", "registered_name": null} |
layer136_block_15_expand | | default: {"build_config": {"input_shape": [null, 4, 4, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_14_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_expand", "registered_name": null} |
layer137_block_15_expand_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_15_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_expand_BN", "registered_name": null} |
layer138_block_15_expand_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_15_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_15_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_expand_relu", "registered_name": null} |
layer139_block_15_depthwise | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_15_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_depthwise", "registered_name": null} |
layer140_block_15_depthwise_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_15_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_depthwise_BN", "registered_name": null} |
layer141_block_15_depthwise_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_15_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_15_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_depthwise_relu", "registered_name": null} |
layer142_block_15_project | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_15_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_project", "registered_name": null} |
layer143_block_15_project_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_15_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_project_BN", "registered_name": null} |
layer144_block_15_add | | default: {"build_config": {"input_shape": [[null, 4, 4, 160], [null, 4, 4, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block_15_add", "trainable": false}, "inbound_nodes": [[["block_14_add", 0, 0, {}], ["block_15_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_add", "registered_name": null} |
layer145_block_16_expand | | default: {"build_config": {"input_shape": [null, 4, 4, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_15_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_expand", "registered_name": null} |
layer146_block_16_expand_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_16_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_expand_BN", "registered_name": null} |
layer147_block_16_expand_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_16_expand_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_16_expand_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_expand_relu", "registered_name": null} |
layer148_block_16_depthwise | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_16_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_depthwise", "registered_name": null} |
layer149_block_16_depthwise_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_16_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_depthwise_BN", "registered_name": null} |
layer150_block_16_depthwise_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "block_16_depthwise_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["block_16_depthwise_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_depthwise_relu", "registered_name": null} |
layer151_block_16_project | | default: {"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_16_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_project", "registered_name": null} |
layer152_block_16_project_BN | | default: {"build_config": {"input_shape": [null, 4, 4, 320]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_16_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_project_BN", "registered_name": null} |
layer153_Conv_1 | | default: {"build_config": {"input_shape": [null, 4, 4, 320]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_16_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "Conv_1", "registered_name": null} |
layer154_Conv_1_bn | | default: {"build_config": {"input_shape": [null, 4, 4, 1280]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["Conv_1", 0, 0, {}]]], "module": "keras.layers", "name": "Conv_1_bn", "registered_name": null} |
layer155_out_relu | | default: {"build_config": {"input_shape": [null, 4, 4, 1280]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "out_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["Conv_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "out_relu", "registered_name": null} |
layer156_global_average_pooling2d_5 | | default: {"build_config": {"input_shape": [null, 4, 4, 1280]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_5", "trainable": true}, "inbound_nodes": [[["out_relu", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d_5", "registered_name": null} |
layer157_dense_8 | | default: {"build_config": {"input_shape": [null, 1280]}, "class_name": "Dense", "config": {"activation": "softmax", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_8", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["global_average_pooling2d_5", 0, 0, {}]]], "module": "keras.layers", "name": "dense_8", "registered_name": null} |
optimizer | | default: {"loss": "categorical_crossentropy", "metrics": [], "optimizer_config": {"class_name": "RMSprop", "config": {"centered": false, "decay": 0.0, "epsilon": 1e-07, "learning_rate": 0.1, "momentum": 0.0, "name": "RMSprop", "rho": 0.9}}} |
tensorflow_version | | default: "2.15.1" |