Flow
tensorflow.keras.src.engine.functional.Functional.b293d1de

tensorflow.keras.src.engine.functional.Functional.b293d1de

Visibility: public Uploaded 15-04-2024 by Hidden tensorflow==2.15.0 numpy>=1.6.1 scipy>=0.9 1 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python tensorflow tensorflow_2.15.0
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Automatically created tensorflow flow.

Parameters

backenddefault: "tensorflow"
class_namedefault: "Functional"
configdefault: {"input_layers": [["input_6", 0, 0]], "name": "model_4", "output_layers": [["dense_10", 0, 0]], "trainable": true}
layer000_input_6default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 300, 300, 3], "dtype": "float32", "name": "input_6", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_6", "registered_name": null}
layer001_Conv1default: {"build_config": {"input_shape": [null, 300, 300, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["input_6", 0, 0, {}]]], "module": "keras.layers", "name": "Conv1", "registered_name": null}
layer002_bn_Conv1default: {"build_config": {"input_shape": [null, 150, 150, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["Conv1", 0, 0, {}]]], "module": "keras.layers", "name": "bn_Conv1", "registered_name": null}
layer003_Conv1_reludefault: {"build_config": {"input_shape": [null, 150, 150, 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}
layer004_expanded_conv_depthwisedefault: {"build_config": {"input_shape": [null, 150, 150, 32]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["Conv1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_depthwise", "registered_name": null}
layer005_expanded_conv_depthwise_BNdefault: {"build_config": {"input_shape": [null, 150, 150, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["expanded_conv_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_depthwise_BN", "registered_name": null}
layer006_expanded_conv_depthwise_reludefault: {"build_config": {"input_shape": [null, 150, 150, 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}
layer007_expanded_conv_projectdefault: {"build_config": {"input_shape": [null, 150, 150, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["expanded_conv_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_project", "registered_name": null}
layer008_expanded_conv_project_BNdefault: {"build_config": {"input_shape": [null, 150, 150, 16]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["expanded_conv_project", 0, 0, {}]]], "module": "keras.layers", "name": "expanded_conv_project_BN", "registered_name": null}
layer009_block_1_expanddefault: {"build_config": {"input_shape": [null, 150, 150, 16]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["expanded_conv_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_expand", "registered_name": null}
layer010_block_1_expand_BNdefault: {"build_config": {"input_shape": [null, 150, 150, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_1_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_expand_BN", "registered_name": null}
layer011_block_1_expand_reludefault: {"build_config": {"input_shape": [null, 150, 150, 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}
layer012_block_1_paddefault: {"build_config": {"input_shape": [null, 150, 150, 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}
layer013_block_1_depthwisedefault: {"build_config": {"input_shape": [null, 151, 151, 96]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_1_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_depthwise", "registered_name": null}
layer014_block_1_depthwise_BNdefault: {"build_config": {"input_shape": [null, 75, 75, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_1_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_depthwise_BN", "registered_name": null}
layer015_block_1_depthwise_reludefault: {"build_config": {"input_shape": [null, 75, 75, 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}
layer016_block_1_projectdefault: {"build_config": {"input_shape": [null, 75, 75, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_1_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_project", "registered_name": null}
layer017_block_1_project_BNdefault: {"build_config": {"input_shape": [null, 75, 75, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_1_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_1_project_BN", "registered_name": null}
layer018_block_2_expanddefault: {"build_config": {"input_shape": [null, 75, 75, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_1_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_expand", "registered_name": null}
layer019_block_2_expand_BNdefault: {"build_config": {"input_shape": [null, 75, 75, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_2_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_expand_BN", "registered_name": null}
layer020_block_2_expand_reludefault: {"build_config": {"input_shape": [null, 75, 75, 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}
layer021_block_2_depthwisedefault: {"build_config": {"input_shape": [null, 75, 75, 144]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_2_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_depthwise", "registered_name": null}
layer022_block_2_depthwise_BNdefault: {"build_config": {"input_shape": [null, 75, 75, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_2_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_depthwise_BN", "registered_name": null}
layer023_block_2_depthwise_reludefault: {"build_config": {"input_shape": [null, 75, 75, 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}
layer024_block_2_projectdefault: {"build_config": {"input_shape": [null, 75, 75, 144]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_2_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_project", "registered_name": null}
layer025_block_2_project_BNdefault: {"build_config": {"input_shape": [null, 75, 75, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_2_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_2_project_BN", "registered_name": null}
layer026_block_2_adddefault: {"build_config": {"input_shape": [[null, 75, 75, 24], [null, 75, 75, 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}
layer027_block_3_expanddefault: {"build_config": {"input_shape": [null, 75, 75, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_2_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_expand", "registered_name": null}
layer028_block_3_expand_BNdefault: {"build_config": {"input_shape": [null, 75, 75, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_3_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_expand_BN", "registered_name": null}
layer029_block_3_expand_reludefault: {"build_config": {"input_shape": [null, 75, 75, 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}
layer030_block_3_paddefault: {"build_config": {"input_shape": [null, 75, 75, 144]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block_3_pad", "padding": [[1, 1], [1, 1]], "trainable": false}, "inbound_nodes": [[["block_3_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_pad", "registered_name": null}
layer031_block_3_depthwisedefault: {"build_config": {"input_shape": [null, 77, 77, 144]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_3_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_depthwise", "registered_name": null}
layer032_block_3_depthwise_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_3_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_depthwise_BN", "registered_name": null}
layer033_block_3_depthwise_reludefault: {"build_config": {"input_shape": [null, 38, 38, 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}
layer034_block_3_projectdefault: {"build_config": {"input_shape": [null, 38, 38, 144]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_3_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_project", "registered_name": null}
layer035_block_3_project_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_3_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_3_project_BN", "registered_name": null}
layer036_block_4_expanddefault: {"build_config": {"input_shape": [null, 38, 38, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_3_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_expand", "registered_name": null}
layer037_block_4_expand_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_4_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_expand_BN", "registered_name": null}
layer038_block_4_expand_reludefault: {"build_config": {"input_shape": [null, 38, 38, 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}
layer039_block_4_depthwisedefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_4_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_depthwise", "registered_name": null}
layer040_block_4_depthwise_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_4_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_depthwise_BN", "registered_name": null}
layer041_block_4_depthwise_reludefault: {"build_config": {"input_shape": [null, 38, 38, 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}
layer042_block_4_projectdefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_4_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_project", "registered_name": null}
layer043_block_4_project_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_4_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_4_project_BN", "registered_name": null}
layer044_block_4_adddefault: {"build_config": {"input_shape": [[null, 38, 38, 32], [null, 38, 38, 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}
layer045_block_5_expanddefault: {"build_config": {"input_shape": [null, 38, 38, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_4_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_expand", "registered_name": null}
layer046_block_5_expand_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_5_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_expand_BN", "registered_name": null}
layer047_block_5_expand_reludefault: {"build_config": {"input_shape": [null, 38, 38, 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}
layer048_block_5_depthwisedefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_5_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_depthwise", "registered_name": null}
layer049_block_5_depthwise_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_5_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_depthwise_BN", "registered_name": null}
layer050_block_5_depthwise_reludefault: {"build_config": {"input_shape": [null, 38, 38, 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}
layer051_block_5_projectdefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_5_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_project", "registered_name": null}
layer052_block_5_project_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_5_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_5_project_BN", "registered_name": null}
layer053_block_5_adddefault: {"build_config": {"input_shape": [[null, 38, 38, 32], [null, 38, 38, 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}
layer054_block_6_expanddefault: {"build_config": {"input_shape": [null, 38, 38, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_5_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_expand", "registered_name": null}
layer055_block_6_expand_BNdefault: {"build_config": {"input_shape": [null, 38, 38, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_6_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_expand_BN", "registered_name": null}
layer056_block_6_expand_reludefault: {"build_config": {"input_shape": [null, 38, 38, 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}
layer057_block_6_paddefault: {"build_config": {"input_shape": [null, 38, 38, 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}
layer058_block_6_depthwisedefault: {"build_config": {"input_shape": [null, 39, 39, 192]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_6_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_depthwise", "registered_name": null}
layer059_block_6_depthwise_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_6_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_depthwise_BN", "registered_name": null}
layer060_block_6_depthwise_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer061_block_6_projectdefault: {"build_config": {"input_shape": [null, 19, 19, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_6_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_project", "registered_name": null}
layer062_block_6_project_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_6_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_6_project_BN", "registered_name": null}
layer063_block_7_expanddefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_6_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_expand", "registered_name": null}
layer064_block_7_expand_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_7_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_expand_BN", "registered_name": null}
layer065_block_7_expand_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer066_block_7_depthwisedefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_7_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_depthwise", "registered_name": null}
layer067_block_7_depthwise_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_7_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_depthwise_BN", "registered_name": null}
layer068_block_7_depthwise_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer069_block_7_projectdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_7_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_project", "registered_name": null}
layer070_block_7_project_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_7_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_7_project_BN", "registered_name": null}
layer071_block_7_adddefault: {"build_config": {"input_shape": [[null, 19, 19, 64], [null, 19, 19, 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}
layer072_block_8_expanddefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_7_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_expand", "registered_name": null}
layer073_block_8_expand_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_8_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_expand_BN", "registered_name": null}
layer074_block_8_expand_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer075_block_8_depthwisedefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_8_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_depthwise", "registered_name": null}
layer076_block_8_depthwise_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_8_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_depthwise_BN", "registered_name": null}
layer077_block_8_depthwise_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer078_block_8_projectdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_8_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_project", "registered_name": null}
layer079_block_8_project_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_8_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_8_project_BN", "registered_name": null}
layer080_block_8_adddefault: {"build_config": {"input_shape": [[null, 19, 19, 64], [null, 19, 19, 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}
layer081_block_9_expanddefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_8_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_expand", "registered_name": null}
layer082_block_9_expand_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_9_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_expand_BN", "registered_name": null}
layer083_block_9_expand_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer084_block_9_depthwisedefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_9_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_depthwise", "registered_name": null}
layer085_block_9_depthwise_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_9_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_depthwise_BN", "registered_name": null}
layer086_block_9_depthwise_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer087_block_9_projectdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_9_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_project", "registered_name": null}
layer088_block_9_project_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_9_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_9_project_BN", "registered_name": null}
layer089_block_9_adddefault: {"build_config": {"input_shape": [[null, 19, 19, 64], [null, 19, 19, 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}
layer090_block_10_expanddefault: {"build_config": {"input_shape": [null, 19, 19, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_9_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_expand", "registered_name": null}
layer091_block_10_expand_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_10_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_expand_BN", "registered_name": null}
layer092_block_10_expand_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer093_block_10_depthwisedefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_10_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_depthwise", "registered_name": null}
layer094_block_10_depthwise_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_10_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_depthwise_BN", "registered_name": null}
layer095_block_10_depthwise_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer096_block_10_projectdefault: {"build_config": {"input_shape": [null, 19, 19, 384]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_10_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_project", "registered_name": null}
layer097_block_10_project_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_10_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_10_project_BN", "registered_name": null}
layer098_block_11_expanddefault: {"build_config": {"input_shape": [null, 19, 19, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_10_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_expand", "registered_name": null}
layer099_block_11_expand_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_11_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_expand_BN", "registered_name": null}
layer100_block_11_expand_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer101_block_11_depthwisedefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_11_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_depthwise", "registered_name": null}
layer102_block_11_depthwise_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_11_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_depthwise_BN", "registered_name": null}
layer103_block_11_depthwise_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer104_block_11_projectdefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_11_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_project", "registered_name": null}
layer105_block_11_project_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_11_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_11_project_BN", "registered_name": null}
layer106_block_11_adddefault: {"build_config": {"input_shape": [[null, 19, 19, 96], [null, 19, 19, 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}
layer107_block_12_expanddefault: {"build_config": {"input_shape": [null, 19, 19, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_11_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_expand", "registered_name": null}
layer108_block_12_expand_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_12_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_expand_BN", "registered_name": null}
layer109_block_12_expand_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer110_block_12_depthwisedefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_12_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_depthwise", "registered_name": null}
layer111_block_12_depthwise_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_12_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_depthwise_BN", "registered_name": null}
layer112_block_12_depthwise_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer113_block_12_projectdefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_12_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_project", "registered_name": null}
layer114_block_12_project_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_12_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_12_project_BN", "registered_name": null}
layer115_block_12_adddefault: {"build_config": {"input_shape": [[null, 19, 19, 96], [null, 19, 19, 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}
layer116_block_13_expanddefault: {"build_config": {"input_shape": [null, 19, 19, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_12_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_expand", "registered_name": null}
layer117_block_13_expand_BNdefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_13_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_expand_BN", "registered_name": null}
layer118_block_13_expand_reludefault: {"build_config": {"input_shape": [null, 19, 19, 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}
layer119_block_13_paddefault: {"build_config": {"input_shape": [null, 19, 19, 576]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block_13_pad", "padding": [[1, 1], [1, 1]], "trainable": false}, "inbound_nodes": [[["block_13_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_pad", "registered_name": null}
layer120_block_13_depthwisedefault: {"build_config": {"input_shape": [null, 21, 21, 576]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_13_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_depthwise", "registered_name": null}
layer121_block_13_depthwise_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 576]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_13_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_depthwise_BN", "registered_name": null}
layer122_block_13_depthwise_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer123_block_13_projectdefault: {"build_config": {"input_shape": [null, 10, 10, 576]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_13_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_project", "registered_name": null}
layer124_block_13_project_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_13_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_13_project_BN", "registered_name": null}
layer125_block_14_expanddefault: {"build_config": {"input_shape": [null, 10, 10, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_13_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_expand", "registered_name": null}
layer126_block_14_expand_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_14_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_expand_BN", "registered_name": null}
layer127_block_14_expand_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer128_block_14_depthwisedefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_14_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_depthwise", "registered_name": null}
layer129_block_14_depthwise_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_14_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_depthwise_BN", "registered_name": null}
layer130_block_14_depthwise_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer131_block_14_projectdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_14_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_project", "registered_name": null}
layer132_block_14_project_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_14_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_14_project_BN", "registered_name": null}
layer133_block_14_adddefault: {"build_config": {"input_shape": [[null, 10, 10, 160], [null, 10, 10, 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}
layer134_block_15_expanddefault: {"build_config": {"input_shape": [null, 10, 10, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_14_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_expand", "registered_name": null}
layer135_block_15_expand_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_15_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_expand_BN", "registered_name": null}
layer136_block_15_expand_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer137_block_15_depthwisedefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_15_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_depthwise", "registered_name": null}
layer138_block_15_depthwise_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_15_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_depthwise_BN", "registered_name": null}
layer139_block_15_depthwise_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer140_block_15_projectdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_15_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_project", "registered_name": null}
layer141_block_15_project_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_15_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_15_project_BN", "registered_name": null}
layer142_block_15_adddefault: {"build_config": {"input_shape": [[null, 10, 10, 160], [null, 10, 10, 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}
layer143_block_16_expanddefault: {"build_config": {"input_shape": [null, 10, 10, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_15_add", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_expand", "registered_name": null}
layer144_block_16_expand_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_16_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_expand_BN", "registered_name": null}
layer145_block_16_expand_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer146_block_16_depthwisedefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block_16_expand_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_depthwise", "registered_name": null}
layer147_block_16_depthwise_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_16_depthwise", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_depthwise_BN", "registered_name": null}
layer148_block_16_depthwise_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer149_block_16_projectdefault: {"build_config": {"input_shape": [null, 10, 10, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_16_depthwise_relu", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_project", "registered_name": null}
layer150_block_16_project_BNdefault: {"build_config": {"input_shape": [null, 10, 10, 320]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block_16_project", 0, 0, {}]]], "module": "keras.layers", "name": "block_16_project_BN", "registered_name": null}
layer151_Conv_1default: {"build_config": {"input_shape": [null, 10, 10, 320]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block_16_project_BN", 0, 0, {}]]], "module": "keras.layers", "name": "Conv_1", "registered_name": null}
layer152_Conv_1_bndefault: {"build_config": {"input_shape": [null, 10, 10, 1280]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["Conv_1", 0, 0, {}]]], "module": "keras.layers", "name": "Conv_1_bn", "registered_name": null}
layer153_out_reludefault: {"build_config": {"input_shape": [null, 10, 10, 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}
layer154_global_average_pooling2d_5default: {"build_config": {"input_shape": [null, 10, 10, 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}
layer155_dense_9default: {"build_config": {"input_shape": [null, 1280]}, "class_name": "Dense", "config": {"activation": "relu", "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_9", "trainable": true, "units": 256, "use_bias": true}, "inbound_nodes": [[["global_average_pooling2d_5", 0, 0, {}]]], "module": "keras.layers", "name": "dense_9", "registered_name": null}
layer156_batch_normalization_5default: {"build_config": {"input_shape": [null, 256]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dense_9", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_5", "registered_name": null}
layer157_dropout_5default: {"build_config": {"input_shape": [null, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_5", "noise_shape": null, "rate": 0.1, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_5", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_5", "registered_name": null}
layer158_dense_10default: {"build_config": {"input_shape": [null, 256]}, "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_10", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["dropout_5", 0, 0, {}]]], "module": "keras.layers", "name": "dense_10", "registered_name": null}
optimizerdefault: {"loss": "categorical_crossentropy", "metrics": [], "optimizer_config": {"class_name": "RMSprop", "config": {"centered": false, "clipnorm": null, "clipvalue": null, "ema_momentum": 0.99, "ema_overwrite_frequency": 100, "epsilon": 1e-07, "global_clipnorm": null, "is_legacy_optimizer": false, "jit_compile": true, "learning_rate": 0.0010000000474974513, "momentum": 0.0, "name": "RMSprop", "rho": 0.9, "use_ema": false, "weight_decay": null}}}
tensorflow_versiondefault: "2.15.0"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table