OpenML
tensorflow.keras.src.engine.functional.Functional.f2af7c3

tensorflow.keras.src.engine.functional.Functional.f2af7c3

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


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

Parameters

backenddefault: "tensorflow"
class_namedefault: "Functional"
configdefault: {"input_layers": [["input_1", 0, 0]], "name": "model", "output_layers": [["dense", 0, 0]], "trainable": true}
layer000_input_1default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 128, 128, 3], "dtype": "float32", "name": "input_1", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_1", "registered_name": null}
layer001_conv1_paddefault: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "conv1_pad", "padding": [[3, 3], [3, 3]], "trainable": true}, "inbound_nodes": [[["input_1", 0, 0, {}]]], "module": "keras.layers", "name": "conv1_pad", "registered_name": null}
layer002_conv1_convdefault: {"build_config": {"input_shape": [null, 134, 134, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv1_pad", 0, 0, {}]]], "module": "keras.layers", "name": "conv1_conv", "registered_name": null}
layer003_conv1_bndefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv1_bn", "registered_name": null}
layer004_conv1_reludefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv1_relu", "trainable": true}, "inbound_nodes": [[["conv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv1_relu", "registered_name": null}
layer005_pool1_paddefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "pool1_pad", "padding": [[1, 1], [1, 1]], "trainable": true}, "inbound_nodes": [[["conv1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "pool1_pad", "registered_name": null}
layer006_pool1_pooldefault: {"build_config": {"input_shape": [null, 66, 66, 64]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "pool1_pool", "padding": "valid", "pool_size": [3, 3], "strides": [2, 2], "trainable": true}, "inbound_nodes": [[["pool1_pad", 0, 0, {}]]], "module": "keras.layers", "name": "pool1_pool", "registered_name": null}
layer007_conv2_block1_1_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["pool1_pool", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_1_conv", "registered_name": null}
layer008_conv2_block1_1_bndefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block1_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_1_bn", "registered_name": null}
layer009_conv2_block1_1_reludefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block1_1_relu", "trainable": true}, "inbound_nodes": [[["conv2_block1_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_1_relu", "registered_name": null}
layer010_conv2_block1_2_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block1_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_2_conv", "registered_name": null}
layer011_conv2_block1_2_bndefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block1_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_2_bn", "registered_name": null}
layer012_conv2_block1_2_reludefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block1_2_relu", "trainable": true}, "inbound_nodes": [[["conv2_block1_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_2_relu", "registered_name": null}
layer013_conv2_block1_0_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["pool1_pool", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_0_conv", "registered_name": null}
layer014_conv2_block1_3_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block1_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_3_conv", "registered_name": null}
layer015_conv2_block1_0_bndefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block1_0_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_0_bn", "registered_name": null}
layer016_conv2_block1_3_bndefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block1_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_3_bn", "registered_name": null}
layer017_conv2_block1_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 256], [null, 32, 32, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv2_block1_add", "trainable": true}, "inbound_nodes": [[["conv2_block1_0_bn", 0, 0, {}], ["conv2_block1_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_add", "registered_name": null}
layer018_conv2_block1_outdefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block1_out", "trainable": true}, "inbound_nodes": [[["conv2_block1_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block1_out", "registered_name": null}
layer019_conv2_block2_1_convdefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block1_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_1_conv", "registered_name": null}
layer020_conv2_block2_1_bndefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block2_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_1_bn", "registered_name": null}
layer021_conv2_block2_1_reludefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block2_1_relu", "trainable": true}, "inbound_nodes": [[["conv2_block2_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_1_relu", "registered_name": null}
layer022_conv2_block2_2_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block2_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_2_conv", "registered_name": null}
layer023_conv2_block2_2_bndefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block2_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_2_bn", "registered_name": null}
layer024_conv2_block2_2_reludefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block2_2_relu", "trainable": true}, "inbound_nodes": [[["conv2_block2_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_2_relu", "registered_name": null}
layer025_conv2_block2_3_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block2_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_3_conv", "registered_name": null}
layer026_conv2_block2_3_bndefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block2_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_3_bn", "registered_name": null}
layer027_conv2_block2_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 256], [null, 32, 32, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv2_block2_add", "trainable": true}, "inbound_nodes": [[["conv2_block1_out", 0, 0, {}], ["conv2_block2_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_add", "registered_name": null}
layer028_conv2_block2_outdefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block2_out", "trainable": true}, "inbound_nodes": [[["conv2_block2_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block2_out", "registered_name": null}
layer029_conv2_block3_1_convdefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block2_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_1_conv", "registered_name": null}
layer030_conv2_block3_1_bndefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block3_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_1_bn", "registered_name": null}
layer031_conv2_block3_1_reludefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block3_1_relu", "trainable": true}, "inbound_nodes": [[["conv2_block3_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_1_relu", "registered_name": null}
layer032_conv2_block3_2_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block3_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_2_conv", "registered_name": null}
layer033_conv2_block3_2_bndefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block3_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_2_bn", "registered_name": null}
layer034_conv2_block3_2_reludefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block3_2_relu", "trainable": true}, "inbound_nodes": [[["conv2_block3_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_2_relu", "registered_name": null}
layer035_conv2_block3_3_convdefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block3_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_3_conv", "registered_name": null}
layer036_conv2_block3_3_bndefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2_block3_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_3_bn", "registered_name": null}
layer037_conv2_block3_adddefault: {"build_config": {"input_shape": [[null, 32, 32, 256], [null, 32, 32, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv2_block3_add", "trainable": true}, "inbound_nodes": [[["conv2_block2_out", 0, 0, {}], ["conv2_block3_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_add", "registered_name": null}
layer038_conv2_block3_outdefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv2_block3_out", "trainable": true}, "inbound_nodes": [[["conv2_block3_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv2_block3_out", "registered_name": null}
layer039_conv3_block1_1_convdefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block3_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_1_conv", "registered_name": null}
layer040_conv3_block1_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block1_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_1_bn", "registered_name": null}
layer041_conv3_block1_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block1_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block1_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_1_relu", "registered_name": null}
layer042_conv3_block1_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block1_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_2_conv", "registered_name": null}
layer043_conv3_block1_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block1_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_2_bn", "registered_name": null}
layer044_conv3_block1_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block1_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block1_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_2_relu", "registered_name": null}
layer045_conv3_block1_0_convdefault: {"build_config": {"input_shape": [null, 32, 32, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv2_block3_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_0_conv", "registered_name": null}
layer046_conv3_block1_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block1_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_3_conv", "registered_name": null}
layer047_conv3_block1_0_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block1_0_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_0_bn", "registered_name": null}
layer048_conv3_block1_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block1_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_3_bn", "registered_name": null}
layer049_conv3_block1_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block1_add", "trainable": true}, "inbound_nodes": [[["conv3_block1_0_bn", 0, 0, {}], ["conv3_block1_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_add", "registered_name": null}
layer050_conv3_block1_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block1_out", "trainable": true}, "inbound_nodes": [[["conv3_block1_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block1_out", "registered_name": null}
layer051_conv3_block2_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block1_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_1_conv", "registered_name": null}
layer052_conv3_block2_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block2_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_1_bn", "registered_name": null}
layer053_conv3_block2_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block2_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block2_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_1_relu", "registered_name": null}
layer054_conv3_block2_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block2_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_2_conv", "registered_name": null}
layer055_conv3_block2_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block2_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_2_bn", "registered_name": null}
layer056_conv3_block2_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block2_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block2_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_2_relu", "registered_name": null}
layer057_conv3_block2_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block2_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_3_conv", "registered_name": null}
layer058_conv3_block2_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block2_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_3_bn", "registered_name": null}
layer059_conv3_block2_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block2_add", "trainable": true}, "inbound_nodes": [[["conv3_block1_out", 0, 0, {}], ["conv3_block2_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_add", "registered_name": null}
layer060_conv3_block2_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block2_out", "trainable": true}, "inbound_nodes": [[["conv3_block2_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block2_out", "registered_name": null}
layer061_conv3_block3_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block2_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_1_conv", "registered_name": null}
layer062_conv3_block3_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block3_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_1_bn", "registered_name": null}
layer063_conv3_block3_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block3_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block3_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_1_relu", "registered_name": null}
layer064_conv3_block3_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block3_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_2_conv", "registered_name": null}
layer065_conv3_block3_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block3_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_2_bn", "registered_name": null}
layer066_conv3_block3_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block3_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block3_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_2_relu", "registered_name": null}
layer067_conv3_block3_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block3_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_3_conv", "registered_name": null}
layer068_conv3_block3_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block3_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_3_bn", "registered_name": null}
layer069_conv3_block3_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block3_add", "trainable": true}, "inbound_nodes": [[["conv3_block2_out", 0, 0, {}], ["conv3_block3_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_add", "registered_name": null}
layer070_conv3_block3_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block3_out", "trainable": true}, "inbound_nodes": [[["conv3_block3_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block3_out", "registered_name": null}
layer071_conv3_block4_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block3_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_1_conv", "registered_name": null}
layer072_conv3_block4_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block4_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_1_bn", "registered_name": null}
layer073_conv3_block4_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block4_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block4_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_1_relu", "registered_name": null}
layer074_conv3_block4_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block4_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_2_conv", "registered_name": null}
layer075_conv3_block4_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block4_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_2_bn", "registered_name": null}
layer076_conv3_block4_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block4_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block4_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_2_relu", "registered_name": null}
layer077_conv3_block4_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block4_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_3_conv", "registered_name": null}
layer078_conv3_block4_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block4_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_3_bn", "registered_name": null}
layer079_conv3_block4_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block4_add", "trainable": true}, "inbound_nodes": [[["conv3_block3_out", 0, 0, {}], ["conv3_block4_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_add", "registered_name": null}
layer080_conv3_block4_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block4_out", "trainable": true}, "inbound_nodes": [[["conv3_block4_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block4_out", "registered_name": null}
layer081_conv3_block5_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block4_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_1_conv", "registered_name": null}
layer082_conv3_block5_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block5_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_1_bn", "registered_name": null}
layer083_conv3_block5_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block5_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block5_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_1_relu", "registered_name": null}
layer084_conv3_block5_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block5_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_2_conv", "registered_name": null}
layer085_conv3_block5_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block5_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_2_bn", "registered_name": null}
layer086_conv3_block5_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block5_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block5_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_2_relu", "registered_name": null}
layer087_conv3_block5_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block5_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_3_conv", "registered_name": null}
layer088_conv3_block5_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block5_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_3_bn", "registered_name": null}
layer089_conv3_block5_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block5_add", "trainable": true}, "inbound_nodes": [[["conv3_block4_out", 0, 0, {}], ["conv3_block5_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_add", "registered_name": null}
layer090_conv3_block5_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block5_out", "trainable": true}, "inbound_nodes": [[["conv3_block5_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block5_out", "registered_name": null}
layer091_conv3_block6_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block5_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_1_conv", "registered_name": null}
layer092_conv3_block6_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block6_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_1_bn", "registered_name": null}
layer093_conv3_block6_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block6_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block6_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_1_relu", "registered_name": null}
layer094_conv3_block6_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block6_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_2_conv", "registered_name": null}
layer095_conv3_block6_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block6_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_2_bn", "registered_name": null}
layer096_conv3_block6_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block6_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block6_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_2_relu", "registered_name": null}
layer097_conv3_block6_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block6_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_3_conv", "registered_name": null}
layer098_conv3_block6_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block6_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_3_bn", "registered_name": null}
layer099_conv3_block6_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block6_add", "trainable": true}, "inbound_nodes": [[["conv3_block5_out", 0, 0, {}], ["conv3_block6_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_add", "registered_name": null}
layer100_conv3_block6_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block6_out", "trainable": true}, "inbound_nodes": [[["conv3_block6_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block6_out", "registered_name": null}
layer101_conv3_block7_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block6_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_1_conv", "registered_name": null}
layer102_conv3_block7_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block7_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_1_bn", "registered_name": null}
layer103_conv3_block7_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block7_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block7_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_1_relu", "registered_name": null}
layer104_conv3_block7_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block7_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_2_conv", "registered_name": null}
layer105_conv3_block7_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block7_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_2_bn", "registered_name": null}
layer106_conv3_block7_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block7_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block7_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_2_relu", "registered_name": null}
layer107_conv3_block7_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block7_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_3_conv", "registered_name": null}
layer108_conv3_block7_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block7_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_3_bn", "registered_name": null}
layer109_conv3_block7_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block7_add", "trainable": true}, "inbound_nodes": [[["conv3_block6_out", 0, 0, {}], ["conv3_block7_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_add", "registered_name": null}
layer110_conv3_block7_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block7_out", "trainable": true}, "inbound_nodes": [[["conv3_block7_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block7_out", "registered_name": null}
layer111_conv3_block8_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block7_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_1_conv", "registered_name": null}
layer112_conv3_block8_1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block8_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_1_bn", "registered_name": null}
layer113_conv3_block8_1_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block8_1_relu", "trainable": true}, "inbound_nodes": [[["conv3_block8_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_1_relu", "registered_name": null}
layer114_conv3_block8_2_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block8_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_2_conv", "registered_name": null}
layer115_conv3_block8_2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block8_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_2_bn", "registered_name": null}
layer116_conv3_block8_2_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block8_2_relu", "trainable": true}, "inbound_nodes": [[["conv3_block8_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_2_relu", "registered_name": null}
layer117_conv3_block8_3_convdefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block8_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_3_conv", "registered_name": null}
layer118_conv3_block8_3_bndefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv3_block8_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_3_bn", "registered_name": null}
layer119_conv3_block8_adddefault: {"build_config": {"input_shape": [[null, 16, 16, 512], [null, 16, 16, 512]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv3_block8_add", "trainable": true}, "inbound_nodes": [[["conv3_block7_out", 0, 0, {}], ["conv3_block8_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_add", "registered_name": null}
layer120_conv3_block8_outdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv3_block8_out", "trainable": true}, "inbound_nodes": [[["conv3_block8_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv3_block8_out", "registered_name": null}
layer121_conv4_block1_1_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block8_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_1_conv", "registered_name": null}
layer122_conv4_block1_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block1_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_1_bn", "registered_name": null}
layer123_conv4_block1_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block1_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block1_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_1_relu", "registered_name": null}
layer124_conv4_block1_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block1_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_2_conv", "registered_name": null}
layer125_conv4_block1_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block1_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_2_bn", "registered_name": null}
layer126_conv4_block1_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block1_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block1_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_2_relu", "registered_name": null}
layer127_conv4_block1_0_convdefault: {"build_config": {"input_shape": [null, 16, 16, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv3_block8_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_0_conv", "registered_name": null}
layer128_conv4_block1_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block1_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_3_conv", "registered_name": null}
layer129_conv4_block1_0_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block1_0_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_0_bn", "registered_name": null}
layer130_conv4_block1_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block1_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_3_bn", "registered_name": null}
layer131_conv4_block1_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block1_add", "trainable": true}, "inbound_nodes": [[["conv4_block1_0_bn", 0, 0, {}], ["conv4_block1_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_add", "registered_name": null}
layer132_conv4_block1_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block1_out", "trainable": true}, "inbound_nodes": [[["conv4_block1_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block1_out", "registered_name": null}
layer133_conv4_block2_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block1_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_1_conv", "registered_name": null}
layer134_conv4_block2_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block2_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_1_bn", "registered_name": null}
layer135_conv4_block2_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block2_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block2_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_1_relu", "registered_name": null}
layer136_conv4_block2_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block2_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_2_conv", "registered_name": null}
layer137_conv4_block2_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block2_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_2_bn", "registered_name": null}
layer138_conv4_block2_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block2_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block2_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_2_relu", "registered_name": null}
layer139_conv4_block2_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block2_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_3_conv", "registered_name": null}
layer140_conv4_block2_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block2_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_3_bn", "registered_name": null}
layer141_conv4_block2_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block2_add", "trainable": true}, "inbound_nodes": [[["conv4_block1_out", 0, 0, {}], ["conv4_block2_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_add", "registered_name": null}
layer142_conv4_block2_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block2_out", "trainable": true}, "inbound_nodes": [[["conv4_block2_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block2_out", "registered_name": null}
layer143_conv4_block3_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block2_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_1_conv", "registered_name": null}
layer144_conv4_block3_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block3_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_1_bn", "registered_name": null}
layer145_conv4_block3_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block3_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block3_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_1_relu", "registered_name": null}
layer146_conv4_block3_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block3_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_2_conv", "registered_name": null}
layer147_conv4_block3_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block3_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_2_bn", "registered_name": null}
layer148_conv4_block3_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block3_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block3_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_2_relu", "registered_name": null}
layer149_conv4_block3_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block3_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_3_conv", "registered_name": null}
layer150_conv4_block3_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block3_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_3_bn", "registered_name": null}
layer151_conv4_block3_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block3_add", "trainable": true}, "inbound_nodes": [[["conv4_block2_out", 0, 0, {}], ["conv4_block3_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_add", "registered_name": null}
layer152_conv4_block3_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block3_out", "trainable": true}, "inbound_nodes": [[["conv4_block3_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block3_out", "registered_name": null}
layer153_conv4_block4_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block3_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_1_conv", "registered_name": null}
layer154_conv4_block4_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block4_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_1_bn", "registered_name": null}
layer155_conv4_block4_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block4_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block4_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_1_relu", "registered_name": null}
layer156_conv4_block4_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block4_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_2_conv", "registered_name": null}
layer157_conv4_block4_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block4_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_2_bn", "registered_name": null}
layer158_conv4_block4_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block4_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block4_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_2_relu", "registered_name": null}
layer159_conv4_block4_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block4_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_3_conv", "registered_name": null}
layer160_conv4_block4_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block4_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_3_bn", "registered_name": null}
layer161_conv4_block4_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block4_add", "trainable": true}, "inbound_nodes": [[["conv4_block3_out", 0, 0, {}], ["conv4_block4_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_add", "registered_name": null}
layer162_conv4_block4_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block4_out", "trainable": true}, "inbound_nodes": [[["conv4_block4_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block4_out", "registered_name": null}
layer163_conv4_block5_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block4_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_1_conv", "registered_name": null}
layer164_conv4_block5_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block5_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_1_bn", "registered_name": null}
layer165_conv4_block5_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block5_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block5_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_1_relu", "registered_name": null}
layer166_conv4_block5_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block5_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_2_conv", "registered_name": null}
layer167_conv4_block5_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block5_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_2_bn", "registered_name": null}
layer168_conv4_block5_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block5_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block5_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_2_relu", "registered_name": null}
layer169_conv4_block5_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block5_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_3_conv", "registered_name": null}
layer170_conv4_block5_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block5_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_3_bn", "registered_name": null}
layer171_conv4_block5_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block5_add", "trainable": true}, "inbound_nodes": [[["conv4_block4_out", 0, 0, {}], ["conv4_block5_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_add", "registered_name": null}
layer172_conv4_block5_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block5_out", "trainable": true}, "inbound_nodes": [[["conv4_block5_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block5_out", "registered_name": null}
layer173_conv4_block6_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block5_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_1_conv", "registered_name": null}
layer174_conv4_block6_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block6_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_1_bn", "registered_name": null}
layer175_conv4_block6_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block6_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block6_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_1_relu", "registered_name": null}
layer176_conv4_block6_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block6_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_2_conv", "registered_name": null}
layer177_conv4_block6_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block6_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_2_bn", "registered_name": null}
layer178_conv4_block6_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block6_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block6_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_2_relu", "registered_name": null}
layer179_conv4_block6_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block6_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_3_conv", "registered_name": null}
layer180_conv4_block6_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block6_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_3_bn", "registered_name": null}
layer181_conv4_block6_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block6_add", "trainable": true}, "inbound_nodes": [[["conv4_block5_out", 0, 0, {}], ["conv4_block6_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_add", "registered_name": null}
layer182_conv4_block6_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block6_out", "trainable": true}, "inbound_nodes": [[["conv4_block6_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block6_out", "registered_name": null}
layer183_conv4_block7_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block6_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_1_conv", "registered_name": null}
layer184_conv4_block7_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block7_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_1_bn", "registered_name": null}
layer185_conv4_block7_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block7_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block7_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_1_relu", "registered_name": null}
layer186_conv4_block7_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block7_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_2_conv", "registered_name": null}
layer187_conv4_block7_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block7_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_2_bn", "registered_name": null}
layer188_conv4_block7_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block7_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block7_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_2_relu", "registered_name": null}
layer189_conv4_block7_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block7_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_3_conv", "registered_name": null}
layer190_conv4_block7_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block7_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_3_bn", "registered_name": null}
layer191_conv4_block7_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block7_add", "trainable": true}, "inbound_nodes": [[["conv4_block6_out", 0, 0, {}], ["conv4_block7_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_add", "registered_name": null}
layer192_conv4_block7_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block7_out", "trainable": true}, "inbound_nodes": [[["conv4_block7_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block7_out", "registered_name": null}
layer193_conv4_block8_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block7_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_1_conv", "registered_name": null}
layer194_conv4_block8_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block8_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_1_bn", "registered_name": null}
layer195_conv4_block8_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block8_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block8_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_1_relu", "registered_name": null}
layer196_conv4_block8_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block8_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_2_conv", "registered_name": null}
layer197_conv4_block8_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block8_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_2_bn", "registered_name": null}
layer198_conv4_block8_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block8_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block8_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_2_relu", "registered_name": null}
layer199_conv4_block8_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block8_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_3_conv", "registered_name": null}
layer200_conv4_block8_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block8_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_3_bn", "registered_name": null}
layer201_conv4_block8_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block8_add", "trainable": true}, "inbound_nodes": [[["conv4_block7_out", 0, 0, {}], ["conv4_block8_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_add", "registered_name": null}
layer202_conv4_block8_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block8_out", "trainable": true}, "inbound_nodes": [[["conv4_block8_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block8_out", "registered_name": null}
layer203_conv4_block9_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block8_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_1_conv", "registered_name": null}
layer204_conv4_block9_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block9_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_1_bn", "registered_name": null}
layer205_conv4_block9_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block9_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block9_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_1_relu", "registered_name": null}
layer206_conv4_block9_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block9_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_2_conv", "registered_name": null}
layer207_conv4_block9_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block9_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_2_bn", "registered_name": null}
layer208_conv4_block9_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block9_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block9_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_2_relu", "registered_name": null}
layer209_conv4_block9_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block9_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_3_conv", "registered_name": null}
layer210_conv4_block9_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block9_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_3_bn", "registered_name": null}
layer211_conv4_block9_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block9_add", "trainable": true}, "inbound_nodes": [[["conv4_block8_out", 0, 0, {}], ["conv4_block9_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_add", "registered_name": null}
layer212_conv4_block9_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block9_out", "trainable": true}, "inbound_nodes": [[["conv4_block9_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block9_out", "registered_name": null}
layer213_conv4_block10_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block9_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_1_conv", "registered_name": null}
layer214_conv4_block10_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block10_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_1_bn", "registered_name": null}
layer215_conv4_block10_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block10_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block10_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_1_relu", "registered_name": null}
layer216_conv4_block10_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block10_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_2_conv", "registered_name": null}
layer217_conv4_block10_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block10_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_2_bn", "registered_name": null}
layer218_conv4_block10_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block10_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block10_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_2_relu", "registered_name": null}
layer219_conv4_block10_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block10_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_3_conv", "registered_name": null}
layer220_conv4_block10_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block10_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_3_bn", "registered_name": null}
layer221_conv4_block10_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block10_add", "trainable": true}, "inbound_nodes": [[["conv4_block9_out", 0, 0, {}], ["conv4_block10_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_add", "registered_name": null}
layer222_conv4_block10_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block10_out", "trainable": true}, "inbound_nodes": [[["conv4_block10_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block10_out", "registered_name": null}
layer223_conv4_block11_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block10_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_1_conv", "registered_name": null}
layer224_conv4_block11_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block11_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_1_bn", "registered_name": null}
layer225_conv4_block11_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block11_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block11_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_1_relu", "registered_name": null}
layer226_conv4_block11_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block11_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_2_conv", "registered_name": null}
layer227_conv4_block11_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block11_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_2_bn", "registered_name": null}
layer228_conv4_block11_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block11_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block11_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_2_relu", "registered_name": null}
layer229_conv4_block11_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block11_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_3_conv", "registered_name": null}
layer230_conv4_block11_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block11_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_3_bn", "registered_name": null}
layer231_conv4_block11_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block11_add", "trainable": true}, "inbound_nodes": [[["conv4_block10_out", 0, 0, {}], ["conv4_block11_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_add", "registered_name": null}
layer232_conv4_block11_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block11_out", "trainable": true}, "inbound_nodes": [[["conv4_block11_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block11_out", "registered_name": null}
layer233_conv4_block12_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block11_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_1_conv", "registered_name": null}
layer234_conv4_block12_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block12_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_1_bn", "registered_name": null}
layer235_conv4_block12_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block12_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block12_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_1_relu", "registered_name": null}
layer236_conv4_block12_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block12_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_2_conv", "registered_name": null}
layer237_conv4_block12_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block12_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_2_bn", "registered_name": null}
layer238_conv4_block12_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block12_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block12_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_2_relu", "registered_name": null}
layer239_conv4_block12_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block12_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_3_conv", "registered_name": null}
layer240_conv4_block12_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block12_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_3_bn", "registered_name": null}
layer241_conv4_block12_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block12_add", "trainable": true}, "inbound_nodes": [[["conv4_block11_out", 0, 0, {}], ["conv4_block12_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_add", "registered_name": null}
layer242_conv4_block12_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block12_out", "trainable": true}, "inbound_nodes": [[["conv4_block12_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block12_out", "registered_name": null}
layer243_conv4_block13_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block12_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_1_conv", "registered_name": null}
layer244_conv4_block13_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block13_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_1_bn", "registered_name": null}
layer245_conv4_block13_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block13_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block13_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_1_relu", "registered_name": null}
layer246_conv4_block13_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block13_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_2_conv", "registered_name": null}
layer247_conv4_block13_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block13_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_2_bn", "registered_name": null}
layer248_conv4_block13_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block13_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block13_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_2_relu", "registered_name": null}
layer249_conv4_block13_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block13_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_3_conv", "registered_name": null}
layer250_conv4_block13_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block13_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_3_bn", "registered_name": null}
layer251_conv4_block13_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block13_add", "trainable": true}, "inbound_nodes": [[["conv4_block12_out", 0, 0, {}], ["conv4_block13_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_add", "registered_name": null}
layer252_conv4_block13_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block13_out", "trainable": true}, "inbound_nodes": [[["conv4_block13_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block13_out", "registered_name": null}
layer253_conv4_block14_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block13_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_1_conv", "registered_name": null}
layer254_conv4_block14_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block14_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_1_bn", "registered_name": null}
layer255_conv4_block14_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block14_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block14_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_1_relu", "registered_name": null}
layer256_conv4_block14_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block14_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_2_conv", "registered_name": null}
layer257_conv4_block14_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block14_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_2_bn", "registered_name": null}
layer258_conv4_block14_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block14_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block14_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_2_relu", "registered_name": null}
layer259_conv4_block14_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block14_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_3_conv", "registered_name": null}
layer260_conv4_block14_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block14_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_3_bn", "registered_name": null}
layer261_conv4_block14_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block14_add", "trainable": true}, "inbound_nodes": [[["conv4_block13_out", 0, 0, {}], ["conv4_block14_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_add", "registered_name": null}
layer262_conv4_block14_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block14_out", "trainable": true}, "inbound_nodes": [[["conv4_block14_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block14_out", "registered_name": null}
layer263_conv4_block15_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block14_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_1_conv", "registered_name": null}
layer264_conv4_block15_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block15_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_1_bn", "registered_name": null}
layer265_conv4_block15_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block15_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block15_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_1_relu", "registered_name": null}
layer266_conv4_block15_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block15_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_2_conv", "registered_name": null}
layer267_conv4_block15_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block15_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_2_bn", "registered_name": null}
layer268_conv4_block15_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block15_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block15_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_2_relu", "registered_name": null}
layer269_conv4_block15_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block15_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_3_conv", "registered_name": null}
layer270_conv4_block15_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block15_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_3_bn", "registered_name": null}
layer271_conv4_block15_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block15_add", "trainable": true}, "inbound_nodes": [[["conv4_block14_out", 0, 0, {}], ["conv4_block15_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_add", "registered_name": null}
layer272_conv4_block15_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block15_out", "trainable": true}, "inbound_nodes": [[["conv4_block15_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block15_out", "registered_name": null}
layer273_conv4_block16_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block15_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_1_conv", "registered_name": null}
layer274_conv4_block16_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block16_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_1_bn", "registered_name": null}
layer275_conv4_block16_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block16_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block16_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_1_relu", "registered_name": null}
layer276_conv4_block16_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block16_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_2_conv", "registered_name": null}
layer277_conv4_block16_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block16_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_2_bn", "registered_name": null}
layer278_conv4_block16_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block16_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block16_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_2_relu", "registered_name": null}
layer279_conv4_block16_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block16_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_3_conv", "registered_name": null}
layer280_conv4_block16_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block16_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_3_bn", "registered_name": null}
layer281_conv4_block16_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block16_add", "trainable": true}, "inbound_nodes": [[["conv4_block15_out", 0, 0, {}], ["conv4_block16_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_add", "registered_name": null}
layer282_conv4_block16_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block16_out", "trainable": true}, "inbound_nodes": [[["conv4_block16_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block16_out", "registered_name": null}
layer283_conv4_block17_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block16_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_1_conv", "registered_name": null}
layer284_conv4_block17_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block17_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_1_bn", "registered_name": null}
layer285_conv4_block17_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block17_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block17_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_1_relu", "registered_name": null}
layer286_conv4_block17_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block17_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_2_conv", "registered_name": null}
layer287_conv4_block17_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block17_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_2_bn", "registered_name": null}
layer288_conv4_block17_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block17_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block17_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_2_relu", "registered_name": null}
layer289_conv4_block17_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block17_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_3_conv", "registered_name": null}
layer290_conv4_block17_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block17_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_3_bn", "registered_name": null}
layer291_conv4_block17_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block17_add", "trainable": true}, "inbound_nodes": [[["conv4_block16_out", 0, 0, {}], ["conv4_block17_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_add", "registered_name": null}
layer292_conv4_block17_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block17_out", "trainable": true}, "inbound_nodes": [[["conv4_block17_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block17_out", "registered_name": null}
layer293_conv4_block18_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block17_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_1_conv", "registered_name": null}
layer294_conv4_block18_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block18_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_1_bn", "registered_name": null}
layer295_conv4_block18_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block18_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block18_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_1_relu", "registered_name": null}
layer296_conv4_block18_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block18_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_2_conv", "registered_name": null}
layer297_conv4_block18_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block18_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_2_bn", "registered_name": null}
layer298_conv4_block18_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block18_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block18_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_2_relu", "registered_name": null}
layer299_conv4_block18_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block18_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_3_conv", "registered_name": null}
layer300_conv4_block18_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block18_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_3_bn", "registered_name": null}
layer301_conv4_block18_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block18_add", "trainable": true}, "inbound_nodes": [[["conv4_block17_out", 0, 0, {}], ["conv4_block18_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_add", "registered_name": null}
layer302_conv4_block18_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block18_out", "trainable": true}, "inbound_nodes": [[["conv4_block18_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block18_out", "registered_name": null}
layer303_conv4_block19_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block18_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_1_conv", "registered_name": null}
layer304_conv4_block19_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block19_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_1_bn", "registered_name": null}
layer305_conv4_block19_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block19_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block19_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_1_relu", "registered_name": null}
layer306_conv4_block19_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block19_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_2_conv", "registered_name": null}
layer307_conv4_block19_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block19_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_2_bn", "registered_name": null}
layer308_conv4_block19_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block19_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block19_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_2_relu", "registered_name": null}
layer309_conv4_block19_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block19_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_3_conv", "registered_name": null}
layer310_conv4_block19_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block19_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_3_bn", "registered_name": null}
layer311_conv4_block19_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block19_add", "trainable": true}, "inbound_nodes": [[["conv4_block18_out", 0, 0, {}], ["conv4_block19_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_add", "registered_name": null}
layer312_conv4_block19_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block19_out", "trainable": true}, "inbound_nodes": [[["conv4_block19_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block19_out", "registered_name": null}
layer313_conv4_block20_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block19_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_1_conv", "registered_name": null}
layer314_conv4_block20_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block20_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_1_bn", "registered_name": null}
layer315_conv4_block20_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block20_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block20_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_1_relu", "registered_name": null}
layer316_conv4_block20_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block20_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_2_conv", "registered_name": null}
layer317_conv4_block20_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block20_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_2_bn", "registered_name": null}
layer318_conv4_block20_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block20_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block20_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_2_relu", "registered_name": null}
layer319_conv4_block20_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block20_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_3_conv", "registered_name": null}
layer320_conv4_block20_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block20_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_3_bn", "registered_name": null}
layer321_conv4_block20_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block20_add", "trainable": true}, "inbound_nodes": [[["conv4_block19_out", 0, 0, {}], ["conv4_block20_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_add", "registered_name": null}
layer322_conv4_block20_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block20_out", "trainable": true}, "inbound_nodes": [[["conv4_block20_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block20_out", "registered_name": null}
layer323_conv4_block21_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block20_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_1_conv", "registered_name": null}
layer324_conv4_block21_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block21_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_1_bn", "registered_name": null}
layer325_conv4_block21_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block21_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block21_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_1_relu", "registered_name": null}
layer326_conv4_block21_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block21_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_2_conv", "registered_name": null}
layer327_conv4_block21_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block21_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_2_bn", "registered_name": null}
layer328_conv4_block21_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block21_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block21_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_2_relu", "registered_name": null}
layer329_conv4_block21_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block21_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_3_conv", "registered_name": null}
layer330_conv4_block21_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block21_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_3_bn", "registered_name": null}
layer331_conv4_block21_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block21_add", "trainable": true}, "inbound_nodes": [[["conv4_block20_out", 0, 0, {}], ["conv4_block21_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_add", "registered_name": null}
layer332_conv4_block21_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block21_out", "trainable": true}, "inbound_nodes": [[["conv4_block21_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block21_out", "registered_name": null}
layer333_conv4_block22_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block21_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_1_conv", "registered_name": null}
layer334_conv4_block22_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block22_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_1_bn", "registered_name": null}
layer335_conv4_block22_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block22_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block22_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_1_relu", "registered_name": null}
layer336_conv4_block22_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block22_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_2_conv", "registered_name": null}
layer337_conv4_block22_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block22_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_2_bn", "registered_name": null}
layer338_conv4_block22_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block22_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block22_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_2_relu", "registered_name": null}
layer339_conv4_block22_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block22_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_3_conv", "registered_name": null}
layer340_conv4_block22_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block22_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_3_bn", "registered_name": null}
layer341_conv4_block22_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block22_add", "trainable": true}, "inbound_nodes": [[["conv4_block21_out", 0, 0, {}], ["conv4_block22_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_add", "registered_name": null}
layer342_conv4_block22_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block22_out", "trainable": true}, "inbound_nodes": [[["conv4_block22_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block22_out", "registered_name": null}
layer343_conv4_block23_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block22_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_1_conv", "registered_name": null}
layer344_conv4_block23_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block23_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_1_bn", "registered_name": null}
layer345_conv4_block23_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block23_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block23_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_1_relu", "registered_name": null}
layer346_conv4_block23_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block23_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_2_conv", "registered_name": null}
layer347_conv4_block23_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block23_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_2_bn", "registered_name": null}
layer348_conv4_block23_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block23_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block23_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_2_relu", "registered_name": null}
layer349_conv4_block23_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block23_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_3_conv", "registered_name": null}
layer350_conv4_block23_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block23_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_3_bn", "registered_name": null}
layer351_conv4_block23_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block23_add", "trainable": true}, "inbound_nodes": [[["conv4_block22_out", 0, 0, {}], ["conv4_block23_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_add", "registered_name": null}
layer352_conv4_block23_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block23_out", "trainable": true}, "inbound_nodes": [[["conv4_block23_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block23_out", "registered_name": null}
layer353_conv4_block24_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block23_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_1_conv", "registered_name": null}
layer354_conv4_block24_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block24_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_1_bn", "registered_name": null}
layer355_conv4_block24_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block24_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block24_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_1_relu", "registered_name": null}
layer356_conv4_block24_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block24_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_2_conv", "registered_name": null}
layer357_conv4_block24_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block24_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_2_bn", "registered_name": null}
layer358_conv4_block24_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block24_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block24_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_2_relu", "registered_name": null}
layer359_conv4_block24_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block24_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_3_conv", "registered_name": null}
layer360_conv4_block24_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block24_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_3_bn", "registered_name": null}
layer361_conv4_block24_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block24_add", "trainable": true}, "inbound_nodes": [[["conv4_block23_out", 0, 0, {}], ["conv4_block24_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_add", "registered_name": null}
layer362_conv4_block24_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block24_out", "trainable": true}, "inbound_nodes": [[["conv4_block24_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block24_out", "registered_name": null}
layer363_conv4_block25_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block24_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_1_conv", "registered_name": null}
layer364_conv4_block25_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block25_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_1_bn", "registered_name": null}
layer365_conv4_block25_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block25_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block25_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_1_relu", "registered_name": null}
layer366_conv4_block25_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block25_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_2_conv", "registered_name": null}
layer367_conv4_block25_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block25_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_2_bn", "registered_name": null}
layer368_conv4_block25_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block25_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block25_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_2_relu", "registered_name": null}
layer369_conv4_block25_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block25_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_3_conv", "registered_name": null}
layer370_conv4_block25_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block25_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_3_bn", "registered_name": null}
layer371_conv4_block25_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block25_add", "trainable": true}, "inbound_nodes": [[["conv4_block24_out", 0, 0, {}], ["conv4_block25_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_add", "registered_name": null}
layer372_conv4_block25_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block25_out", "trainable": true}, "inbound_nodes": [[["conv4_block25_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block25_out", "registered_name": null}
layer373_conv4_block26_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block25_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_1_conv", "registered_name": null}
layer374_conv4_block26_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block26_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_1_bn", "registered_name": null}
layer375_conv4_block26_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block26_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block26_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_1_relu", "registered_name": null}
layer376_conv4_block26_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block26_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_2_conv", "registered_name": null}
layer377_conv4_block26_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block26_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_2_bn", "registered_name": null}
layer378_conv4_block26_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block26_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block26_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_2_relu", "registered_name": null}
layer379_conv4_block26_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block26_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_3_conv", "registered_name": null}
layer380_conv4_block26_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block26_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_3_bn", "registered_name": null}
layer381_conv4_block26_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block26_add", "trainable": true}, "inbound_nodes": [[["conv4_block25_out", 0, 0, {}], ["conv4_block26_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_add", "registered_name": null}
layer382_conv4_block26_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block26_out", "trainable": true}, "inbound_nodes": [[["conv4_block26_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block26_out", "registered_name": null}
layer383_conv4_block27_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block26_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_1_conv", "registered_name": null}
layer384_conv4_block27_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block27_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_1_bn", "registered_name": null}
layer385_conv4_block27_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block27_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block27_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_1_relu", "registered_name": null}
layer386_conv4_block27_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block27_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_2_conv", "registered_name": null}
layer387_conv4_block27_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block27_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_2_bn", "registered_name": null}
layer388_conv4_block27_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block27_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block27_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_2_relu", "registered_name": null}
layer389_conv4_block27_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block27_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_3_conv", "registered_name": null}
layer390_conv4_block27_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block27_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_3_bn", "registered_name": null}
layer391_conv4_block27_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block27_add", "trainable": true}, "inbound_nodes": [[["conv4_block26_out", 0, 0, {}], ["conv4_block27_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_add", "registered_name": null}
layer392_conv4_block27_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block27_out", "trainable": true}, "inbound_nodes": [[["conv4_block27_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block27_out", "registered_name": null}
layer393_conv4_block28_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block27_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_1_conv", "registered_name": null}
layer394_conv4_block28_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block28_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_1_bn", "registered_name": null}
layer395_conv4_block28_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block28_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block28_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_1_relu", "registered_name": null}
layer396_conv4_block28_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block28_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_2_conv", "registered_name": null}
layer397_conv4_block28_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block28_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_2_bn", "registered_name": null}
layer398_conv4_block28_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block28_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block28_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_2_relu", "registered_name": null}
layer399_conv4_block28_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block28_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_3_conv", "registered_name": null}
layer400_conv4_block28_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block28_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_3_bn", "registered_name": null}
layer401_conv4_block28_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block28_add", "trainable": true}, "inbound_nodes": [[["conv4_block27_out", 0, 0, {}], ["conv4_block28_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_add", "registered_name": null}
layer402_conv4_block28_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block28_out", "trainable": true}, "inbound_nodes": [[["conv4_block28_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block28_out", "registered_name": null}
layer403_conv4_block29_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block28_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_1_conv", "registered_name": null}
layer404_conv4_block29_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block29_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_1_bn", "registered_name": null}
layer405_conv4_block29_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block29_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block29_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_1_relu", "registered_name": null}
layer406_conv4_block29_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block29_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_2_conv", "registered_name": null}
layer407_conv4_block29_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block29_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_2_bn", "registered_name": null}
layer408_conv4_block29_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block29_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block29_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_2_relu", "registered_name": null}
layer409_conv4_block29_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block29_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_3_conv", "registered_name": null}
layer410_conv4_block29_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block29_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_3_bn", "registered_name": null}
layer411_conv4_block29_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block29_add", "trainable": true}, "inbound_nodes": [[["conv4_block28_out", 0, 0, {}], ["conv4_block29_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_add", "registered_name": null}
layer412_conv4_block29_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block29_out", "trainable": true}, "inbound_nodes": [[["conv4_block29_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block29_out", "registered_name": null}
layer413_conv4_block30_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block29_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_1_conv", "registered_name": null}
layer414_conv4_block30_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block30_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_1_bn", "registered_name": null}
layer415_conv4_block30_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block30_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block30_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_1_relu", "registered_name": null}
layer416_conv4_block30_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block30_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_2_conv", "registered_name": null}
layer417_conv4_block30_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block30_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_2_bn", "registered_name": null}
layer418_conv4_block30_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block30_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block30_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_2_relu", "registered_name": null}
layer419_conv4_block30_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block30_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_3_conv", "registered_name": null}
layer420_conv4_block30_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block30_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_3_bn", "registered_name": null}
layer421_conv4_block30_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block30_add", "trainable": true}, "inbound_nodes": [[["conv4_block29_out", 0, 0, {}], ["conv4_block30_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_add", "registered_name": null}
layer422_conv4_block30_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block30_out", "trainable": true}, "inbound_nodes": [[["conv4_block30_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block30_out", "registered_name": null}
layer423_conv4_block31_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block30_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_1_conv", "registered_name": null}
layer424_conv4_block31_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block31_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_1_bn", "registered_name": null}
layer425_conv4_block31_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block31_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block31_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_1_relu", "registered_name": null}
layer426_conv4_block31_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block31_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_2_conv", "registered_name": null}
layer427_conv4_block31_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block31_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_2_bn", "registered_name": null}
layer428_conv4_block31_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block31_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block31_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_2_relu", "registered_name": null}
layer429_conv4_block31_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block31_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_3_conv", "registered_name": null}
layer430_conv4_block31_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block31_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_3_bn", "registered_name": null}
layer431_conv4_block31_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block31_add", "trainable": true}, "inbound_nodes": [[["conv4_block30_out", 0, 0, {}], ["conv4_block31_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_add", "registered_name": null}
layer432_conv4_block31_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block31_out", "trainable": true}, "inbound_nodes": [[["conv4_block31_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block31_out", "registered_name": null}
layer433_conv4_block32_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block31_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_1_conv", "registered_name": null}
layer434_conv4_block32_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block32_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_1_bn", "registered_name": null}
layer435_conv4_block32_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block32_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block32_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_1_relu", "registered_name": null}
layer436_conv4_block32_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block32_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_2_conv", "registered_name": null}
layer437_conv4_block32_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block32_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_2_bn", "registered_name": null}
layer438_conv4_block32_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block32_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block32_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_2_relu", "registered_name": null}
layer439_conv4_block32_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block32_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_3_conv", "registered_name": null}
layer440_conv4_block32_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block32_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_3_bn", "registered_name": null}
layer441_conv4_block32_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block32_add", "trainable": true}, "inbound_nodes": [[["conv4_block31_out", 0, 0, {}], ["conv4_block32_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_add", "registered_name": null}
layer442_conv4_block32_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block32_out", "trainable": true}, "inbound_nodes": [[["conv4_block32_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block32_out", "registered_name": null}
layer443_conv4_block33_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block32_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_1_conv", "registered_name": null}
layer444_conv4_block33_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block33_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_1_bn", "registered_name": null}
layer445_conv4_block33_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block33_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block33_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_1_relu", "registered_name": null}
layer446_conv4_block33_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block33_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_2_conv", "registered_name": null}
layer447_conv4_block33_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block33_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_2_bn", "registered_name": null}
layer448_conv4_block33_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block33_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block33_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_2_relu", "registered_name": null}
layer449_conv4_block33_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block33_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_3_conv", "registered_name": null}
layer450_conv4_block33_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block33_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_3_bn", "registered_name": null}
layer451_conv4_block33_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block33_add", "trainable": true}, "inbound_nodes": [[["conv4_block32_out", 0, 0, {}], ["conv4_block33_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_add", "registered_name": null}
layer452_conv4_block33_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block33_out", "trainable": true}, "inbound_nodes": [[["conv4_block33_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block33_out", "registered_name": null}
layer453_conv4_block34_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block33_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_1_conv", "registered_name": null}
layer454_conv4_block34_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block34_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_1_bn", "registered_name": null}
layer455_conv4_block34_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block34_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block34_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_1_relu", "registered_name": null}
layer456_conv4_block34_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block34_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_2_conv", "registered_name": null}
layer457_conv4_block34_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block34_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_2_bn", "registered_name": null}
layer458_conv4_block34_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block34_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block34_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_2_relu", "registered_name": null}
layer459_conv4_block34_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block34_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_3_conv", "registered_name": null}
layer460_conv4_block34_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block34_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_3_bn", "registered_name": null}
layer461_conv4_block34_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block34_add", "trainable": true}, "inbound_nodes": [[["conv4_block33_out", 0, 0, {}], ["conv4_block34_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_add", "registered_name": null}
layer462_conv4_block34_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block34_out", "trainable": true}, "inbound_nodes": [[["conv4_block34_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block34_out", "registered_name": null}
layer463_conv4_block35_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block34_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_1_conv", "registered_name": null}
layer464_conv4_block35_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block35_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_1_bn", "registered_name": null}
layer465_conv4_block35_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block35_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block35_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_1_relu", "registered_name": null}
layer466_conv4_block35_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block35_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_2_conv", "registered_name": null}
layer467_conv4_block35_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block35_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_2_bn", "registered_name": null}
layer468_conv4_block35_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block35_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block35_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_2_relu", "registered_name": null}
layer469_conv4_block35_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block35_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_3_conv", "registered_name": null}
layer470_conv4_block35_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block35_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_3_bn", "registered_name": null}
layer471_conv4_block35_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block35_add", "trainable": true}, "inbound_nodes": [[["conv4_block34_out", 0, 0, {}], ["conv4_block35_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_add", "registered_name": null}
layer472_conv4_block35_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block35_out", "trainable": true}, "inbound_nodes": [[["conv4_block35_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block35_out", "registered_name": null}
layer473_conv4_block36_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block35_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_1_conv", "registered_name": null}
layer474_conv4_block36_1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block36_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_1_bn", "registered_name": null}
layer475_conv4_block36_1_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block36_1_relu", "trainable": true}, "inbound_nodes": [[["conv4_block36_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_1_relu", "registered_name": null}
layer476_conv4_block36_2_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block36_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_2_conv", "registered_name": null}
layer477_conv4_block36_2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block36_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_2_bn", "registered_name": null}
layer478_conv4_block36_2_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block36_2_relu", "trainable": true}, "inbound_nodes": [[["conv4_block36_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_2_relu", "registered_name": null}
layer479_conv4_block36_3_convdefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block36_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_3_conv", "registered_name": null}
layer480_conv4_block36_3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv4_block36_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_3_bn", "registered_name": null}
layer481_conv4_block36_adddefault: {"build_config": {"input_shape": [[null, 8, 8, 1024], [null, 8, 8, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv4_block36_add", "trainable": true}, "inbound_nodes": [[["conv4_block35_out", 0, 0, {}], ["conv4_block36_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_add", "registered_name": null}
layer482_conv4_block36_outdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv4_block36_out", "trainable": true}, "inbound_nodes": [[["conv4_block36_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv4_block36_out", "registered_name": null}
layer483_conv5_block1_1_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block36_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_1_conv", "registered_name": null}
layer484_conv5_block1_1_bndefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block1_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_1_bn", "registered_name": null}
layer485_conv5_block1_1_reludefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block1_1_relu", "trainable": true}, "inbound_nodes": [[["conv5_block1_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_1_relu", "registered_name": null}
layer486_conv5_block1_2_convdefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block1_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_2_conv", "registered_name": null}
layer487_conv5_block1_2_bndefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block1_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_2_bn", "registered_name": null}
layer488_conv5_block1_2_reludefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block1_2_relu", "trainable": true}, "inbound_nodes": [[["conv5_block1_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_2_relu", "registered_name": null}
layer489_conv5_block1_0_convdefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv4_block36_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_0_conv", "registered_name": null}
layer490_conv5_block1_3_convdefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block1_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_3_conv", "registered_name": null}
layer491_conv5_block1_0_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block1_0_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_0_bn", "registered_name": null}
layer492_conv5_block1_3_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block1_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_3_bn", "registered_name": null}
layer493_conv5_block1_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 2048], [null, 4, 4, 2048]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv5_block1_add", "trainable": true}, "inbound_nodes": [[["conv5_block1_0_bn", 0, 0, {}], ["conv5_block1_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_add", "registered_name": null}
layer494_conv5_block1_outdefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block1_out", "trainable": true}, "inbound_nodes": [[["conv5_block1_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block1_out", "registered_name": null}
layer495_conv5_block2_1_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block1_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_1_conv", "registered_name": null}
layer496_conv5_block2_1_bndefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block2_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_1_bn", "registered_name": null}
layer497_conv5_block2_1_reludefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block2_1_relu", "trainable": true}, "inbound_nodes": [[["conv5_block2_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_1_relu", "registered_name": null}
layer498_conv5_block2_2_convdefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block2_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_2_conv", "registered_name": null}
layer499_conv5_block2_2_bndefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block2_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_2_bn", "registered_name": null}
layer500_conv5_block2_2_reludefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block2_2_relu", "trainable": true}, "inbound_nodes": [[["conv5_block2_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_2_relu", "registered_name": null}
layer501_conv5_block2_3_convdefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block2_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_3_conv", "registered_name": null}
layer502_conv5_block2_3_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block2_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_3_bn", "registered_name": null}
layer503_conv5_block2_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 2048], [null, 4, 4, 2048]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv5_block2_add", "trainable": true}, "inbound_nodes": [[["conv5_block1_out", 0, 0, {}], ["conv5_block2_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_add", "registered_name": null}
layer504_conv5_block2_outdefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block2_out", "trainable": true}, "inbound_nodes": [[["conv5_block2_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block2_out", "registered_name": null}
layer505_conv5_block3_1_convdefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block2_out", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_1_conv", "registered_name": null}
layer506_conv5_block3_1_bndefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block3_1_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_1_bn", "registered_name": null}
layer507_conv5_block3_1_reludefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block3_1_relu", "trainable": true}, "inbound_nodes": [[["conv5_block3_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_1_relu", "registered_name": null}
layer508_conv5_block3_2_convdefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block3_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_2_conv", "registered_name": null}
layer509_conv5_block3_2_bndefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block3_2_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_2_bn", "registered_name": null}
layer510_conv5_block3_2_reludefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block3_2_relu", "trainable": true}, "inbound_nodes": [[["conv5_block3_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_2_relu", "registered_name": null}
layer511_conv5_block3_3_convdefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv5_block3_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_3_conv", "registered_name": null}
layer512_conv5_block3_3_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv5_block3_3_conv", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_3_bn", "registered_name": null}
layer513_conv5_block3_adddefault: {"build_config": {"input_shape": [[null, 4, 4, 2048], [null, 4, 4, 2048]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "conv5_block3_add", "trainable": true}, "inbound_nodes": [[["conv5_block2_out", 0, 0, {}], ["conv5_block3_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_add", "registered_name": null}
layer514_conv5_block3_outdefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "conv5_block3_out", "trainable": true}, "inbound_nodes": [[["conv5_block3_add", 0, 0, {}]]], "module": "keras.layers", "name": "conv5_block3_out", "registered_name": null}
layer515_global_average_pooling2ddefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d", "trainable": true}, "inbound_nodes": [[["conv5_block3_out", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d", "registered_name": null}
layer516_dropoutdefault: {"build_config": {"input_shape": [null, 2048]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout", "noise_shape": null, "rate": 0.5, "seed": null, "trainable": true}, "inbound_nodes": [[["global_average_pooling2d", 0, 0, {}]]], "module": "keras.layers", "name": "dropout", "registered_name": null}
layer517_densedefault: {"build_config": {"input_shape": [null, 2048]}, "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", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["dropout", 0, 0, {}]]], "module": "keras.layers", "name": "dense", "registered_name": null}
optimizerdefault: {"loss": "categorical_crossentropy", "metrics": [], "optimizer_config": {"class_name": "Adam", "config": {"amsgrad": false, "beta_1": 0.9, "beta_2": 0.999, "clipnorm": null, "clipvalue": null, "ema_momentum": 0.99, "ema_overwrite_frequency": null, "epsilon": 1e-07, "global_clipnorm": null, "is_legacy_optimizer": false, "jit_compile": false, "learning_rate": 0.00039999998989515007, "name": "Adam", "use_ema": false, "weight_decay": null}}}
tensorflow_versiondefault: "2.15.0"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table