backend | | default: "tensorflow" |
class_name | | default: "Functional" |
config | | default: {"input_layers": [["input_2", 0, 0]], "name": "model", "output_layers": [["dense_7", 0, 0]], "trainable": true} |
layer000_input_2 | | default: {"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} |
layer001_rescaling_1 | | default: {"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} |
layer002_stem_conv | | default: {"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} |
layer003_stem_bn | | default: {"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} |
layer004_stem_activation | | default: {"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} |
layer005_block1a_project_conv | | default: {"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} |
layer006_block1a_project_bn | | default: {"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} |
layer007_block1a_project_activation | | default: {"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} |
layer008_block1a_add | | default: {"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} |
layer009_block1b_project_conv | | default: {"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} |
layer010_block1b_project_bn | | default: {"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} |
layer011_block1b_project_activation | | default: {"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} |
layer012_block1b_drop | | default: {"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} |
layer013_block1b_add | | default: {"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} |
layer014_block2a_expand_conv | | default: {"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} |
layer015_block2a_expand_bn | | default: {"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} |
layer016_block2a_expand_activation | | default: {"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} |
layer017_block2a_project_conv | | default: {"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} |
layer018_block2a_project_bn | | default: {"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} |
layer019_block2b_expand_conv | | default: {"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} |
layer020_block2b_expand_bn | | default: {"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} |
layer021_block2b_expand_activation | | default: {"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} |
layer022_block2b_project_conv | | default: {"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} |
layer023_block2b_project_bn | | default: {"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} |
layer024_block2b_drop | | default: {"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} |
layer025_block2b_add | | default: {"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} |
layer026_block2c_expand_conv | | default: {"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} |
layer027_block2c_expand_bn | | default: {"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} |
layer028_block2c_expand_activation | | default: {"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} |
layer029_block2c_project_conv | | default: {"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} |
layer030_block2c_project_bn | | default: {"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} |
layer031_block2c_drop | | default: {"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} |
layer032_block2c_add | | default: {"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} |
layer033_block2d_expand_conv | | default: {"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} |
layer034_block2d_expand_bn | | default: {"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} |
layer035_block2d_expand_activation | | default: {"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} |
layer036_block2d_project_conv | | default: {"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} |
layer037_block2d_project_bn | | default: {"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} |
layer038_block2d_drop | | default: {"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} |
layer039_block2d_add | | default: {"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} |
layer040_block3a_expand_conv | | default: {"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} |
layer041_block3a_expand_bn | | default: {"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} |
layer042_block3a_expand_activation | | default: {"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} |
layer043_block3a_project_conv | | default: {"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} |
layer044_block3a_project_bn | | default: {"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} |
layer045_block3b_expand_conv | | default: {"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} |
layer046_block3b_expand_bn | | default: {"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} |
layer047_block3b_expand_activation | | default: {"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} |
layer048_block3b_project_conv | | default: {"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} |
layer049_block3b_project_bn | | default: {"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} |
layer050_block3b_drop | | default: {"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} |
layer051_block3b_add | | default: {"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} |
layer052_block3c_expand_conv | | default: {"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} |
layer053_block3c_expand_bn | | default: {"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} |
layer054_block3c_expand_activation | | default: {"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} |
layer055_block3c_project_conv | | default: {"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} |
layer056_block3c_project_bn | | default: {"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} |
layer057_block3c_drop | | default: {"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} |
layer058_block3c_add | | default: {"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} |
layer059_block3d_expand_conv | | default: {"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} |
layer060_block3d_expand_bn | | default: {"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} |
layer061_block3d_expand_activation | | default: {"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} |
layer062_block3d_project_conv | | default: {"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} |
layer063_block3d_project_bn | | default: {"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} |
layer064_block3d_drop | | default: {"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} |
layer065_block3d_add | | default: {"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} |
layer066_block4a_expand_conv | | default: {"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} |
layer067_block4a_expand_bn | | default: {"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} |
layer068_block4a_expand_activation | | default: {"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} |
layer069_block4a_dwconv2 | | default: {"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} |
layer070_block4a_bn | | default: {"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} |
layer071_block4a_activation | | default: {"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} |
layer072_block4a_se_squeeze | | default: {"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} |
layer073_block4a_se_reshape | | default: {"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} |
layer074_block4a_se_reduce | | default: {"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} |
layer075_block4a_se_expand | | default: {"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} |
layer076_block4a_se_excite | | default: {"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} |
layer077_block4a_project_conv | | default: {"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} |
layer078_block4a_project_bn | | default: {"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} |
layer079_block4b_expand_conv | | default: {"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} |
layer080_block4b_expand_bn | | default: {"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} |
layer081_block4b_expand_activation | | default: {"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} |
layer082_block4b_dwconv2 | | default: {"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} |
layer083_block4b_bn | | default: {"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} |
layer084_block4b_activation | | default: {"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} |
layer085_block4b_se_squeeze | | default: {"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} |
layer086_block4b_se_reshape | | default: {"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} |
layer087_block4b_se_reduce | | default: {"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} |
layer088_block4b_se_expand | | default: {"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} |
layer089_block4b_se_excite | | default: {"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} |
layer090_block4b_project_conv | | default: {"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} |
layer091_block4b_project_bn | | default: {"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} |
layer092_block4b_drop | | default: {"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} |
layer093_block4b_add | | default: {"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} |
layer094_block4c_expand_conv | | default: {"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} |
layer095_block4c_expand_bn | | default: {"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} |
layer096_block4c_expand_activation | | default: {"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} |
layer097_block4c_dwconv2 | | default: {"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} |
layer098_block4c_bn | | default: {"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} |
layer099_block4c_activation | | default: {"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} |
layer100_block4c_se_squeeze | | default: {"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} |
layer101_block4c_se_reshape | | default: {"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} |
layer102_block4c_se_reduce | | default: {"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} |
layer103_block4c_se_expand | | default: {"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} |
layer104_block4c_se_excite | | default: {"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} |
layer105_block4c_project_conv | | default: {"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} |
layer106_block4c_project_bn | | default: {"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} |
layer107_block4c_drop | | default: {"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} |
layer108_block4c_add | | default: {"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} |
layer109_block4d_expand_conv | | default: {"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} |
layer110_block4d_expand_bn | | default: {"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} |
layer111_block4d_expand_activation | | default: {"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} |
layer112_block4d_dwconv2 | | default: {"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} |
layer113_block4d_bn | | default: {"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} |
layer114_block4d_activation | | default: {"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} |
layer115_block4d_se_squeeze | | default: {"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} |
layer116_block4d_se_reshape | | default: {"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} |
layer117_block4d_se_reduce | | default: {"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} |
layer118_block4d_se_expand | | default: {"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} |
layer119_block4d_se_excite | | default: {"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} |
layer120_block4d_project_conv | | default: {"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} |
layer121_block4d_project_bn | | default: {"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} |
layer122_block4d_drop | | default: {"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} |
layer123_block4d_add | | default: {"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} |
layer124_block4e_expand_conv | | default: {"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} |
layer125_block4e_expand_bn | | default: {"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} |
layer126_block4e_expand_activation | | default: {"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} |
layer127_block4e_dwconv2 | | default: {"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} |
layer128_block4e_bn | | default: {"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} |
layer129_block4e_activation | | default: {"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} |
layer130_block4e_se_squeeze | | default: {"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} |
layer131_block4e_se_reshape | | default: {"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} |
layer132_block4e_se_reduce | | default: {"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} |
layer133_block4e_se_expand | | default: {"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} |
layer134_block4e_se_excite | | default: {"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} |
layer135_block4e_project_conv | | default: {"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} |
layer136_block4e_project_bn | | default: {"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} |
layer137_block4e_drop | | default: {"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} |
layer138_block4e_add | | default: {"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} |
layer139_block4f_expand_conv | | default: {"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} |
layer140_block4f_expand_bn | | default: {"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} |
layer141_block4f_expand_activation | | default: {"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} |
layer142_block4f_dwconv2 | | default: {"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} |
layer143_block4f_bn | | default: {"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} |
layer144_block4f_activation | | default: {"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} |
layer145_block4f_se_squeeze | | default: {"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} |
layer146_block4f_se_reshape | | default: {"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} |
layer147_block4f_se_reduce | | default: {"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} |
layer148_block4f_se_expand | | default: {"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} |
layer149_block4f_se_excite | | default: {"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} |
layer150_block4f_project_conv | | default: {"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} |
layer151_block4f_project_bn | | default: {"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} |
layer152_block4f_drop | | default: {"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} |
layer153_block4f_add | | default: {"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} |
layer154_block5a_expand_conv | | default: {"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} |
layer155_block5a_expand_bn | | default: {"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} |
layer156_block5a_expand_activation | | default: {"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} |
layer157_block5a_dwconv2 | | default: {"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} |
layer158_block5a_bn | | default: {"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} |
layer159_block5a_activation | | default: {"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} |
layer160_block5a_se_squeeze | | default: {"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} |
layer161_block5a_se_reshape | | default: {"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} |
layer162_block5a_se_reduce | | default: {"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} |
layer163_block5a_se_expand | | default: {"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} |
layer164_block5a_se_excite | | default: {"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} |
layer165_block5a_project_conv | | default: {"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} |
layer166_block5a_project_bn | | default: {"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} |
layer167_block5b_expand_conv | | default: {"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} |
layer168_block5b_expand_bn | | default: {"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} |
layer169_block5b_expand_activation | | default: {"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} |
layer170_block5b_dwconv2 | | default: {"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} |
layer171_block5b_bn | | default: {"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} |
layer172_block5b_activation | | default: {"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} |
layer173_block5b_se_squeeze | | default: {"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} |
layer174_block5b_se_reshape | | default: {"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} |
layer175_block5b_se_reduce | | default: {"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} |
layer176_block5b_se_expand | | default: {"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} |
layer177_block5b_se_excite | | default: {"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} |
layer178_block5b_project_conv | | default: {"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} |
layer179_block5b_project_bn | | default: {"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} |
layer180_block5b_drop | | default: {"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} |
layer181_block5b_add | | default: {"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} |
layer182_block5c_expand_conv | | default: {"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} |
layer183_block5c_expand_bn | | default: {"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} |
layer184_block5c_expand_activation | | default: {"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} |
layer185_block5c_dwconv2 | | default: {"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} |
layer186_block5c_bn | | default: {"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} |
layer187_block5c_activation | | default: {"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} |
layer188_block5c_se_squeeze | | default: {"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} |
layer189_block5c_se_reshape | | default: {"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} |
layer190_block5c_se_reduce | | default: {"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} |
layer191_block5c_se_expand | | default: {"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} |
layer192_block5c_se_excite | | default: {"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} |
layer193_block5c_project_conv | | default: {"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} |
layer194_block5c_project_bn | | default: {"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} |
layer195_block5c_drop | | default: {"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} |
layer196_block5c_add | | default: {"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} |
layer197_block5d_expand_conv | | default: {"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} |
layer198_block5d_expand_bn | | default: {"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} |
layer199_block5d_expand_activation | | default: {"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} |
layer200_block5d_dwconv2 | | default: {"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} |
layer201_block5d_bn | | default: {"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} |
layer202_block5d_activation | | default: {"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} |
layer203_block5d_se_squeeze | | default: {"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} |
layer204_block5d_se_reshape | | default: {"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} |
layer205_block5d_se_reduce | | default: {"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} |
layer206_block5d_se_expand | | default: {"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} |
layer207_block5d_se_excite | | default: {"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} |
layer208_block5d_project_conv | | default: {"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} |
layer209_block5d_project_bn | | default: {"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} |
layer210_block5d_drop | | default: {"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} |
layer211_block5d_add | | default: {"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} |
layer212_block5e_expand_conv | | default: {"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} |
layer213_block5e_expand_bn | | default: {"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} |
layer214_block5e_expand_activation | | default: {"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} |
layer215_block5e_dwconv2 | | default: {"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} |
layer216_block5e_bn | | default: {"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} |
layer217_block5e_activation | | default: {"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} |
layer218_block5e_se_squeeze | | default: {"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} |
layer219_block5e_se_reshape | | default: {"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} |
layer220_block5e_se_reduce | | default: {"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} |
layer221_block5e_se_expand | | default: {"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} |
layer222_block5e_se_excite | | default: {"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} |
layer223_block5e_project_conv | | default: {"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} |
layer224_block5e_project_bn | | default: {"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} |
layer225_block5e_drop | | default: {"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} |
layer226_block5e_add | | default: {"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} |
layer227_block5f_expand_conv | | default: {"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} |
layer228_block5f_expand_bn | | default: {"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} |
layer229_block5f_expand_activation | | default: {"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} |
layer230_block5f_dwconv2 | | default: {"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} |
layer231_block5f_bn | | default: {"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} |
layer232_block5f_activation | | default: {"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} |
layer233_block5f_se_squeeze | | default: {"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} |
layer234_block5f_se_reshape | | default: {"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} |
layer235_block5f_se_reduce | | default: {"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} |
layer236_block5f_se_expand | | default: {"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} |
layer237_block5f_se_excite | | default: {"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} |
layer238_block5f_project_conv | | default: {"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} |
layer239_block5f_project_bn | | default: {"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} |
layer240_block5f_drop | | default: {"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} |
layer241_block5f_add | | default: {"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} |
layer242_block5g_expand_conv | | default: {"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} |
layer243_block5g_expand_bn | | default: {"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} |
layer244_block5g_expand_activation | | default: {"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} |
layer245_block5g_dwconv2 | | default: {"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} |
layer246_block5g_bn | | default: {"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} |
layer247_block5g_activation | | default: {"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} |
layer248_block5g_se_squeeze | | default: {"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} |
layer249_block5g_se_reshape | | default: {"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} |
layer250_block5g_se_reduce | | default: {"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} |
layer251_block5g_se_expand | | default: {"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} |
layer252_block5g_se_excite | | default: {"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} |
layer253_block5g_project_conv | | default: {"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} |
layer254_block5g_project_bn | | default: {"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} |
layer255_block5g_drop | | default: {"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} |
layer256_block5g_add | | default: {"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} |
layer257_block5h_expand_conv | | default: {"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} |
layer258_block5h_expand_bn | | default: {"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} |
layer259_block5h_expand_activation | | default: {"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} |
layer260_block5h_dwconv2 | | default: {"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} |
layer261_block5h_bn | | default: {"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} |
layer262_block5h_activation | | default: {"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} |
layer263_block5h_se_squeeze | | default: {"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} |
layer264_block5h_se_reshape | | default: {"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} |
layer265_block5h_se_reduce | | default: {"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} |
layer266_block5h_se_expand | | default: {"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} |
layer267_block5h_se_excite | | default: {"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} |
layer268_block5h_project_conv | | default: {"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} |
layer269_block5h_project_bn | | default: {"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} |
layer270_block5h_drop | | default: {"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} |
layer271_block5h_add | | default: {"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} |
layer272_block5i_expand_conv | | default: {"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} |
layer273_block5i_expand_bn | | default: {"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} |
layer274_block5i_expand_activation | | default: {"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} |
layer275_block5i_dwconv2 | | default: {"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} |
layer276_block5i_bn | | default: {"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} |
layer277_block5i_activation | | default: {"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} |
layer278_block5i_se_squeeze | | default: {"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} |
layer279_block5i_se_reshape | | default: {"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} |
layer280_block5i_se_reduce | | default: {"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} |
layer281_block5i_se_expand | | default: {"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} |
layer282_block5i_se_excite | | default: {"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} |
layer283_block5i_project_conv | | default: {"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} |
layer284_block5i_project_bn | | default: {"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} |
layer285_block5i_drop | | default: {"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} |
layer286_block5i_add | | default: {"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} |
layer287_block6a_expand_conv | | default: {"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} |
layer288_block6a_expand_bn | | default: {"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} |
layer289_block6a_expand_activation | | default: {"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} |
layer290_block6a_dwconv2 | | default: {"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} |
layer291_block6a_bn | | default: {"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} |
layer292_block6a_activation | | default: {"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} |
layer293_block6a_se_squeeze | | default: {"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} |
layer294_block6a_se_reshape | | default: {"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} |
layer295_block6a_se_reduce | | default: {"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} |
layer296_block6a_se_expand | | default: {"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} |
layer297_block6a_se_excite | | default: {"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} |
layer298_block6a_project_conv | | default: {"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} |
layer299_block6a_project_bn | | default: {"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} |
layer300_block6b_expand_conv | | default: {"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} |
layer301_block6b_expand_bn | | default: {"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} |
layer302_block6b_expand_activation | | default: {"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} |
layer303_block6b_dwconv2 | | default: {"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} |
layer304_block6b_bn | | default: {"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} |
layer305_block6b_activation | | default: {"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} |
layer306_block6b_se_squeeze | | default: {"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} |
layer307_block6b_se_reshape | | default: {"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} |
layer308_block6b_se_reduce | | default: {"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} |
layer309_block6b_se_expand | | default: {"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} |
layer310_block6b_se_excite | | default: {"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} |
layer311_block6b_project_conv | | default: {"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} |
layer312_block6b_project_bn | | default: {"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} |
layer313_block6b_drop | | default: {"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} |
layer314_block6b_add | | default: {"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} |
layer315_block6c_expand_conv | | default: {"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} |
layer316_block6c_expand_bn | | default: {"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} |
layer317_block6c_expand_activation | | default: {"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} |
layer318_block6c_dwconv2 | | default: {"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} |
layer319_block6c_bn | | default: {"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} |
layer320_block6c_activation | | default: {"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} |
layer321_block6c_se_squeeze | | default: {"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} |
layer322_block6c_se_reshape | | default: {"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} |
layer323_block6c_se_reduce | | default: {"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} |
layer324_block6c_se_expand | | default: {"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} |
layer325_block6c_se_excite | | default: {"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} |
layer326_block6c_project_conv | | default: {"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} |
layer327_block6c_project_bn | | default: {"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} |
layer328_block6c_drop | | default: {"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} |
layer329_block6c_add | | default: {"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} |
layer330_block6d_expand_conv | | default: {"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} |
layer331_block6d_expand_bn | | default: {"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} |
layer332_block6d_expand_activation | | default: {"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} |
layer333_block6d_dwconv2 | | default: {"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} |
layer334_block6d_bn | | default: {"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} |
layer335_block6d_activation | | default: {"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} |
layer336_block6d_se_squeeze | | default: {"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} |
layer337_block6d_se_reshape | | default: {"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} |
layer338_block6d_se_reduce | | default: {"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} |
layer339_block6d_se_expand | | default: {"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} |
layer340_block6d_se_excite | | default: {"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} |
layer341_block6d_project_conv | | default: {"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} |
layer342_block6d_project_bn | | default: {"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} |
layer343_block6d_drop | | default: {"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} |
layer344_block6d_add | | default: {"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} |
layer345_block6e_expand_conv | | default: {"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} |
layer346_block6e_expand_bn | | default: {"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} |
layer347_block6e_expand_activation | | default: {"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} |
layer348_block6e_dwconv2 | | default: {"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} |
layer349_block6e_bn | | default: {"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} |
layer350_block6e_activation | | default: {"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} |
layer351_block6e_se_squeeze | | default: {"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} |
layer352_block6e_se_reshape | | default: {"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} |
layer353_block6e_se_reduce | | default: {"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} |
layer354_block6e_se_expand | | default: {"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} |
layer355_block6e_se_excite | | default: {"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} |
layer356_block6e_project_conv | | default: {"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} |
layer357_block6e_project_bn | | default: {"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} |
layer358_block6e_drop | | default: {"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} |
layer359_block6e_add | | default: {"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} |
layer360_block6f_expand_conv | | default: {"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} |
layer361_block6f_expand_bn | | default: {"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} |
layer362_block6f_expand_activation | | default: {"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} |
layer363_block6f_dwconv2 | | default: {"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} |
layer364_block6f_bn | | default: {"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} |
layer365_block6f_activation | | default: {"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} |
layer366_block6f_se_squeeze | | default: {"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} |
layer367_block6f_se_reshape | | default: {"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} |
layer368_block6f_se_reduce | | default: {"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} |
layer369_block6f_se_expand | | default: {"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} |
layer370_block6f_se_excite | | default: {"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} |
layer371_block6f_project_conv | | default: {"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} |
layer372_block6f_project_bn | | default: {"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} |
layer373_block6f_drop | | default: {"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} |
layer374_block6f_add | | default: {"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} |
layer375_block6g_expand_conv | | default: {"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} |
layer376_block6g_expand_bn | | default: {"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} |
layer377_block6g_expand_activation | | default: {"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} |
layer378_block6g_dwconv2 | | default: {"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} |
layer379_block6g_bn | | default: {"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} |
layer380_block6g_activation | | default: {"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} |
layer381_block6g_se_squeeze | | default: {"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} |
layer382_block6g_se_reshape | | default: {"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} |
layer383_block6g_se_reduce | | default: {"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} |
layer384_block6g_se_expand | | default: {"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} |
layer385_block6g_se_excite | | default: {"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} |
layer386_block6g_project_conv | | default: {"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} |
layer387_block6g_project_bn | | default: {"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} |
layer388_block6g_drop | | default: {"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} |
layer389_block6g_add | | default: {"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} |
layer390_block6h_expand_conv | | default: {"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} |
layer391_block6h_expand_bn | | default: {"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} |
layer392_block6h_expand_activation | | default: {"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} |
layer393_block6h_dwconv2 | | default: {"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} |
layer394_block6h_bn | | default: {"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} |
layer395_block6h_activation | | default: {"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} |
layer396_block6h_se_squeeze | | default: {"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} |
layer397_block6h_se_reshape | | default: {"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} |
layer398_block6h_se_reduce | | default: {"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} |
layer399_block6h_se_expand | | default: {"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} |
layer400_block6h_se_excite | | default: {"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} |
layer401_block6h_project_conv | | default: {"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} |
layer402_block6h_project_bn | | default: {"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} |
layer403_block6h_drop | | default: {"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} |
layer404_block6h_add | | default: {"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} |
layer405_block6i_expand_conv | | default: {"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} |
layer406_block6i_expand_bn | | default: {"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} |
layer407_block6i_expand_activation | | default: {"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} |
layer408_block6i_dwconv2 | | default: {"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} |
layer409_block6i_bn | | default: {"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} |
layer410_block6i_activation | | default: {"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} |
layer411_block6i_se_squeeze | | default: {"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} |
layer412_block6i_se_reshape | | default: {"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} |
layer413_block6i_se_reduce | | default: {"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} |
layer414_block6i_se_expand | | default: {"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} |
layer415_block6i_se_excite | | default: {"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} |
layer416_block6i_project_conv | | default: {"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} |
layer417_block6i_project_bn | | default: {"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} |
layer418_block6i_drop | | default: {"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} |
layer419_block6i_add | | default: {"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} |
layer420_block6j_expand_conv | | default: {"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} |
layer421_block6j_expand_bn | | default: {"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} |
layer422_block6j_expand_activation | | default: {"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} |
layer423_block6j_dwconv2 | | default: {"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} |
layer424_block6j_bn | | default: {"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} |
layer425_block6j_activation | | default: {"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} |
layer426_block6j_se_squeeze | | default: {"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} |
layer427_block6j_se_reshape | | default: {"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} |
layer428_block6j_se_reduce | | default: {"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} |
layer429_block6j_se_expand | | default: {"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} |
layer430_block6j_se_excite | | default: {"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} |
layer431_block6j_project_conv | | default: {"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} |
layer432_block6j_project_bn | | default: {"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} |
layer433_block6j_drop | | default: {"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} |
layer434_block6j_add | | default: {"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} |
layer435_block6k_expand_conv | | default: {"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} |
layer436_block6k_expand_bn | | default: {"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} |
layer437_block6k_expand_activation | | default: {"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} |
layer438_block6k_dwconv2 | | default: {"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} |
layer439_block6k_bn | | default: {"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} |
layer440_block6k_activation | | default: {"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} |
layer441_block6k_se_squeeze | | default: {"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} |
layer442_block6k_se_reshape | | default: {"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} |
layer443_block6k_se_reduce | | default: {"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} |
layer444_block6k_se_expand | | default: {"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} |
layer445_block6k_se_excite | | default: {"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} |
layer446_block6k_project_conv | | default: {"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} |
layer447_block6k_project_bn | | default: {"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} |
layer448_block6k_drop | | default: {"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} |
layer449_block6k_add | | default: {"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} |
layer450_block6l_expand_conv | | default: {"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} |
layer451_block6l_expand_bn | | default: {"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} |
layer452_block6l_expand_activation | | default: {"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} |
layer453_block6l_dwconv2 | | default: {"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} |
layer454_block6l_bn | | default: {"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} |
layer455_block6l_activation | | default: {"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} |
layer456_block6l_se_squeeze | | default: {"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} |
layer457_block6l_se_reshape | | default: {"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} |
layer458_block6l_se_reduce | | default: {"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} |
layer459_block6l_se_expand | | default: {"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} |
layer460_block6l_se_excite | | default: {"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} |
layer461_block6l_project_conv | | default: {"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} |
layer462_block6l_project_bn | | default: {"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} |
layer463_block6l_drop | | default: {"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} |
layer464_block6l_add | | default: {"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} |
layer465_block6m_expand_conv | | default: {"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} |
layer466_block6m_expand_bn | | default: {"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} |
layer467_block6m_expand_activation | | default: {"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} |
layer468_block6m_dwconv2 | | default: {"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} |
layer469_block6m_bn | | default: {"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} |
layer470_block6m_activation | | default: {"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} |
layer471_block6m_se_squeeze | | default: {"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} |
layer472_block6m_se_reshape | | default: {"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} |
layer473_block6m_se_reduce | | default: {"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} |
layer474_block6m_se_expand | | default: {"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} |
layer475_block6m_se_excite | | default: {"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} |
layer476_block6m_project_conv | | default: {"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} |
layer477_block6m_project_bn | | default: {"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} |
layer478_block6m_drop | | default: {"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} |
layer479_block6m_add | | default: {"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} |
layer480_block6n_expand_conv | | default: {"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} |
layer481_block6n_expand_bn | | default: {"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} |
layer482_block6n_expand_activation | | default: {"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} |
layer483_block6n_dwconv2 | | default: {"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} |
layer484_block6n_bn | | default: {"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} |
layer485_block6n_activation | | default: {"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} |
layer486_block6n_se_squeeze | | default: {"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} |
layer487_block6n_se_reshape | | default: {"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} |
layer488_block6n_se_reduce | | default: {"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} |
layer489_block6n_se_expand | | default: {"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} |
layer490_block6n_se_excite | | default: {"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} |
layer491_block6n_project_conv | | default: {"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} |
layer492_block6n_project_bn | | default: {"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} |
layer493_block6n_drop | | default: {"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} |
layer494_block6n_add | | default: {"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} |
layer495_block6o_expand_conv | | default: {"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} |
layer496_block6o_expand_bn | | default: {"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} |
layer497_block6o_expand_activation | | default: {"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} |
layer498_block6o_dwconv2 | | default: {"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} |
layer499_block6o_bn | | default: {"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} |
layer500_block6o_activation | | default: {"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} |
layer501_block6o_se_squeeze | | default: {"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} |
layer502_block6o_se_reshape | | default: {"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} |
layer503_block6o_se_reduce | | default: {"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} |
layer504_block6o_se_expand | | default: {"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} |
layer505_block6o_se_excite | | default: {"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} |
layer506_block6o_project_conv | | default: {"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} |
layer507_block6o_project_bn | | default: {"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} |
layer508_block6o_drop | | default: {"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} |
layer509_block6o_add | | default: {"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} |
layer510_top_conv | | default: {"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} |
layer511_top_bn | | default: {"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} |
layer512_top_activation | | default: {"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} |
layer513_global_average_pooling2d_1 | | default: {"build_config": {"input_shape": [null, 4, 4, 1280]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_1", "trainable": true}, "inbound_nodes": [[["top_activation", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d_1", "registered_name": null} |
layer514_dense_4 | | default: {"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} |
layer515_batch_normalization_3 | | default: {"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} |
layer516_dropout_3 | | default: {"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} |
layer517_dense_5 | | default: {"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} |
layer518_batch_normalization_4 | | default: {"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} |
layer519_dropout_4 | | default: {"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} |
layer520_dense_6 | | default: {"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} |
layer521_batch_normalization_5 | | default: {"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} |
layer522_dropout_5 | | default: {"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} |
layer523_dense_7 | | default: {"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} |
optimizer | | default: {"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_version | | default: "2.15.0" |