backend | | default: "tensorflow" |
class_name | | default: "Functional" |
config | | default: {"input_layers": [["input_2", 0, 0]], "name": "model", "output_layers": [["dense_4", 0, 0]], "trainable": true} |
layer000_input_2 | | default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, null, null, 3], "dtype": "float32", "name": "input_2", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_2", "registered_name": null} |
layer001_rescaling_2 | | default: {"build_config": {"input_shape": [null, null, null, 3]}, "class_name": "Rescaling", "config": {"dtype": "float32", "name": "rescaling_2", "offset": 0.0, "scale": 0.00392156862745098, "trainable": false}, "inbound_nodes": [[["input_2", 0, 0, {}]]], "module": "keras.layers", "name": "rescaling_2", "registered_name": null} |
layer002_normalization_1 | | default: {"build_config": {"input_shape": [null, null, null, 3]}, "class_name": "Normalization", "config": {"axis": [3], "dtype": "float32", "invert": false, "mean": null, "name": "normalization_1", "trainable": false, "variance": null}, "inbound_nodes": [[["rescaling_2", 0, 0, {}]]], "module": "keras.layers", "name": "normalization_1", "registered_name": null} |
layer003_rescaling_3 | | default: {"build_config": {"input_shape": [null, null, null, 3]}, "class_name": "Rescaling", "config": {"dtype": "float32", "name": "rescaling_3", "offset": 0.0, "scale": [2.0896918976428642, 2.1128856368212916, 2.1081851067789197], "trainable": false}, "inbound_nodes": [[["normalization_1", 0, 0, {}]]], "module": "keras.layers", "name": "rescaling_3", "registered_name": null} |
layer004_stem_conv_pad | | default: {"build_config": {"input_shape": [null, null, null, 3]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "stem_conv_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["rescaling_3", 0, 0, {}]]], "module": "keras.layers", "name": "stem_conv_pad", "registered_name": null} |
layer005_stem_conv | | default: {"build_config": {"input_shape": [null, null, null, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["stem_conv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "stem_conv", "registered_name": null} |
layer006_stem_bn | | default: {"build_config": {"input_shape": [null, null, null, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["stem_conv", 0, 0, {}]]], "module": "keras.layers", "name": "stem_bn", "registered_name": null} |
layer007_stem_activation | | default: {"build_config": {"input_shape": [null, null, null, 32]}, "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} |
layer008_block1a_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 32]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["stem_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_dwconv", "registered_name": null} |
layer009_block1a_bn | | default: {"build_config": {"input_shape": [null, null, null, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_bn", "registered_name": null} |
layer010_block1a_activation | | default: {"build_config": {"input_shape": [null, null, null, 32]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1a_activation", "trainable": false}, "inbound_nodes": [[["block1a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_activation", "registered_name": null} |
layer011_block1a_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 32]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block1a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block1a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_squeeze", "registered_name": null} |
layer012_block1a_se_reshape | | default: {"build_config": {"input_shape": [null, 32]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block1a_se_reshape", "target_shape": [1, 1, 32], "trainable": false}, "inbound_nodes": [[["block1a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_reshape", "registered_name": null} |
layer013_block1a_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 32]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block1a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_reduce", "registered_name": null} |
layer014_block1a_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 8]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block1a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_expand", "registered_name": null} |
layer015_block1a_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 32], [null, 1, 1, 32]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block1a_se_excite", "trainable": false}, "inbound_nodes": [[["block1a_activation", 0, 0, {}], ["block1a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_se_excite", "registered_name": null} |
layer016_block1a_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_conv", "registered_name": null} |
layer017_block1a_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1a_project_bn", "registered_name": null} |
layer018_block1b_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block1a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_dwconv", "registered_name": null} |
layer019_block1b_bn | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_bn", "registered_name": null} |
layer020_block1b_activation | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block1b_activation", "trainable": false}, "inbound_nodes": [[["block1b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_activation", "registered_name": null} |
layer021_block1b_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block1b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block1b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_squeeze", "registered_name": null} |
layer022_block1b_se_reshape | | default: {"build_config": {"input_shape": [null, 16]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block1b_se_reshape", "target_shape": [1, 1, 16], "trainable": false}, "inbound_nodes": [[["block1b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_reshape", "registered_name": null} |
layer023_block1b_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 16]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block1b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_reduce", "registered_name": null} |
layer024_block1b_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 4]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block1b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_expand", "registered_name": null} |
layer025_block1b_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 16], [null, 1, 1, 16]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block1b_se_excite", "trainable": false}, "inbound_nodes": [[["block1b_activation", 0, 0, {}], ["block1b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_se_excite", "registered_name": null} |
layer026_block1b_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_conv", "registered_name": null} |
layer027_block1b_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_project_bn", "registered_name": null} |
layer028_block1b_drop | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block1b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.008695652173913044, "seed": null, "trainable": false}, "inbound_nodes": [[["block1b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_drop", "registered_name": null} |
layer029_block1b_add | | default: {"build_config": {"input_shape": [[null, null, null, 16], [null, null, null, 16]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block1b_add", "trainable": false}, "inbound_nodes": [[["block1b_drop", 0, 0, {}], ["block1a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1b_add", "registered_name": null} |
layer030_block2a_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 16]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_conv", "registered_name": null} |
layer031_block2a_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_expand_bn", "registered_name": null} |
layer032_block2a_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 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} |
layer033_block2a_dwconv_pad | | default: {"build_config": {"input_shape": [null, null, null, 96]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block2a_dwconv_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block2a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_dwconv_pad", "registered_name": null} |
layer034_block2a_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 96]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_dwconv", "registered_name": null} |
layer035_block2a_bn | | default: {"build_config": {"input_shape": [null, null, null, 96]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_bn", "registered_name": null} |
layer036_block2a_activation | | default: {"build_config": {"input_shape": [null, null, null, 96]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2a_activation", "trainable": false}, "inbound_nodes": [[["block2a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_activation", "registered_name": null} |
layer037_block2a_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 96]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_squeeze", "registered_name": null} |
layer038_block2a_se_reshape | | default: {"build_config": {"input_shape": [null, 96]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2a_se_reshape", "target_shape": [1, 1, 96], "trainable": false}, "inbound_nodes": [[["block2a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_reshape", "registered_name": null} |
layer039_block2a_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 96]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_reduce", "registered_name": null} |
layer040_block2a_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 4]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_expand", "registered_name": null} |
layer041_block2a_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 96], [null, 1, 1, 96]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2a_se_excite", "trainable": false}, "inbound_nodes": [[["block2a_activation", 0, 0, {}], ["block2a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_se_excite", "registered_name": null} |
layer042_block2a_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 96]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_conv", "registered_name": null} |
layer043_block2a_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2a_project_bn", "registered_name": null} |
layer044_block2b_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_conv", "registered_name": null} |
layer045_block2b_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_expand_bn", "registered_name": null} |
layer046_block2b_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "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} |
layer047_block2b_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_dwconv", "registered_name": null} |
layer048_block2b_bn | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_bn", "registered_name": null} |
layer049_block2b_activation | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2b_activation", "trainable": false}, "inbound_nodes": [[["block2b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_activation", "registered_name": null} |
layer050_block2b_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_squeeze", "registered_name": null} |
layer051_block2b_se_reshape | | default: {"build_config": {"input_shape": [null, 144]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2b_se_reshape", "target_shape": [1, 1, 144], "trainable": false}, "inbound_nodes": [[["block2b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_reshape", "registered_name": null} |
layer052_block2b_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 144]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_reduce", "registered_name": null} |
layer053_block2b_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 6]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_expand", "registered_name": null} |
layer054_block2b_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 144], [null, 1, 1, 144]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2b_se_excite", "trainable": false}, "inbound_nodes": [[["block2b_activation", 0, 0, {}], ["block2b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_se_excite", "registered_name": null} |
layer055_block2b_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_conv", "registered_name": null} |
layer056_block2b_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_project_bn", "registered_name": null} |
layer057_block2b_drop | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.026086956521739136, "seed": null, "trainable": false}, "inbound_nodes": [[["block2b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2b_drop", "registered_name": null} |
layer058_block2b_add | | default: {"build_config": {"input_shape": [[null, null, null, 24], [null, null, null, 24]]}, "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} |
layer059_block2c_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_conv", "registered_name": null} |
layer060_block2c_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_expand_bn", "registered_name": null} |
layer061_block2c_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "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} |
layer062_block2c_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block2c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_dwconv", "registered_name": null} |
layer063_block2c_bn | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_bn", "registered_name": null} |
layer064_block2c_activation | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block2c_activation", "trainable": false}, "inbound_nodes": [[["block2c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_activation", "registered_name": null} |
layer065_block2c_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block2c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block2c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_squeeze", "registered_name": null} |
layer066_block2c_se_reshape | | default: {"build_config": {"input_shape": [null, 144]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block2c_se_reshape", "target_shape": [1, 1, 144], "trainable": false}, "inbound_nodes": [[["block2c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_reshape", "registered_name": null} |
layer067_block2c_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 144]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block2c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_reduce", "registered_name": null} |
layer068_block2c_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 6]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block2c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_expand", "registered_name": null} |
layer069_block2c_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 144], [null, 1, 1, 144]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block2c_se_excite", "trainable": false}, "inbound_nodes": [[["block2c_activation", 0, 0, {}], ["block2c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_se_excite", "registered_name": null} |
layer070_block2c_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_conv", "registered_name": null} |
layer071_block2c_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_project_bn", "registered_name": null} |
layer072_block2c_drop | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block2c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.034782608695652174, "seed": null, "trainable": false}, "inbound_nodes": [[["block2c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2c_drop", "registered_name": null} |
layer073_block2c_add | | default: {"build_config": {"input_shape": [[null, null, null, 24], [null, null, null, 24]]}, "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} |
layer074_block3a_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 24]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block2c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_conv", "registered_name": null} |
layer075_block3a_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_expand_bn", "registered_name": null} |
layer076_block3a_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "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} |
layer077_block3a_dwconv_pad | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block3a_dwconv_pad", "padding": [[1, 2], [1, 2]], "trainable": false}, "inbound_nodes": [[["block3a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_dwconv_pad", "registered_name": null} |
layer078_block3a_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_dwconv", "registered_name": null} |
layer079_block3a_bn | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_bn", "registered_name": null} |
layer080_block3a_activation | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3a_activation", "trainable": false}, "inbound_nodes": [[["block3a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_activation", "registered_name": null} |
layer081_block3a_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_squeeze", "registered_name": null} |
layer082_block3a_se_reshape | | default: {"build_config": {"input_shape": [null, 144]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3a_se_reshape", "target_shape": [1, 1, 144], "trainable": false}, "inbound_nodes": [[["block3a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_reshape", "registered_name": null} |
layer083_block3a_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 144]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_reduce", "registered_name": null} |
layer084_block3a_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 6]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_expand", "registered_name": null} |
layer085_block3a_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 144], [null, 1, 1, 144]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3a_se_excite", "trainable": false}, "inbound_nodes": [[["block3a_activation", 0, 0, {}], ["block3a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_se_excite", "registered_name": null} |
layer086_block3a_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 144]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_conv", "registered_name": null} |
layer087_block3a_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3a_project_bn", "registered_name": null} |
layer088_block3b_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_conv", "registered_name": null} |
layer089_block3b_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_expand_bn", "registered_name": null} |
layer090_block3b_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "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} |
layer091_block3b_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_dwconv", "registered_name": null} |
layer092_block3b_bn | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_bn", "registered_name": null} |
layer093_block3b_activation | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3b_activation", "trainable": false}, "inbound_nodes": [[["block3b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_activation", "registered_name": null} |
layer094_block3b_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_squeeze", "registered_name": null} |
layer095_block3b_se_reshape | | default: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3b_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block3b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_reshape", "registered_name": null} |
layer096_block3b_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_reduce", "registered_name": null} |
layer097_block3b_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_expand", "registered_name": null} |
layer098_block3b_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3b_se_excite", "trainable": false}, "inbound_nodes": [[["block3b_activation", 0, 0, {}], ["block3b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_se_excite", "registered_name": null} |
layer099_block3b_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_conv", "registered_name": null} |
layer100_block3b_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_project_bn", "registered_name": null} |
layer101_block3b_drop | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.05217391304347827, "seed": null, "trainable": false}, "inbound_nodes": [[["block3b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3b_drop", "registered_name": null} |
layer102_block3b_add | | default: {"build_config": {"input_shape": [[null, null, null, 48], [null, null, null, 48]]}, "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} |
layer103_block3c_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_conv", "registered_name": null} |
layer104_block3c_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_expand_bn", "registered_name": null} |
layer105_block3c_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "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} |
layer106_block3c_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block3c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_dwconv", "registered_name": null} |
layer107_block3c_bn | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_bn", "registered_name": null} |
layer108_block3c_activation | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block3c_activation", "trainable": false}, "inbound_nodes": [[["block3c_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_activation", "registered_name": null} |
layer109_block3c_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block3c_se_squeeze", "trainable": false}, "inbound_nodes": [[["block3c_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_squeeze", "registered_name": null} |
layer110_block3c_se_reshape | | default: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block3c_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block3c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_reshape", "registered_name": null} |
layer111_block3c_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block3c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_reduce", "registered_name": null} |
layer112_block3c_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block3c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_expand", "registered_name": null} |
layer113_block3c_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 288], [null, 1, 1, 288]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block3c_se_excite", "trainable": false}, "inbound_nodes": [[["block3c_activation", 0, 0, {}], ["block3c_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_se_excite", "registered_name": null} |
layer114_block3c_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_conv", "registered_name": null} |
layer115_block3c_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_project_bn", "registered_name": null} |
layer116_block3c_drop | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block3c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.06086956521739131, "seed": null, "trainable": false}, "inbound_nodes": [[["block3c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3c_drop", "registered_name": null} |
layer117_block3c_add | | default: {"build_config": {"input_shape": [[null, null, null, 48], [null, null, null, 48]]}, "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} |
layer118_block4a_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 48]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block3c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_conv", "registered_name": null} |
layer119_block4a_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_expand_bn", "registered_name": null} |
layer120_block4a_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "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} |
layer121_block4a_dwconv_pad | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block4a_dwconv_pad", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["block4a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_dwconv_pad", "registered_name": null} |
layer122_block4a_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_dwconv", "registered_name": null} |
layer123_block4a_bn | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_bn", "registered_name": null} |
layer124_block4a_activation | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "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} |
layer125_block4a_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "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} |
layer126_block4a_se_reshape | | default: {"build_config": {"input_shape": [null, 288]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4a_se_reshape", "target_shape": [1, 1, 288], "trainable": false}, "inbound_nodes": [[["block4a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reshape", "registered_name": null} |
layer127_block4a_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 288]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_reduce", "registered_name": null} |
layer128_block4a_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 12]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_se_expand", "registered_name": null} |
layer129_block4a_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 288], [null, 1, 1, 288]]}, "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} |
layer130_block4a_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 288]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_conv", "registered_name": null} |
layer131_block4a_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4a_project_bn", "registered_name": null} |
layer132_block4b_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_conv", "registered_name": null} |
layer133_block4b_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_expand_bn", "registered_name": null} |
layer134_block4b_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer135_block4b_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_dwconv", "registered_name": null} |
layer136_block4b_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_bn", "registered_name": null} |
layer137_block4b_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer138_block4b_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer139_block4b_se_reshape | | default: {"build_config": {"input_shape": [null, 528]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4b_se_reshape", "target_shape": [1, 1, 528], "trainable": false}, "inbound_nodes": [[["block4b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reshape", "registered_name": null} |
layer140_block4b_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 528]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_reduce", "registered_name": null} |
layer141_block4b_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 22]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_se_expand", "registered_name": null} |
layer142_block4b_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 528], [null, 1, 1, 528]]}, "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} |
layer143_block4b_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_conv", "registered_name": null} |
layer144_block4b_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_project_bn", "registered_name": null} |
layer145_block4b_drop | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.0782608695652174, "seed": null, "trainable": false}, "inbound_nodes": [[["block4b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4b_drop", "registered_name": null} |
layer146_block4b_add | | default: {"build_config": {"input_shape": [[null, null, null, 88], [null, null, null, 88]]}, "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} |
layer147_block4c_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_conv", "registered_name": null} |
layer148_block4c_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_expand_bn", "registered_name": null} |
layer149_block4c_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer150_block4c_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_dwconv", "registered_name": null} |
layer151_block4c_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_bn", "registered_name": null} |
layer152_block4c_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer153_block4c_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer154_block4c_se_reshape | | default: {"build_config": {"input_shape": [null, 528]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4c_se_reshape", "target_shape": [1, 1, 528], "trainable": false}, "inbound_nodes": [[["block4c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reshape", "registered_name": null} |
layer155_block4c_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 528]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_reduce", "registered_name": null} |
layer156_block4c_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 22]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_se_expand", "registered_name": null} |
layer157_block4c_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 528], [null, 1, 1, 528]]}, "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} |
layer158_block4c_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_conv", "registered_name": null} |
layer159_block4c_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_project_bn", "registered_name": null} |
layer160_block4c_drop | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.08695652173913043, "seed": null, "trainable": false}, "inbound_nodes": [[["block4c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4c_drop", "registered_name": null} |
layer161_block4c_add | | default: {"build_config": {"input_shape": [[null, null, null, 88], [null, null, null, 88]]}, "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} |
layer162_block4d_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_conv", "registered_name": null} |
layer163_block4d_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_expand_bn", "registered_name": null} |
layer164_block4d_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer165_block4d_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block4d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_dwconv", "registered_name": null} |
layer166_block4d_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_bn", "registered_name": null} |
layer167_block4d_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer168_block4d_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer169_block4d_se_reshape | | default: {"build_config": {"input_shape": [null, 528]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block4d_se_reshape", "target_shape": [1, 1, 528], "trainable": false}, "inbound_nodes": [[["block4d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reshape", "registered_name": null} |
layer170_block4d_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 528]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block4d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_reduce", "registered_name": null} |
layer171_block4d_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 22]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block4d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_se_expand", "registered_name": null} |
layer172_block4d_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 528], [null, 1, 1, 528]]}, "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} |
layer173_block4d_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_conv", "registered_name": null} |
layer174_block4d_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_project_bn", "registered_name": null} |
layer175_block4d_drop | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block4d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.09565217391304348, "seed": null, "trainable": false}, "inbound_nodes": [[["block4d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4d_drop", "registered_name": null} |
layer176_block4d_add | | default: {"build_config": {"input_shape": [[null, null, null, 88], [null, null, null, 88]]}, "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} |
layer177_block5a_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 88]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block4d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_conv", "registered_name": null} |
layer178_block5a_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_expand_bn", "registered_name": null} |
layer179_block5a_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer180_block5a_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_dwconv", "registered_name": null} |
layer181_block5a_bn | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_bn", "registered_name": null} |
layer182_block5a_activation | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer183_block5a_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "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} |
layer184_block5a_se_reshape | | default: {"build_config": {"input_shape": [null, 528]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5a_se_reshape", "target_shape": [1, 1, 528], "trainable": false}, "inbound_nodes": [[["block5a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reshape", "registered_name": null} |
layer185_block5a_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 528]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_reduce", "registered_name": null} |
layer186_block5a_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 22]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_se_expand", "registered_name": null} |
layer187_block5a_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 528], [null, 1, 1, 528]]}, "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} |
layer188_block5a_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 528]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_conv", "registered_name": null} |
layer189_block5a_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5a_project_bn", "registered_name": null} |
layer190_block5b_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_conv", "registered_name": null} |
layer191_block5b_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_expand_bn", "registered_name": null} |
layer192_block5b_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer193_block5b_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_dwconv", "registered_name": null} |
layer194_block5b_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_bn", "registered_name": null} |
layer195_block5b_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer196_block5b_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer197_block5b_se_reshape | | default: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5b_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reshape", "registered_name": null} |
layer198_block5b_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_reduce", "registered_name": null} |
layer199_block5b_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_se_expand", "registered_name": null} |
layer200_block5b_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 720], [null, 1, 1, 720]]}, "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} |
layer201_block5b_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_conv", "registered_name": null} |
layer202_block5b_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_project_bn", "registered_name": null} |
layer203_block5b_drop | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.11304347826086956, "seed": null, "trainable": false}, "inbound_nodes": [[["block5b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5b_drop", "registered_name": null} |
layer204_block5b_add | | default: {"build_config": {"input_shape": [[null, null, null, 120], [null, null, null, 120]]}, "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} |
layer205_block5c_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_conv", "registered_name": null} |
layer206_block5c_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_expand_bn", "registered_name": null} |
layer207_block5c_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer208_block5c_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_dwconv", "registered_name": null} |
layer209_block5c_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_bn", "registered_name": null} |
layer210_block5c_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer211_block5c_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer212_block5c_se_reshape | | default: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5c_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reshape", "registered_name": null} |
layer213_block5c_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_reduce", "registered_name": null} |
layer214_block5c_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_se_expand", "registered_name": null} |
layer215_block5c_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 720], [null, 1, 1, 720]]}, "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} |
layer216_block5c_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_conv", "registered_name": null} |
layer217_block5c_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_project_bn", "registered_name": null} |
layer218_block5c_drop | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.12173913043478261, "seed": null, "trainable": false}, "inbound_nodes": [[["block5c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5c_drop", "registered_name": null} |
layer219_block5c_add | | default: {"build_config": {"input_shape": [[null, null, null, 120], [null, null, null, 120]]}, "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} |
layer220_block5d_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_conv", "registered_name": null} |
layer221_block5d_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_expand_bn", "registered_name": null} |
layer222_block5d_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer223_block5d_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block5d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_dwconv", "registered_name": null} |
layer224_block5d_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_bn", "registered_name": null} |
layer225_block5d_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer226_block5d_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer227_block5d_se_reshape | | default: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block5d_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block5d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reshape", "registered_name": null} |
layer228_block5d_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block5d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_reduce", "registered_name": null} |
layer229_block5d_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block5d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_se_expand", "registered_name": null} |
layer230_block5d_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 720], [null, 1, 1, 720]]}, "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} |
layer231_block5d_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_conv", "registered_name": null} |
layer232_block5d_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_project_bn", "registered_name": null} |
layer233_block5d_drop | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block5d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.13043478260869565, "seed": null, "trainable": false}, "inbound_nodes": [[["block5d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5d_drop", "registered_name": null} |
layer234_block5d_add | | default: {"build_config": {"input_shape": [[null, null, null, 120], [null, null, null, 120]]}, "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} |
layer235_block6a_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 120]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block5d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_conv", "registered_name": null} |
layer236_block6a_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_expand_bn", "registered_name": null} |
layer237_block6a_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer238_block6a_dwconv_pad | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block6a_dwconv_pad", "padding": [[1, 2], [1, 2]], "trainable": false}, "inbound_nodes": [[["block6a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_dwconv_pad", "registered_name": null} |
layer239_block6a_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6a_dwconv_pad", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_dwconv", "registered_name": null} |
layer240_block6a_bn | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_bn", "registered_name": null} |
layer241_block6a_activation | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer242_block6a_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "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} |
layer243_block6a_se_reshape | | default: {"build_config": {"input_shape": [null, 720]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6a_se_reshape", "target_shape": [1, 1, 720], "trainable": false}, "inbound_nodes": [[["block6a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reshape", "registered_name": null} |
layer244_block6a_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 720]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_reduce", "registered_name": null} |
layer245_block6a_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 30]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_se_expand", "registered_name": null} |
layer246_block6a_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 720], [null, 1, 1, 720]]}, "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} |
layer247_block6a_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 720]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_conv", "registered_name": null} |
layer248_block6a_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6a_project_bn", "registered_name": null} |
layer249_block6b_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_conv", "registered_name": null} |
layer250_block6b_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_expand_bn", "registered_name": null} |
layer251_block6b_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer252_block6b_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_dwconv", "registered_name": null} |
layer253_block6b_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_bn", "registered_name": null} |
layer254_block6b_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer255_block6b_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer256_block6b_se_reshape | | default: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6b_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reshape", "registered_name": null} |
layer257_block6b_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_reduce", "registered_name": null} |
layer258_block6b_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_se_expand", "registered_name": null} |
layer259_block6b_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 1248], [null, 1, 1, 1248]]}, "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} |
layer260_block6b_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_conv", "registered_name": null} |
layer261_block6b_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_project_bn", "registered_name": null} |
layer262_block6b_drop | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.14782608695652175, "seed": null, "trainable": false}, "inbound_nodes": [[["block6b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6b_drop", "registered_name": null} |
layer263_block6b_add | | default: {"build_config": {"input_shape": [[null, null, null, 208], [null, null, null, 208]]}, "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} |
layer264_block6c_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6b_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_conv", "registered_name": null} |
layer265_block6c_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_expand_bn", "registered_name": null} |
layer266_block6c_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer267_block6c_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6c_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_dwconv", "registered_name": null} |
layer268_block6c_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_bn", "registered_name": null} |
layer269_block6c_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer270_block6c_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer271_block6c_se_reshape | | default: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6c_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6c_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reshape", "registered_name": null} |
layer272_block6c_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6c_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_reduce", "registered_name": null} |
layer273_block6c_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6c_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_se_expand", "registered_name": null} |
layer274_block6c_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 1248], [null, 1, 1, 1248]]}, "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} |
layer275_block6c_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_conv", "registered_name": null} |
layer276_block6c_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6c_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_project_bn", "registered_name": null} |
layer277_block6c_drop | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6c_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.1565217391304348, "seed": null, "trainable": false}, "inbound_nodes": [[["block6c_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6c_drop", "registered_name": null} |
layer278_block6c_add | | default: {"build_config": {"input_shape": [[null, null, null, 208], [null, null, null, 208]]}, "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} |
layer279_block6d_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6c_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_conv", "registered_name": null} |
layer280_block6d_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_expand_bn", "registered_name": null} |
layer281_block6d_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer282_block6d_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6d_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_dwconv", "registered_name": null} |
layer283_block6d_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_bn", "registered_name": null} |
layer284_block6d_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer285_block6d_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer286_block6d_se_reshape | | default: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6d_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6d_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reshape", "registered_name": null} |
layer287_block6d_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6d_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_reduce", "registered_name": null} |
layer288_block6d_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6d_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_se_expand", "registered_name": null} |
layer289_block6d_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 1248], [null, 1, 1, 1248]]}, "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} |
layer290_block6d_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_conv", "registered_name": null} |
layer291_block6d_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6d_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_project_bn", "registered_name": null} |
layer292_block6d_drop | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6d_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.16521739130434784, "seed": null, "trainable": false}, "inbound_nodes": [[["block6d_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6d_drop", "registered_name": null} |
layer293_block6d_add | | default: {"build_config": {"input_shape": [[null, null, null, 208], [null, null, null, 208]]}, "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} |
layer294_block6e_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6d_add", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_conv", "registered_name": null} |
layer295_block6e_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_expand_bn", "registered_name": null} |
layer296_block6e_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer297_block6e_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block6e_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_dwconv", "registered_name": null} |
layer298_block6e_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_bn", "registered_name": null} |
layer299_block6e_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer300_block6e_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "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} |
layer301_block6e_se_reshape | | default: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block6e_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block6e_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reshape", "registered_name": null} |
layer302_block6e_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block6e_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_reduce", "registered_name": null} |
layer303_block6e_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block6e_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_se_expand", "registered_name": null} |
layer304_block6e_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 1248], [null, 1, 1, 1248]]}, "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} |
layer305_block6e_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_conv", "registered_name": null} |
layer306_block6e_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6e_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_project_bn", "registered_name": null} |
layer307_block6e_drop | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block6e_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.17391304347826086, "seed": null, "trainable": false}, "inbound_nodes": [[["block6e_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6e_drop", "registered_name": null} |
layer308_block6e_add | | default: {"build_config": {"input_shape": [[null, null, null, 208], [null, null, null, 208]]}, "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} |
layer309_block7a_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 208]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block6e_add", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_expand_conv", "registered_name": null} |
layer310_block7a_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7a_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_expand_bn", "registered_name": null} |
layer311_block7a_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7a_expand_activation", "trainable": false}, "inbound_nodes": [[["block7a_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_expand_activation", "registered_name": null} |
layer312_block7a_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block7a_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_dwconv", "registered_name": null} |
layer313_block7a_bn | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7a_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_bn", "registered_name": null} |
layer314_block7a_activation | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7a_activation", "trainable": false}, "inbound_nodes": [[["block7a_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_activation", "registered_name": null} |
layer315_block7a_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block7a_se_squeeze", "trainable": false}, "inbound_nodes": [[["block7a_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_squeeze", "registered_name": null} |
layer316_block7a_se_reshape | | default: {"build_config": {"input_shape": [null, 1248]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block7a_se_reshape", "target_shape": [1, 1, 1248], "trainable": false}, "inbound_nodes": [[["block7a_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_reshape", "registered_name": null} |
layer317_block7a_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 1248]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block7a_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_reduce", "registered_name": null} |
layer318_block7a_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 52]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block7a_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_expand", "registered_name": null} |
layer319_block7a_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 1248], [null, 1, 1, 1248]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block7a_se_excite", "trainable": false}, "inbound_nodes": [[["block7a_activation", 0, 0, {}], ["block7a_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_se_excite", "registered_name": null} |
layer320_block7a_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 1248]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7a_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_project_conv", "registered_name": null} |
layer321_block7a_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 352]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7a_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7a_project_bn", "registered_name": null} |
layer322_block7b_expand_conv | | default: {"build_config": {"input_shape": [null, null, null, 352]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_expand_conv", "registered_name": null} |
layer323_block7b_expand_bn | | default: {"build_config": {"input_shape": [null, null, null, 2112]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7b_expand_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_expand_bn", "registered_name": null} |
layer324_block7b_expand_activation | | default: {"build_config": {"input_shape": [null, null, null, 2112]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7b_expand_activation", "trainable": false}, "inbound_nodes": [[["block7b_expand_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_expand_activation", "registered_name": null} |
layer325_block7b_dwconv | | default: {"build_config": {"input_shape": [null, null, null, 2112]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["block7b_expand_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_dwconv", "registered_name": null} |
layer326_block7b_bn | | default: {"build_config": {"input_shape": [null, null, null, 2112]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7b_dwconv", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_bn", "registered_name": null} |
layer327_block7b_activation | | default: {"build_config": {"input_shape": [null, null, null, 2112]}, "class_name": "Activation", "config": {"activation": "swish", "dtype": "float32", "name": "block7b_activation", "trainable": false}, "inbound_nodes": [[["block7b_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_activation", "registered_name": null} |
layer328_block7b_se_squeeze | | default: {"build_config": {"input_shape": [null, null, null, 2112]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "block7b_se_squeeze", "trainable": false}, "inbound_nodes": [[["block7b_activation", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_squeeze", "registered_name": null} |
layer329_block7b_se_reshape | | default: {"build_config": {"input_shape": [null, 2112]}, "class_name": "Reshape", "config": {"dtype": "float32", "name": "block7b_se_reshape", "target_shape": [1, 1, 2112], "trainable": false}, "inbound_nodes": [[["block7b_se_squeeze", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_reshape", "registered_name": null} |
layer330_block7b_se_reduce | | default: {"build_config": {"input_shape": [null, 1, 1, 2112]}, "class_name": "Conv2D", "config": "swish", "inbound_nodes": [[["block7b_se_reshape", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_reduce", "registered_name": null} |
layer331_block7b_se_expand | | default: {"build_config": {"input_shape": [null, 1, 1, 88]}, "class_name": "Conv2D", "config": "sigmoid", "inbound_nodes": [[["block7b_se_reduce", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_expand", "registered_name": null} |
layer332_block7b_se_excite | | default: {"build_config": {"input_shape": [[null, null, null, 2112], [null, 1, 1, 2112]]}, "class_name": "Multiply", "config": {"dtype": "float32", "name": "block7b_se_excite", "trainable": false}, "inbound_nodes": [[["block7b_activation", 0, 0, {}], ["block7b_se_expand", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_se_excite", "registered_name": null} |
layer333_block7b_project_conv | | default: {"build_config": {"input_shape": [null, null, null, 2112]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7b_se_excite", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_project_conv", "registered_name": null} |
layer334_block7b_project_bn | | default: {"build_config": {"input_shape": [null, null, null, 352]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7b_project_conv", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_project_bn", "registered_name": null} |
layer335_block7b_drop | | default: {"build_config": {"input_shape": [null, null, null, 352]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "block7b_drop", "noise_shape": [null, 1, 1, 1], "rate": 0.19130434782608696, "seed": null, "trainable": false}, "inbound_nodes": [[["block7b_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_drop", "registered_name": null} |
layer336_block7b_add | | default: {"build_config": {"input_shape": [[null, null, null, 352], [null, null, null, 352]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "block7b_add", "trainable": false}, "inbound_nodes": [[["block7b_drop", 0, 0, {}], ["block7a_project_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7b_add", "registered_name": null} |
layer337_top_conv | | default: {"build_config": {"input_shape": [null, null, null, 352]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block7b_add", 0, 0, {}]]], "module": "keras.layers", "name": "top_conv", "registered_name": null} |
layer338_top_bn | | default: {"build_config": {"input_shape": [null, null, null, 1408]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["top_conv", 0, 0, {}]]], "module": "keras.layers", "name": "top_bn", "registered_name": null} |
layer339_top_activation | | default: {"build_config": {"input_shape": [null, null, null, 1408]}, "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} |
layer340_global_average_pooling2d_1 | | default: {"build_config": {"input_shape": [null, null, null, 1408]}, "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} |
layer341_dense_2 | | default: {"build_config": {"input_shape": [null, 1408]}, "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": {"class_name": "L2", "config": {"l2": 0.009999999776482582}, "module": "keras.regularizers", "registered_name": null}, "name": "dense_2", "trainable": true, "units": 128, "use_bias": true}, "inbound_nodes": [[["global_average_pooling2d_1", 0, 0, {}]]], "module": "keras.layers", "name": "dense_2", "registered_name": null} |
layer342_dense_3 | | default: {"build_config": {"input_shape": [null, 128]}, "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": {"class_name": "L2", "config": {"l2": 0.009999999776482582}, "module": "keras.regularizers", "registered_name": null}, "name": "dense_3", "trainable": true, "units": 64, "use_bias": true}, "inbound_nodes": [[["dense_2", 0, 0, {}]]], "module": "keras.layers", "name": "dense_3", "registered_name": null} |
layer343_dense_4 | | default: {"build_config": {"input_shape": [null, 64]}, "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_4", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["dense_3", 0, 0, {}]]], "module": "keras.layers", "name": "dense_4", "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.0010000000474974513, "name": "Adam", "use_ema": false, "weight_decay": null}}} |
tensorflow_version | | default: "2.15.0" |