Run
10594224

Run 10594224

Task 362069 (Supervised Classification) IndoorScenes Uploaded 29-03-2024 by Joaquin Vanschoren
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python tensorflow_2.15.0.
Issue #Downvotes for this reason By


Flow

tensorflow.keras.src.engine.functional.Functional.55c7c113(1)Automatically created tensorflow flow.
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_backend"tensorflow"
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_class_name"Functional"
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_config{"input_layers": [["input_2", 0, 0]], "name": "model", "output_layers": [["dense_7", 0, 0]], "trainable": true}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer000_input_2{"class_name": "InputLayer", "config": {"batch_input_shape": [null, 128, 128, 3], "dtype": "float32", "name": "input_2", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer001_rescaling_1{"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Rescaling", "config": {"dtype": "float32", "name": "rescaling_1", "offset": -1, "scale": 0.0078125, "trainable": false}, "inbound_nodes": [[["input_2", 0, 0, {}]]], "module": "keras.layers", "name": "rescaling_1", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer002_stem_conv{"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["rescaling_1", 0, 0, {}]]], "module": "keras.layers", "name": "stem_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer003_stem_bn{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["stem_conv", 0, 0, {}]]], "module": "keras.layers", "name": "stem_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer004_stem_activation{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "stem_activation", "trainable": false}, "inbound_nodes": [[["stem_bn", 0, 0, {}]]], "module": "keras.layers", "name": "stem_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer005_block1a_project_conv{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["stem_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer006_block1a_project_bn{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer007_block1a_project_activation{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1a_project_activation", "trainable": false}, "inbound_nodes": [[["block1a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer008_block1a_add{"build_config": {"input_shape": [[null, 64, 64, 24], [null, 64, 64, 24]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block1a_add", "trainable": false}, "inbound_nodes": [[["block1a_project_activation", 0, 0, {}], ["stem_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer009_block1b_project_conv{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1a_add", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer010_block1b_project_bn{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer011_block1b_project_activation{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1b_project_activation", "trainable": false}, "inbound_nodes": [[["block1b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer012_block1b_drop{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block1b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.005, "seed": null, "trainable": false}, "inbound_nodes": [[["block1b_project_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer013_block1b_add{"build_config": {"input_shape": [[null, 64, 64, 24], [null, 64, 64, 24]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block1b_add", "trainable": false}, "inbound_nodes": [[["block1b_drop", 0, 0, {}], ["block1a_add", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer014_block2a_expand_conv{"build_config": {"input_shape": [null, 64, 64, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer015_block2a_expand_bn{"build_config": {"input_shape": [null, 32, 32, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer016_block2a_expand_activation{"build_config": {"input_shape": [null, 32, 32, 96]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2a_expand_activation", "trainable": false}, "inbound_nodes": [[["block2a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer017_block2a_project_conv{"build_config": {"input_shape": [null, 32, 32, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer018_block2a_project_bn{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer019_block2b_expand_conv{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer020_block2b_expand_bn{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer021_block2b_expand_activation{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2b_expand_activation", "trainable": false}, "inbound_nodes": [[["block2b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer022_block2b_project_conv{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer023_block2b_project_bn{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer024_block2b_drop{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.015000000000000003, "seed": null, "trainable": false}, "inbound_nodes": [[["block2b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer025_block2b_add{"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2b_add", "trainable": false}, "inbound_nodes": [[["block2b_drop", 0, 0, {}], ["block2a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer026_block2c_expand_conv{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer027_block2c_expand_bn{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer028_block2c_expand_activation{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2c_expand_activation", "trainable": false}, "inbound_nodes": [[["block2c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer029_block2c_project_conv{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer030_block2c_project_bn{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer031_block2c_drop{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.02, "seed": null, "trainable": false}, "inbound_nodes": [[["block2c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer032_block2c_add{"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2c_add", "trainable": false}, "inbound_nodes": [[["block2c_drop", 0, 0, {}], ["block2b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer033_block2d_expand_conv{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer034_block2d_expand_bn{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer035_block2d_expand_activation{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2d_expand_activation", "trainable": false}, "inbound_nodes": [[["block2d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer036_block2d_project_conv{"build_config": {"input_shape": [null, 32, 32, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer037_block2d_project_bn{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer038_block2d_drop{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.025, "seed": null, "trainable": false}, "inbound_nodes": [[["block2d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer039_block2d_add{"build_config": {"input_shape": [[null, 32, 32, 48], [null, 32, 32, 48]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block2d_add", "trainable": false}, "inbound_nodes": [[["block2d_drop", 0, 0, {}], ["block2c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2d_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer040_block3a_expand_conv{"build_config": {"input_shape": [null, 32, 32, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer041_block3a_expand_bn{"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer042_block3a_expand_activation{"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3a_expand_activation", "trainable": false}, "inbound_nodes": [[["block3a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer043_block3a_project_conv{"build_config": {"input_shape": [null, 16, 16, 192]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer044_block3a_project_bn{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer045_block3b_expand_conv{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer046_block3b_expand_bn{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer047_block3b_expand_activation{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3b_expand_activation", "trainable": false}, "inbound_nodes": [[["block3b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer048_block3b_project_conv{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer049_block3b_project_bn{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer050_block3b_drop{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.035, "seed": null, "trainable": false}, "inbound_nodes": [[["block3b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer051_block3b_add{"build_config": {"input_shape": [[null, 16, 16, 64], [null, 16, 16, 64]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3b_add", "trainable": false}, "inbound_nodes": [[["block3b_drop", 0, 0, {}], ["block3a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer052_block3c_expand_conv{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer053_block3c_expand_bn{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer054_block3c_expand_activation{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3c_expand_activation", "trainable": false}, "inbound_nodes": [[["block3c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer055_block3c_project_conv{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer056_block3c_project_bn{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer057_block3c_drop{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.04, "seed": null, "trainable": false}, "inbound_nodes": [[["block3c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer058_block3c_add{"build_config": {"input_shape": [[null, 16, 16, 64], [null, 16, 16, 64]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3c_add", "trainable": false}, "inbound_nodes": [[["block3c_drop", 0, 0, {}], ["block3b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer059_block3d_expand_conv{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer060_block3d_expand_bn{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer061_block3d_expand_activation{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3d_expand_activation", "trainable": false}, "inbound_nodes": [[["block3d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer062_block3d_project_conv{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer063_block3d_project_bn{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer064_block3d_drop{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.045, "seed": null, "trainable": false}, "inbound_nodes": [[["block3d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer065_block3d_add{"build_config": {"input_shape": [[null, 16, 16, 64], [null, 16, 16, 64]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block3d_add", "trainable": false}, "inbound_nodes": [[["block3d_drop", 0, 0, {}], ["block3c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3d_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer066_block4a_expand_conv{"build_config": {"input_shape": [null, 16, 16, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer067_block4a_expand_bn{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer068_block4a_expand_activation{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4a_expand_activation", "trainable": false}, "inbound_nodes": [[["block4a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer069_block4a_dwconv2{"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer070_block4a_bn{"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer071_block4a_activation{"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4a_activation", "trainable": false}, "inbound_nodes": [[["block4a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer072_block4a_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer073_block4a_se_reshape{"build_config": {"input_shape": [null, 256]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4a_se_reshape", "target_shape": [1, 1, 256], "trainable": false}, "inbound_nodes": [[["block4a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer074_block4a_se_reduce{"build_config": {"input_shape": [null, 1, 1, 256]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer075_block4a_se_expand{"build_config": {"input_shape": [null, 1, 1, 16]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer076_block4a_se_excite{"build_config": {"input_shape": [[null, 8, 8, 256], [null, 1, 1, 256]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4a_se_excite", "trainable": false}, "inbound_nodes": [[["block4a_activation", 0, 0, {}], ["block4a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer077_block4a_project_conv{"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer078_block4a_project_bn{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer079_block4b_expand_conv{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer080_block4b_expand_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer081_block4b_expand_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4b_expand_activation", "trainable": false}, "inbound_nodes": [[["block4b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer082_block4b_dwconv2{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer083_block4b_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer084_block4b_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4b_activation", "trainable": false}, "inbound_nodes": [[["block4b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer085_block4b_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer086_block4b_se_reshape{"build_config": {"input_shape": [null, 512]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4b_se_reshape", "target_shape": [1, 1, 512], "trainable": false}, "inbound_nodes": [[["block4b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer087_block4b_se_reduce{"build_config": {"input_shape": [null, 1, 1, 512]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer088_block4b_se_expand{"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer089_block4b_se_excite{"build_config": {"input_shape": [[null, 8, 8, 512], [null, 1, 1, 512]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4b_se_excite", "trainable": false}, "inbound_nodes": [[["block4b_activation", 0, 0, {}], ["block4b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer090_block4b_project_conv{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer091_block4b_project_bn{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer092_block4b_drop{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.05500000000000001, "seed": null, "trainable": false}, "inbound_nodes": [[["block4b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer093_block4b_add{"build_config": {"input_shape": [[null, 8, 8, 128], [null, 8, 8, 128]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4b_add", "trainable": false}, "inbound_nodes": [[["block4b_drop", 0, 0, {}], ["block4a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer094_block4c_expand_conv{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer095_block4c_expand_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer096_block4c_expand_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4c_expand_activation", "trainable": false}, "inbound_nodes": [[["block4c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer097_block4c_dwconv2{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer098_block4c_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer099_block4c_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4c_activation", "trainable": false}, "inbound_nodes": [[["block4c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer100_block4c_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer101_block4c_se_reshape{"build_config": {"input_shape": [null, 512]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4c_se_reshape", "target_shape": [1, 1, 512], "trainable": false}, "inbound_nodes": [[["block4c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer102_block4c_se_reduce{"build_config": {"input_shape": [null, 1, 1, 512]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer103_block4c_se_expand{"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer104_block4c_se_excite{"build_config": {"input_shape": [[null, 8, 8, 512], [null, 1, 1, 512]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4c_se_excite", "trainable": false}, "inbound_nodes": [[["block4c_activation", 0, 0, {}], ["block4c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer105_block4c_project_conv{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer106_block4c_project_bn{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer107_block4c_drop{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.06000000000000001, "seed": null, "trainable": false}, "inbound_nodes": [[["block4c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer108_block4c_add{"build_config": {"input_shape": [[null, 8, 8, 128], [null, 8, 8, 128]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4c_add", "trainable": false}, "inbound_nodes": [[["block4c_drop", 0, 0, {}], ["block4b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer109_block4d_expand_conv{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer110_block4d_expand_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer111_block4d_expand_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4d_expand_activation", "trainable": false}, "inbound_nodes": [[["block4d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer112_block4d_dwconv2{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer113_block4d_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer114_block4d_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4d_activation", "trainable": false}, "inbound_nodes": [[["block4d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer115_block4d_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer116_block4d_se_reshape{"build_config": {"input_shape": [null, 512]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4d_se_reshape", "target_shape": [1, 1, 512], "trainable": false}, "inbound_nodes": [[["block4d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer117_block4d_se_reduce{"build_config": {"input_shape": [null, 1, 1, 512]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer118_block4d_se_expand{"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer119_block4d_se_excite{"build_config": {"input_shape": [[null, 8, 8, 512], [null, 1, 1, 512]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4d_se_excite", "trainable": false}, "inbound_nodes": [[["block4d_activation", 0, 0, {}], ["block4d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer120_block4d_project_conv{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer121_block4d_project_bn{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer122_block4d_drop{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.065, "seed": null, "trainable": false}, "inbound_nodes": [[["block4d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer123_block4d_add{"build_config": {"input_shape": [[null, 8, 8, 128], [null, 8, 8, 128]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4d_add", "trainable": false}, "inbound_nodes": [[["block4d_drop", 0, 0, {}], ["block4c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer124_block4e_expand_conv{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer125_block4e_expand_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer126_block4e_expand_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4e_expand_activation", "trainable": false}, "inbound_nodes": [[["block4e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer127_block4e_dwconv2{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer128_block4e_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4e_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer129_block4e_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4e_activation", "trainable": false}, "inbound_nodes": [[["block4e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer130_block4e_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer131_block4e_se_reshape{"build_config": {"input_shape": [null, 512]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4e_se_reshape", "target_shape": [1, 1, 512], "trainable": false}, "inbound_nodes": [[["block4e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer132_block4e_se_reduce{"build_config": {"input_shape": [null, 1, 1, 512]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer133_block4e_se_expand{"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer134_block4e_se_excite{"build_config": {"input_shape": [[null, 8, 8, 512], [null, 1, 1, 512]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4e_se_excite", "trainable": false}, "inbound_nodes": [[["block4e_activation", 0, 0, {}], ["block4e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer135_block4e_project_conv{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer136_block4e_project_bn{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer137_block4e_drop{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.07, "seed": null, "trainable": false}, "inbound_nodes": [[["block4e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer138_block4e_add{"build_config": {"input_shape": [[null, 8, 8, 128], [null, 8, 8, 128]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4e_add", "trainable": false}, "inbound_nodes": [[["block4e_drop", 0, 0, {}], ["block4d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4e_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer139_block4f_expand_conv{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer140_block4f_expand_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer141_block4f_expand_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4f_expand_activation", "trainable": false}, "inbound_nodes": [[["block4f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer142_block4f_dwconv2{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer143_block4f_bn{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4f_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer144_block4f_activation{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block4f_activation", "trainable": false}, "inbound_nodes": [[["block4f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer145_block4f_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block4f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block4f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer146_block4f_se_reshape{"build_config": {"input_shape": [null, 512]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4f_se_reshape", "target_shape": [1, 1, 512], "trainable": false}, "inbound_nodes": [[["block4f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer147_block4f_se_reduce{"build_config": {"input_shape": [null, 1, 1, 512]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer148_block4f_se_expand{"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer149_block4f_se_excite{"build_config": {"input_shape": [[null, 8, 8, 512], [null, 1, 1, 512]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block4f_se_excite", "trainable": false}, "inbound_nodes": [[["block4f_activation", 0, 0, {}], ["block4f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer150_block4f_project_conv{"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer151_block4f_project_bn{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer152_block4f_drop{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.075, "seed": null, "trainable": false}, "inbound_nodes": [[["block4f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer153_block4f_add{"build_config": {"input_shape": [[null, 8, 8, 128], [null, 8, 8, 128]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block4f_add", "trainable": false}, "inbound_nodes": [[["block4f_drop", 0, 0, {}], ["block4e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4f_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer154_block5a_expand_conv{"build_config": {"input_shape": [null, 8, 8, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer155_block5a_expand_bn{"build_config": {"input_shape": [null, 8, 8, 768]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer156_block5a_expand_activation{"build_config": {"input_shape": [null, 8, 8, 768]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5a_expand_activation", "trainable": false}, "inbound_nodes": [[["block5a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer157_block5a_dwconv2{"build_config": {"input_shape": [null, 8, 8, 768]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer158_block5a_bn{"build_config": {"input_shape": [null, 8, 8, 768]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer159_block5a_activation{"build_config": {"input_shape": [null, 8, 8, 768]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5a_activation", "trainable": false}, "inbound_nodes": [[["block5a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer160_block5a_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 768]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer161_block5a_se_reshape{"build_config": {"input_shape": [null, 768]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5a_se_reshape", "target_shape": [1, 1, 768], "trainable": false}, "inbound_nodes": [[["block5a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer162_block5a_se_reduce{"build_config": {"input_shape": [null, 1, 1, 768]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer163_block5a_se_expand{"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer164_block5a_se_excite{"build_config": {"input_shape": [[null, 8, 8, 768], [null, 1, 1, 768]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5a_se_excite", "trainable": false}, "inbound_nodes": [[["block5a_activation", 0, 0, {}], ["block5a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer165_block5a_project_conv{"build_config": {"input_shape": [null, 8, 8, 768]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer166_block5a_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer167_block5b_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer168_block5b_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer169_block5b_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5b_expand_activation", "trainable": false}, "inbound_nodes": [[["block5b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer170_block5b_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer171_block5b_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer172_block5b_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5b_activation", "trainable": false}, "inbound_nodes": [[["block5b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer173_block5b_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer174_block5b_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5b_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer175_block5b_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer176_block5b_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer177_block5b_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5b_se_excite", "trainable": false}, "inbound_nodes": [[["block5b_activation", 0, 0, {}], ["block5b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer178_block5b_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer179_block5b_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer180_block5b_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.085, "seed": null, "trainable": false}, "inbound_nodes": [[["block5b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer181_block5b_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5b_add", "trainable": false}, "inbound_nodes": [[["block5b_drop", 0, 0, {}], ["block5a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer182_block5c_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer183_block5c_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer184_block5c_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5c_expand_activation", "trainable": false}, "inbound_nodes": [[["block5c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer185_block5c_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer186_block5c_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer187_block5c_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5c_activation", "trainable": false}, "inbound_nodes": [[["block5c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer188_block5c_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer189_block5c_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5c_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer190_block5c_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer191_block5c_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer192_block5c_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5c_se_excite", "trainable": false}, "inbound_nodes": [[["block5c_activation", 0, 0, {}], ["block5c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer193_block5c_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer194_block5c_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer195_block5c_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.09, "seed": null, "trainable": false}, "inbound_nodes": [[["block5c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer196_block5c_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5c_add", "trainable": false}, "inbound_nodes": [[["block5c_drop", 0, 0, {}], ["block5b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer197_block5d_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer198_block5d_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer199_block5d_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5d_expand_activation", "trainable": false}, "inbound_nodes": [[["block5d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer200_block5d_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer201_block5d_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer202_block5d_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5d_activation", "trainable": false}, "inbound_nodes": [[["block5d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer203_block5d_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer204_block5d_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5d_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer205_block5d_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer206_block5d_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer207_block5d_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5d_se_excite", "trainable": false}, "inbound_nodes": [[["block5d_activation", 0, 0, {}], ["block5d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer208_block5d_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer209_block5d_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer210_block5d_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.095, "seed": null, "trainable": false}, "inbound_nodes": [[["block5d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer211_block5d_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5d_add", "trainable": false}, "inbound_nodes": [[["block5d_drop", 0, 0, {}], ["block5c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer212_block5e_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer213_block5e_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer214_block5e_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5e_expand_activation", "trainable": false}, "inbound_nodes": [[["block5e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer215_block5e_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer216_block5e_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer217_block5e_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5e_activation", "trainable": false}, "inbound_nodes": [[["block5e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer218_block5e_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer219_block5e_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5e_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer220_block5e_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer221_block5e_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer222_block5e_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5e_se_excite", "trainable": false}, "inbound_nodes": [[["block5e_activation", 0, 0, {}], ["block5e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer223_block5e_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer224_block5e_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer225_block5e_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1, "seed": null, "trainable": false}, "inbound_nodes": [[["block5e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer226_block5e_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5e_add", "trainable": false}, "inbound_nodes": [[["block5e_drop", 0, 0, {}], ["block5d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5e_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer227_block5f_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer228_block5f_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer229_block5f_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5f_expand_activation", "trainable": false}, "inbound_nodes": [[["block5f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer230_block5f_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer231_block5f_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer232_block5f_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5f_activation", "trainable": false}, "inbound_nodes": [[["block5f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer233_block5f_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer234_block5f_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5f_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer235_block5f_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer236_block5f_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer237_block5f_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5f_se_excite", "trainable": false}, "inbound_nodes": [[["block5f_activation", 0, 0, {}], ["block5f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer238_block5f_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer239_block5f_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer240_block5f_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.10500000000000001, "seed": null, "trainable": false}, "inbound_nodes": [[["block5f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer241_block5f_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5f_add", "trainable": false}, "inbound_nodes": [[["block5f_drop", 0, 0, {}], ["block5e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5f_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer242_block5g_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer243_block5g_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer244_block5g_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5g_expand_activation", "trainable": false}, "inbound_nodes": [[["block5g_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer245_block5g_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer246_block5g_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5g_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer247_block5g_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5g_activation", "trainable": false}, "inbound_nodes": [[["block5g_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer248_block5g_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5g_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5g_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer249_block5g_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5g_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer250_block5g_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer251_block5g_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer252_block5g_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5g_se_excite", "trainable": false}, "inbound_nodes": [[["block5g_activation", 0, 0, {}], ["block5g_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer253_block5g_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer254_block5g_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer255_block5g_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.11000000000000001, "seed": null, "trainable": false}, "inbound_nodes": [[["block5g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer256_block5g_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5g_add", "trainable": false}, "inbound_nodes": [[["block5g_drop", 0, 0, {}], ["block5f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5g_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer257_block5h_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer258_block5h_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5h_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer259_block5h_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5h_expand_activation", "trainable": false}, "inbound_nodes": [[["block5h_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer260_block5h_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5h_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer261_block5h_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5h_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer262_block5h_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5h_activation", "trainable": false}, "inbound_nodes": [[["block5h_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer263_block5h_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5h_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5h_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer264_block5h_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5h_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5h_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer265_block5h_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5h_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer266_block5h_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5h_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer267_block5h_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5h_se_excite", "trainable": false}, "inbound_nodes": [[["block5h_activation", 0, 0, {}], ["block5h_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer268_block5h_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5h_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer269_block5h_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5h_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer270_block5h_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5h_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.11500000000000002, "seed": null, "trainable": false}, "inbound_nodes": [[["block5h_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer271_block5h_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5h_add", "trainable": false}, "inbound_nodes": [[["block5h_drop", 0, 0, {}], ["block5g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5h_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer272_block5i_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer273_block5i_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5i_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer274_block5i_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5i_expand_activation", "trainable": false}, "inbound_nodes": [[["block5i_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer275_block5i_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5i_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer276_block5i_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5i_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer277_block5i_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block5i_activation", "trainable": false}, "inbound_nodes": [[["block5i_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer278_block5i_se_squeeze{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block5i_se_squeeze", "trainable": false}, "inbound_nodes": [[["block5i_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer279_block5i_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5i_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block5i_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer280_block5i_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5i_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer281_block5i_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5i_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer282_block5i_se_excite{"build_config": {"input_shape": [[null, 8, 8, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block5i_se_excite", "trainable": false}, "inbound_nodes": [[["block5i_activation", 0, 0, {}], ["block5i_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer283_block5i_project_conv{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5i_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer284_block5i_project_bn{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5i_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer285_block5i_drop{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5i_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.12000000000000002, "seed": null, "trainable": false}, "inbound_nodes": [[["block5i_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer286_block5i_add{"build_config": {"input_shape": [[null, 8, 8, 160], [null, 8, 8, 160]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block5i_add", "trainable": false}, "inbound_nodes": [[["block5i_drop", 0, 0, {}], ["block5h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5i_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer287_block6a_expand_conv{"build_config": {"input_shape": [null, 8, 8, 160]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer288_block6a_expand_bn{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer289_block6a_expand_activation{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6a_expand_activation", "trainable": false}, "inbound_nodes": [[["block6a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer290_block6a_dwconv2{"build_config": {"input_shape": [null, 8, 8, 960]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer291_block6a_bn{"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer292_block6a_activation{"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6a_activation", "trainable": false}, "inbound_nodes": [[["block6a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer293_block6a_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer294_block6a_se_reshape{"build_config": {"input_shape": [null, 960]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6a_se_reshape", "target_shape": [1, 1, 960], "trainable": false}, "inbound_nodes": [[["block6a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer295_block6a_se_reduce{"build_config": {"input_shape": [null, 1, 1, 960]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer296_block6a_se_expand{"build_config": {"input_shape": [null, 1, 1, 40]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer297_block6a_se_excite{"build_config": {"input_shape": [[null, 4, 4, 960], [null, 1, 1, 960]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6a_se_excite", "trainable": false}, "inbound_nodes": [[["block6a_activation", 0, 0, {}], ["block6a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer298_block6a_project_conv{"build_config": {"input_shape": [null, 4, 4, 960]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer299_block6a_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer300_block6b_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer301_block6b_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer302_block6b_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6b_expand_activation", "trainable": false}, "inbound_nodes": [[["block6b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer303_block6b_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer304_block6b_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer305_block6b_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6b_activation", "trainable": false}, "inbound_nodes": [[["block6b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer306_block6b_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer307_block6b_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6b_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer308_block6b_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer309_block6b_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer310_block6b_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6b_se_excite", "trainable": false}, "inbound_nodes": [[["block6b_activation", 0, 0, {}], ["block6b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer311_block6b_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer312_block6b_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer313_block6b_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.13, "seed": null, "trainable": false}, "inbound_nodes": [[["block6b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer314_block6b_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6b_add", "trainable": false}, "inbound_nodes": [[["block6b_drop", 0, 0, {}], ["block6a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer315_block6c_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer316_block6c_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer317_block6c_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6c_expand_activation", "trainable": false}, "inbound_nodes": [[["block6c_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer318_block6c_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer319_block6c_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer320_block6c_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6c_activation", "trainable": false}, "inbound_nodes": [[["block6c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer321_block6c_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer322_block6c_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6c_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer323_block6c_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer324_block6c_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer325_block6c_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6c_se_excite", "trainable": false}, "inbound_nodes": [[["block6c_activation", 0, 0, {}], ["block6c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer326_block6c_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer327_block6c_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer328_block6c_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.135, "seed": null, "trainable": false}, "inbound_nodes": [[["block6c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer329_block6c_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6c_add", "trainable": false}, "inbound_nodes": [[["block6c_drop", 0, 0, {}], ["block6b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer330_block6d_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer331_block6d_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer332_block6d_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6d_expand_activation", "trainable": false}, "inbound_nodes": [[["block6d_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer333_block6d_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer334_block6d_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer335_block6d_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6d_activation", "trainable": false}, "inbound_nodes": [[["block6d_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer336_block6d_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6d_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6d_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer337_block6d_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6d_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer338_block6d_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer339_block6d_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer340_block6d_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6d_se_excite", "trainable": false}, "inbound_nodes": [[["block6d_activation", 0, 0, {}], ["block6d_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer341_block6d_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer342_block6d_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer343_block6d_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.14, "seed": null, "trainable": false}, "inbound_nodes": [[["block6d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer344_block6d_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6d_add", "trainable": false}, "inbound_nodes": [[["block6d_drop", 0, 0, {}], ["block6c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer345_block6e_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer346_block6e_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer347_block6e_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6e_expand_activation", "trainable": false}, "inbound_nodes": [[["block6e_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer348_block6e_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer349_block6e_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer350_block6e_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6e_activation", "trainable": false}, "inbound_nodes": [[["block6e_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer351_block6e_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6e_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6e_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer352_block6e_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6e_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer353_block6e_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer354_block6e_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer355_block6e_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6e_se_excite", "trainable": false}, "inbound_nodes": [[["block6e_activation", 0, 0, {}], ["block6e_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer356_block6e_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer357_block6e_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer358_block6e_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.14500000000000002, "seed": null, "trainable": false}, "inbound_nodes": [[["block6e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer359_block6e_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6e_add", "trainable": false}, "inbound_nodes": [[["block6e_drop", 0, 0, {}], ["block6d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer360_block6f_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer361_block6f_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer362_block6f_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6f_expand_activation", "trainable": false}, "inbound_nodes": [[["block6f_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer363_block6f_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6f_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer364_block6f_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer365_block6f_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6f_activation", "trainable": false}, "inbound_nodes": [[["block6f_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer366_block6f_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6f_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6f_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer367_block6f_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6f_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6f_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer368_block6f_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6f_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer369_block6f_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6f_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer370_block6f_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6f_se_excite", "trainable": false}, "inbound_nodes": [[["block6f_activation", 0, 0, {}], ["block6f_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer371_block6f_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6f_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer372_block6f_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6f_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer373_block6f_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6f_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.15, "seed": null, "trainable": false}, "inbound_nodes": [[["block6f_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer374_block6f_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6f_add", "trainable": false}, "inbound_nodes": [[["block6f_drop", 0, 0, {}], ["block6e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6f_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer375_block6g_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer376_block6g_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer377_block6g_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6g_expand_activation", "trainable": false}, "inbound_nodes": [[["block6g_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer378_block6g_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6g_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer379_block6g_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer380_block6g_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6g_activation", "trainable": false}, "inbound_nodes": [[["block6g_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer381_block6g_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6g_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6g_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer382_block6g_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6g_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6g_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer383_block6g_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6g_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer384_block6g_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6g_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer385_block6g_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6g_se_excite", "trainable": false}, "inbound_nodes": [[["block6g_activation", 0, 0, {}], ["block6g_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer386_block6g_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6g_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer387_block6g_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6g_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer388_block6g_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6g_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.155, "seed": null, "trainable": false}, "inbound_nodes": [[["block6g_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer389_block6g_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6g_add", "trainable": false}, "inbound_nodes": [[["block6g_drop", 0, 0, {}], ["block6f_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6g_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer390_block6h_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer391_block6h_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer392_block6h_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6h_expand_activation", "trainable": false}, "inbound_nodes": [[["block6h_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer393_block6h_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6h_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer394_block6h_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer395_block6h_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6h_activation", "trainable": false}, "inbound_nodes": [[["block6h_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer396_block6h_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6h_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6h_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer397_block6h_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6h_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6h_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer398_block6h_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6h_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer399_block6h_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6h_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer400_block6h_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6h_se_excite", "trainable": false}, "inbound_nodes": [[["block6h_activation", 0, 0, {}], ["block6h_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer401_block6h_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6h_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer402_block6h_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6h_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer403_block6h_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6h_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.16, "seed": null, "trainable": false}, "inbound_nodes": [[["block6h_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer404_block6h_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6h_add", "trainable": false}, "inbound_nodes": [[["block6h_drop", 0, 0, {}], ["block6g_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6h_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer405_block6i_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer406_block6i_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer407_block6i_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6i_expand_activation", "trainable": false}, "inbound_nodes": [[["block6i_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer408_block6i_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6i_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer409_block6i_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer410_block6i_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6i_activation", "trainable": false}, "inbound_nodes": [[["block6i_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer411_block6i_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6i_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6i_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer412_block6i_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6i_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6i_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer413_block6i_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6i_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer414_block6i_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6i_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer415_block6i_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6i_se_excite", "trainable": false}, "inbound_nodes": [[["block6i_activation", 0, 0, {}], ["block6i_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer416_block6i_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6i_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer417_block6i_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6i_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer418_block6i_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6i_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.165, "seed": null, "trainable": false}, "inbound_nodes": [[["block6i_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer419_block6i_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6i_add", "trainable": false}, "inbound_nodes": [[["block6i_drop", 0, 0, {}], ["block6h_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6i_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer420_block6j_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer421_block6j_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer422_block6j_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6j_expand_activation", "trainable": false}, "inbound_nodes": [[["block6j_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer423_block6j_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6j_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer424_block6j_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer425_block6j_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6j_activation", "trainable": false}, "inbound_nodes": [[["block6j_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer426_block6j_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6j_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6j_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer427_block6j_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6j_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6j_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer428_block6j_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6j_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer429_block6j_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6j_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer430_block6j_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6j_se_excite", "trainable": false}, "inbound_nodes": [[["block6j_activation", 0, 0, {}], ["block6j_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer431_block6j_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6j_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer432_block6j_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6j_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer433_block6j_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6j_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.17, "seed": null, "trainable": false}, "inbound_nodes": [[["block6j_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer434_block6j_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6j_add", "trainable": false}, "inbound_nodes": [[["block6j_drop", 0, 0, {}], ["block6i_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6j_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer435_block6k_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6j_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer436_block6k_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6k_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer437_block6k_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6k_expand_activation", "trainable": false}, "inbound_nodes": [[["block6k_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer438_block6k_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6k_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer439_block6k_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6k_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer440_block6k_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6k_activation", "trainable": false}, "inbound_nodes": [[["block6k_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer441_block6k_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6k_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6k_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer442_block6k_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6k_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6k_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer443_block6k_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6k_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer444_block6k_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6k_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer445_block6k_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6k_se_excite", "trainable": false}, "inbound_nodes": [[["block6k_activation", 0, 0, {}], ["block6k_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer446_block6k_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6k_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer447_block6k_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6k_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer448_block6k_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6k_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.175, "seed": null, "trainable": false}, "inbound_nodes": [[["block6k_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer449_block6k_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6k_add", "trainable": false}, "inbound_nodes": [[["block6k_drop", 0, 0, {}], ["block6j_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6k_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer450_block6l_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6k_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer451_block6l_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6l_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer452_block6l_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6l_expand_activation", "trainable": false}, "inbound_nodes": [[["block6l_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer453_block6l_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6l_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer454_block6l_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6l_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer455_block6l_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6l_activation", "trainable": false}, "inbound_nodes": [[["block6l_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer456_block6l_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6l_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6l_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer457_block6l_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6l_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6l_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer458_block6l_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6l_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer459_block6l_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6l_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer460_block6l_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6l_se_excite", "trainable": false}, "inbound_nodes": [[["block6l_activation", 0, 0, {}], ["block6l_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer461_block6l_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6l_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer462_block6l_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6l_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer463_block6l_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6l_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.18, "seed": null, "trainable": false}, "inbound_nodes": [[["block6l_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer464_block6l_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6l_add", "trainable": false}, "inbound_nodes": [[["block6l_drop", 0, 0, {}], ["block6k_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6l_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer465_block6m_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6l_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer466_block6m_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6m_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer467_block6m_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6m_expand_activation", "trainable": false}, "inbound_nodes": [[["block6m_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer468_block6m_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6m_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer469_block6m_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6m_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer470_block6m_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6m_activation", "trainable": false}, "inbound_nodes": [[["block6m_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer471_block6m_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6m_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6m_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer472_block6m_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6m_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6m_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer473_block6m_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6m_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer474_block6m_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6m_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer475_block6m_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6m_se_excite", "trainable": false}, "inbound_nodes": [[["block6m_activation", 0, 0, {}], ["block6m_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer476_block6m_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6m_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer477_block6m_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6m_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer478_block6m_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6m_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.185, "seed": null, "trainable": false}, "inbound_nodes": [[["block6m_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer479_block6m_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6m_add", "trainable": false}, "inbound_nodes": [[["block6m_drop", 0, 0, {}], ["block6l_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6m_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer480_block6n_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6m_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer481_block6n_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6n_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer482_block6n_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6n_expand_activation", "trainable": false}, "inbound_nodes": [[["block6n_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer483_block6n_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6n_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer484_block6n_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6n_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer485_block6n_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6n_activation", "trainable": false}, "inbound_nodes": [[["block6n_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer486_block6n_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6n_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6n_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer487_block6n_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6n_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6n_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer488_block6n_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6n_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer489_block6n_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6n_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer490_block6n_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6n_se_excite", "trainable": false}, "inbound_nodes": [[["block6n_activation", 0, 0, {}], ["block6n_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer491_block6n_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6n_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer492_block6n_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6n_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer493_block6n_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6n_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.19, "seed": null, "trainable": false}, "inbound_nodes": [[["block6n_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer494_block6n_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6n_add", "trainable": false}, "inbound_nodes": [[["block6n_drop", 0, 0, {}], ["block6m_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6n_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer495_block6o_expand_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6n_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_expand_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer496_block6o_expand_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6o_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_expand_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer497_block6o_expand_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6o_expand_activation", "trainable": false}, "inbound_nodes": [[["block6o_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_expand_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer498_block6o_dwconv2{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6o_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_dwconv2", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer499_block6o_bn{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6o_dwconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer500_block6o_activation{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block6o_activation", "trainable": false}, "inbound_nodes": [[["block6o_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer501_block6o_se_squeeze{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block6o_se_squeeze", "trainable": false}, "inbound_nodes": [[["block6o_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_se_squeeze", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer502_block6o_se_reshape{"build_config": {"input_shape": [null, 1536]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6o_se_reshape", "target_shape": [1, 1, 1536], "trainable": false}, "inbound_nodes": [[["block6o_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_se_reshape", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer503_block6o_se_reduce{"build_config": {"input_shape": [null, 1, 1, 1536]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6o_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_se_reduce", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer504_block6o_se_expand{"build_config": {"input_shape": [null, 1, 1, 64]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6o_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_se_expand", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer505_block6o_se_excite{"build_config": {"input_shape": [[null, 4, 4, 1536], [null, 1, 1, 1536]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block6o_se_excite", "trainable": false}, "inbound_nodes": [[["block6o_activation", 0, 0, {}], ["block6o_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_se_excite", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer506_block6o_project_conv{"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6o_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_project_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer507_block6o_project_bn{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6o_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_project_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer508_block6o_drop{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6o_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.195, "seed": null, "trainable": true}, "inbound_nodes": [[["block6o_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_drop", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer509_block6o_add{"build_config": {"input_shape": [[null, 4, 4, 256], [null, 4, 4, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block6o_add", "trainable": true}, "inbound_nodes": [[["block6o_drop", 0, 0, {}], ["block6n_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6o_add", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer510_top_conv{"build_config": {"input_shape": [null, 4, 4, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6o_add", 0, 0, {}]]], "module": "keras.layers", "name": "top_conv", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer511_top_bn{"build_config": {"input_shape": [null, 4, 4, 1280]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["top_conv", 0, 0, {}]]], "module": "keras.layers", "name": "top_bn", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer512_top_activation{"build_config": {"input_shape": [null, 4, 4, 1280]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "top_activation", "trainable": true}, "inbound_nodes": [[["top_bn", 0, 0, {}]]], "module": "keras.layers", "name": "top_activation", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer513_global_average_pooling2d_1{"build_config": {"input_shape": [null, 4, 4, 1280]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_1", "trainable": true}, "inbound_nodes": [[["top_activation", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d_1", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer514_dense_4{"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_4", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["global_average_pooling2d_1", 0, 0, {}]]], "module": "keras.layers", "name": "dense_4", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer515_batch_normalization_3{"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dense_4", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_3", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer516_dropout_3{"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_3", "noise_shape": null, "rate": 0.5, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_3", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_3", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer517_dense_5{"build_config": {"input_shape": [null, 512]}, "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_5", "trainable": true, "units": 256, "use_bias": true}, "inbound_nodes": [[["dropout_3", 0, 0, {}]]], "module": "keras.layers", "name": "dense_5", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer518_batch_normalization_4{"build_config": {"input_shape": [null, 256]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dense_5", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_4", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer519_dropout_4{"build_config": {"input_shape": [null, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_4", "noise_shape": null, "rate": 0.3, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_4", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_4", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer520_dense_6{"build_config": {"input_shape": [null, 256]}, "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_6", "trainable": true, "units": 128, "use_bias": true}, "inbound_nodes": [[["dropout_4", 0, 0, {}]]], "module": "keras.layers", "name": "dense_6", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer521_batch_normalization_5{"build_config": {"input_shape": [null, 128]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dense_6", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_5", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer522_dropout_5{"build_config": {"input_shape": [null, 128]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_5", "noise_shape": null, "rate": 0.3, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_5", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_5", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_layer523_dense_7{"build_config": {"input_shape": [null, 128]}, "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_7", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["dropout_5", 0, 0, {}]]], "module": "keras.layers", "name": "dense_7", "registered_name": null}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_optimizer{"loss": "categorical_crossentropy", "metrics": [], "optimizer_config": {"class_name": "Adam", "config": {"amsgrad": false, "beta_1": 0.9, "beta_2": 0.999, "clipnorm": null, "clipvalue": null, "ema_momentum": 0.99, "ema_overwrite_frequency": null, "epsilon": 1e-07, "global_clipnorm": null, "is_legacy_optimizer": false, "jit_compile": false, "learning_rate": 0.00039999998989515007, "name": "Adam", "use_ema": false, "weight_decay": null}}}
tensorflow.keras.src.engine.functional.Functional.55c7c113(1)_tensorflow_version"2.15.0"

Result files

xml
Description

XML file describing the run, including user-defined evaluation measures.

onnx
Onnx model

arff
Predictions

ARFF file with instance-level predictions generated by the model.

16 Evaluation measures

0.5487
Per class
Cross-validation details (10% Holdout set)
0.0046
Cross-validation details (10% Holdout set)
0.0513
Cross-validation details (10% Holdout set)
0.0294
Cross-validation details (10% Holdout set)
0.0292
Cross-validation details (10% Holdout set)
0.0175
Cross-validation details (10% Holdout set)
5154
Per class
Cross-validation details (10% Holdout set)
0.0175
Cross-validation details (10% Holdout set)
5.7631
Cross-validation details (10% Holdout set)
1.0062
Cross-validation details (10% Holdout set)
0.1208
Cross-validation details (10% Holdout set)
0.1234
Cross-validation details (10% Holdout set)
1.0219
Cross-validation details (10% Holdout set)
0.0119
Cross-validation details (10% Holdout set)