Flow
tensorflow.keras.src.engine.functional.Functional.171155b0

tensorflow.keras.src.engine.functional.Functional.171155b0

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


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

Parameters

backenddefault: "tensorflow"
class_namedefault: "Functional"
configdefault: {"input_layers": [["input_3", 0, 0]], "name": "model_2", "output_layers": [["dense_17", 0, 0]], "trainable": true}
layer000_input_3default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 128, 128, 3], "dtype": "float32", "name": "input_3", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_3", "registered_name": null}
layer001_preprocess_input_layer_2default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "PreprocessInputLayer", "config": {"dtype": "float32", "name": "preprocess_input_layer_2", "trainable": false}, "inbound_nodes": [[["input_3", 0, 0, {}]]], "module": null, "name": "preprocess_input_layer_2", "registered_name": "Custom>PreprocessInputLayer"}
layer002_block1_conv1default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["preprocess_input_layer_2", 0, 0, {}]]], "module": "keras.layers", "name": "block1_conv1", "registered_name": null}
layer003_block1_conv1_bndefault: {"build_config": {"input_shape": [null, 63, 63, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1_conv1", 0, 0, {}]]], "module": "keras.layers", "name": "block1_conv1_bn", "registered_name": null}
layer004_block1_conv1_actdefault: {"build_config": {"input_shape": [null, 63, 63, 32]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block1_conv1_act", "trainable": false}, "inbound_nodes": [[["block1_conv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1_conv1_act", "registered_name": null}
layer005_block1_conv2default: {"build_config": {"input_shape": [null, 63, 63, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1_conv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block1_conv2", "registered_name": null}
layer006_block1_conv2_bndefault: {"build_config": {"input_shape": [null, 61, 61, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block1_conv2", 0, 0, {}]]], "module": "keras.layers", "name": "block1_conv2_bn", "registered_name": null}
layer007_block1_conv2_actdefault: {"build_config": {"input_shape": [null, 61, 61, 64]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block1_conv2_act", "trainable": false}, "inbound_nodes": [[["block1_conv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block1_conv2_act", "registered_name": null}
layer008_block2_sepconv1default: {"build_config": {"input_shape": [null, 61, 61, 64]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block1_conv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block2_sepconv1", "registered_name": null}
layer009_block2_sepconv1_bndefault: {"build_config": {"input_shape": [null, 61, 61, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block2_sepconv1_bn", "registered_name": null}
layer010_block2_sepconv2_actdefault: {"build_config": {"input_shape": [null, 61, 61, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block2_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block2_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2_sepconv2_act", "registered_name": null}
layer011_block2_sepconv2default: {"build_config": {"input_shape": [null, 61, 61, 128]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block2_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block2_sepconv2", "registered_name": null}
layer012_block2_sepconv2_bndefault: {"build_config": {"input_shape": [null, 61, 61, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block2_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block2_sepconv2_bn", "registered_name": null}
layer013_conv2d_8default: {"build_config": {"input_shape": [null, 61, 61, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["block1_conv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "conv2d_8", "registered_name": null}
layer014_block2_pooldefault: {"build_config": {"input_shape": [null, 61, 61, 128]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block2_pool", "padding": "same", "pool_size": [3, 3], "strides": [2, 2], "trainable": false}, "inbound_nodes": [[["block2_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block2_pool", "registered_name": null}
layer015_batch_normalization_18default: {"build_config": {"input_shape": [null, 31, 31, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2d_8", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_18", "registered_name": null}
layer016_add_24default: {"build_config": {"input_shape": [[null, 31, 31, 128], [null, 31, 31, 128]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_24", "trainable": false}, "inbound_nodes": [[["block2_pool", 0, 0, {}], ["batch_normalization_18", 0, 0, {}]]], "module": "keras.layers", "name": "add_24", "registered_name": null}
layer017_block3_sepconv1_actdefault: {"build_config": {"input_shape": [null, 31, 31, 128]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block3_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_24", 0, 0, {}]]], "module": "keras.layers", "name": "block3_sepconv1_act", "registered_name": null}
layer018_block3_sepconv1default: {"build_config": {"input_shape": [null, 31, 31, 128]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block3_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block3_sepconv1", "registered_name": null}
layer019_block3_sepconv1_bndefault: {"build_config": {"input_shape": [null, 31, 31, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block3_sepconv1_bn", "registered_name": null}
layer020_block3_sepconv2_actdefault: {"build_config": {"input_shape": [null, 31, 31, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block3_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block3_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3_sepconv2_act", "registered_name": null}
layer021_block3_sepconv2default: {"build_config": {"input_shape": [null, 31, 31, 256]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block3_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block3_sepconv2", "registered_name": null}
layer022_block3_sepconv2_bndefault: {"build_config": {"input_shape": [null, 31, 31, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block3_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block3_sepconv2_bn", "registered_name": null}
layer023_conv2d_9default: {"build_config": {"input_shape": [null, 31, 31, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["add_24", 0, 0, {}]]], "module": "keras.layers", "name": "conv2d_9", "registered_name": null}
layer024_block3_pooldefault: {"build_config": {"input_shape": [null, 31, 31, 256]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block3_pool", "padding": "same", "pool_size": [3, 3], "strides": [2, 2], "trainable": false}, "inbound_nodes": [[["block3_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block3_pool", "registered_name": null}
layer025_batch_normalization_19default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2d_9", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_19", "registered_name": null}
layer026_add_25default: {"build_config": {"input_shape": [[null, 16, 16, 256], [null, 16, 16, 256]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_25", "trainable": false}, "inbound_nodes": [[["block3_pool", 0, 0, {}], ["batch_normalization_19", 0, 0, {}]]], "module": "keras.layers", "name": "add_25", "registered_name": null}
layer027_block4_sepconv1_actdefault: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block4_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_25", 0, 0, {}]]], "module": "keras.layers", "name": "block4_sepconv1_act", "registered_name": null}
layer028_block4_sepconv1default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block4_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block4_sepconv1", "registered_name": null}
layer029_block4_sepconv1_bndefault: {"build_config": {"input_shape": [null, 16, 16, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block4_sepconv1_bn", "registered_name": null}
layer030_block4_sepconv2_actdefault: {"build_config": {"input_shape": [null, 16, 16, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block4_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block4_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4_sepconv2_act", "registered_name": null}
layer031_block4_sepconv2default: {"build_config": {"input_shape": [null, 16, 16, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block4_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block4_sepconv2", "registered_name": null}
layer032_block4_sepconv2_bndefault: {"build_config": {"input_shape": [null, 16, 16, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block4_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block4_sepconv2_bn", "registered_name": null}
layer033_conv2d_10default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["add_25", 0, 0, {}]]], "module": "keras.layers", "name": "conv2d_10", "registered_name": null}
layer034_block4_pooldefault: {"build_config": {"input_shape": [null, 16, 16, 728]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block4_pool", "padding": "same", "pool_size": [3, 3], "strides": [2, 2], "trainable": false}, "inbound_nodes": [[["block4_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block4_pool", "registered_name": null}
layer035_batch_normalization_20default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2d_10", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_20", "registered_name": null}
layer036_add_26default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_26", "trainable": false}, "inbound_nodes": [[["block4_pool", 0, 0, {}], ["batch_normalization_20", 0, 0, {}]]], "module": "keras.layers", "name": "add_26", "registered_name": null}
layer037_block5_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block5_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_26", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv1_act", "registered_name": null}
layer038_block5_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block5_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv1", "registered_name": null}
layer039_block5_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv1_bn", "registered_name": null}
layer040_block5_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block5_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block5_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv2_act", "registered_name": null}
layer041_block5_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block5_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv2", "registered_name": null}
layer042_block5_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv2_bn", "registered_name": null}
layer043_block5_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block5_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block5_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv3_act", "registered_name": null}
layer044_block5_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block5_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv3", "registered_name": null}
layer045_block5_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block5_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block5_sepconv3_bn", "registered_name": null}
layer046_add_27default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_27", "trainable": false}, "inbound_nodes": [[["block5_sepconv3_bn", 0, 0, {}], ["add_26", 0, 0, {}]]], "module": "keras.layers", "name": "add_27", "registered_name": null}
layer047_block6_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block6_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_27", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv1_act", "registered_name": null}
layer048_block6_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block6_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv1", "registered_name": null}
layer049_block6_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv1_bn", "registered_name": null}
layer050_block6_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block6_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block6_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv2_act", "registered_name": null}
layer051_block6_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block6_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv2", "registered_name": null}
layer052_block6_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv2_bn", "registered_name": null}
layer053_block6_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block6_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block6_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv3_act", "registered_name": null}
layer054_block6_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block6_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv3", "registered_name": null}
layer055_block6_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block6_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block6_sepconv3_bn", "registered_name": null}
layer056_add_28default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_28", "trainable": false}, "inbound_nodes": [[["block6_sepconv3_bn", 0, 0, {}], ["add_27", 0, 0, {}]]], "module": "keras.layers", "name": "add_28", "registered_name": null}
layer057_block7_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block7_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_28", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv1_act", "registered_name": null}
layer058_block7_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block7_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv1", "registered_name": null}
layer059_block7_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv1_bn", "registered_name": null}
layer060_block7_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block7_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block7_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv2_act", "registered_name": null}
layer061_block7_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block7_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv2", "registered_name": null}
layer062_block7_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv2_bn", "registered_name": null}
layer063_block7_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block7_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block7_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv3_act", "registered_name": null}
layer064_block7_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block7_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv3", "registered_name": null}
layer065_block7_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block7_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block7_sepconv3_bn", "registered_name": null}
layer066_add_29default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_29", "trainable": false}, "inbound_nodes": [[["block7_sepconv3_bn", 0, 0, {}], ["add_28", 0, 0, {}]]], "module": "keras.layers", "name": "add_29", "registered_name": null}
layer067_block8_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block8_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_29", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv1_act", "registered_name": null}
layer068_block8_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block8_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv1", "registered_name": null}
layer069_block8_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block8_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv1_bn", "registered_name": null}
layer070_block8_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block8_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block8_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv2_act", "registered_name": null}
layer071_block8_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block8_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv2", "registered_name": null}
layer072_block8_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block8_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv2_bn", "registered_name": null}
layer073_block8_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block8_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block8_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv3_act", "registered_name": null}
layer074_block8_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block8_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv3", "registered_name": null}
layer075_block8_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block8_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block8_sepconv3_bn", "registered_name": null}
layer076_add_30default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_30", "trainable": false}, "inbound_nodes": [[["block8_sepconv3_bn", 0, 0, {}], ["add_29", 0, 0, {}]]], "module": "keras.layers", "name": "add_30", "registered_name": null}
layer077_block9_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block9_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_30", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv1_act", "registered_name": null}
layer078_block9_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block9_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv1", "registered_name": null}
layer079_block9_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block9_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv1_bn", "registered_name": null}
layer080_block9_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block9_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block9_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv2_act", "registered_name": null}
layer081_block9_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block9_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv2", "registered_name": null}
layer082_block9_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block9_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv2_bn", "registered_name": null}
layer083_block9_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block9_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block9_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv3_act", "registered_name": null}
layer084_block9_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block9_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv3", "registered_name": null}
layer085_block9_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block9_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block9_sepconv3_bn", "registered_name": null}
layer086_add_31default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_31", "trainable": false}, "inbound_nodes": [[["block9_sepconv3_bn", 0, 0, {}], ["add_30", 0, 0, {}]]], "module": "keras.layers", "name": "add_31", "registered_name": null}
layer087_block10_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block10_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_31", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv1_act", "registered_name": null}
layer088_block10_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block10_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv1", "registered_name": null}
layer089_block10_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block10_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv1_bn", "registered_name": null}
layer090_block10_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block10_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block10_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv2_act", "registered_name": null}
layer091_block10_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block10_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv2", "registered_name": null}
layer092_block10_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block10_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv2_bn", "registered_name": null}
layer093_block10_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block10_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block10_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv3_act", "registered_name": null}
layer094_block10_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block10_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv3", "registered_name": null}
layer095_block10_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block10_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block10_sepconv3_bn", "registered_name": null}
layer096_add_32default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_32", "trainable": false}, "inbound_nodes": [[["block10_sepconv3_bn", 0, 0, {}], ["add_31", 0, 0, {}]]], "module": "keras.layers", "name": "add_32", "registered_name": null}
layer097_block11_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block11_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_32", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv1_act", "registered_name": null}
layer098_block11_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block11_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv1", "registered_name": null}
layer099_block11_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block11_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv1_bn", "registered_name": null}
layer100_block11_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block11_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block11_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv2_act", "registered_name": null}
layer101_block11_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block11_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv2", "registered_name": null}
layer102_block11_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block11_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv2_bn", "registered_name": null}
layer103_block11_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block11_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block11_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv3_act", "registered_name": null}
layer104_block11_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block11_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv3", "registered_name": null}
layer105_block11_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block11_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block11_sepconv3_bn", "registered_name": null}
layer106_add_33default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_33", "trainable": false}, "inbound_nodes": [[["block11_sepconv3_bn", 0, 0, {}], ["add_32", 0, 0, {}]]], "module": "keras.layers", "name": "add_33", "registered_name": null}
layer107_block12_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block12_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_33", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv1_act", "registered_name": null}
layer108_block12_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block12_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv1", "registered_name": null}
layer109_block12_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block12_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv1_bn", "registered_name": null}
layer110_block12_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block12_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block12_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv2_act", "registered_name": null}
layer111_block12_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block12_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv2", "registered_name": null}
layer112_block12_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block12_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv2_bn", "registered_name": null}
layer113_block12_sepconv3_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block12_sepconv3_act", "trainable": false}, "inbound_nodes": [[["block12_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv3_act", "registered_name": null}
layer114_block12_sepconv3default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block12_sepconv3_act", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv3", "registered_name": null}
layer115_block12_sepconv3_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block12_sepconv3", 0, 0, {}]]], "module": "keras.layers", "name": "block12_sepconv3_bn", "registered_name": null}
layer116_add_34default: {"build_config": {"input_shape": [[null, 8, 8, 728], [null, 8, 8, 728]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_34", "trainable": false}, "inbound_nodes": [[["block12_sepconv3_bn", 0, 0, {}], ["add_33", 0, 0, {}]]], "module": "keras.layers", "name": "add_34", "registered_name": null}
layer117_block13_sepconv1_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block13_sepconv1_act", "trainable": false}, "inbound_nodes": [[["add_34", 0, 0, {}]]], "module": "keras.layers", "name": "block13_sepconv1_act", "registered_name": null}
layer118_block13_sepconv1default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block13_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block13_sepconv1", "registered_name": null}
layer119_block13_sepconv1_bndefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block13_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block13_sepconv1_bn", "registered_name": null}
layer120_block13_sepconv2_actdefault: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block13_sepconv2_act", "trainable": false}, "inbound_nodes": [[["block13_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block13_sepconv2_act", "registered_name": null}
layer121_block13_sepconv2default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block13_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "block13_sepconv2", "registered_name": null}
layer122_block13_sepconv2_bndefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block13_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block13_sepconv2_bn", "registered_name": null}
layer123_conv2d_11default: {"build_config": {"input_shape": [null, 8, 8, 728]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["add_34", 0, 0, {}]]], "module": "keras.layers", "name": "conv2d_11", "registered_name": null}
layer124_block13_pooldefault: {"build_config": {"input_shape": [null, 8, 8, 1024]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "block13_pool", "padding": "same", "pool_size": [3, 3], "strides": [2, 2], "trainable": false}, "inbound_nodes": [[["block13_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block13_pool", "registered_name": null}
layer125_batch_normalization_21default: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv2d_11", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_21", "registered_name": null}
layer126_add_35default: {"build_config": {"input_shape": [[null, 4, 4, 1024], [null, 4, 4, 1024]]}, "class_name": "Add", "config": {"dtype": "float32", "name": "add_35", "trainable": false}, "inbound_nodes": [[["block13_pool", 0, 0, {}], ["batch_normalization_21", 0, 0, {}]]], "module": "keras.layers", "name": "add_35", "registered_name": null}
layer127_block14_sepconv1default: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["add_35", 0, 0, {}]]], "module": "keras.layers", "name": "block14_sepconv1", "registered_name": null}
layer128_block14_sepconv1_bndefault: {"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block14_sepconv1", 0, 0, {}]]], "module": "keras.layers", "name": "block14_sepconv1_bn", "registered_name": null}
layer129_block14_sepconv1_actdefault: {"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block14_sepconv1_act", "trainable": true}, "inbound_nodes": [[["block14_sepconv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block14_sepconv1_act", "registered_name": null}
layer130_block14_sepconv2default: {"build_config": {"input_shape": [null, 4, 4, 1536]}, "class_name": "SeparableConv2D", "config": "linear", "inbound_nodes": [[["block14_sepconv1_act", 0, 0, {}]]], "module": "keras.layers", "name": "block14_sepconv2", "registered_name": null}
layer131_block14_sepconv2_bndefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["block14_sepconv2", 0, 0, {}]]], "module": "keras.layers", "name": "block14_sepconv2_bn", "registered_name": null}
layer132_block14_sepconv2_actdefault: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "Activation", "config": {"activation": "relu", "dtype": "float32", "name": "block14_sepconv2_act", "trainable": true}, "inbound_nodes": [[["block14_sepconv2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "block14_sepconv2_act", "registered_name": null}
layer133_global_average_pooling2d_2default: {"build_config": {"input_shape": [null, 4, 4, 2048]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_2", "trainable": true}, "inbound_nodes": [[["block14_sepconv2_act", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d_2", "registered_name": null}
layer134_dense_12default: {"build_config": {"input_shape": [null, 2048]}, "class_name": "Dense", "config": {"activation": "leaky_relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_12", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["global_average_pooling2d_2", 0, 0, {}]]], "module": "keras.layers", "name": "dense_12", "registered_name": null}
layer135_dropout_10default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_10", "noise_shape": null, "rate": 0.5, "seed": null, "trainable": true}, "inbound_nodes": [[["dense_12", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_10", "registered_name": null}
layer136_batch_normalization_22default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dropout_10", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_22", "registered_name": null}
layer137_dense_13default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dense", "config": {"activation": "leaky_relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_13", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["batch_normalization_22", 0, 0, {}]]], "module": "keras.layers", "name": "dense_13", "registered_name": null}
layer138_dropout_11default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_11", "noise_shape": null, "rate": 0.4, "seed": null, "trainable": true}, "inbound_nodes": [[["dense_13", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_11", "registered_name": null}
layer139_batch_normalization_23default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dropout_11", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_23", "registered_name": null}
layer140_dense_14default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dense", "config": {"activation": "leaky_relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_14", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["batch_normalization_23", 0, 0, {}]]], "module": "keras.layers", "name": "dense_14", "registered_name": null}
layer141_dropout_12default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_12", "noise_shape": null, "rate": 0.3, "seed": null, "trainable": true}, "inbound_nodes": [[["dense_14", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_12", "registered_name": null}
layer142_batch_normalization_24default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dropout_12", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_24", "registered_name": null}
layer143_dense_15default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dense", "config": {"activation": "leaky_relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_15", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["batch_normalization_24", 0, 0, {}]]], "module": "keras.layers", "name": "dense_15", "registered_name": null}
layer144_dropout_13default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_13", "noise_shape": null, "rate": 0.2, "seed": null, "trainable": true}, "inbound_nodes": [[["dense_15", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_13", "registered_name": null}
layer145_batch_normalization_25default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dropout_13", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_25", "registered_name": null}
layer146_dense_16default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dense", "config": {"activation": "leaky_relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_16", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["batch_normalization_25", 0, 0, {}]]], "module": "keras.layers", "name": "dense_16", "registered_name": null}
layer147_dropout_14default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_14", "noise_shape": null, "rate": 0.1, "seed": null, "trainable": true}, "inbound_nodes": [[["dense_16", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_14", "registered_name": null}
layer148_batch_normalization_26default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dropout_14", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_26", "registered_name": null}
layer149_dense_17default: {"build_config": {"input_shape": [null, 512]}, "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_17", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["batch_normalization_26", 0, 0, {}]]], "module": "keras.layers", "name": "dense_17", "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": true, "learning_rate": 0.0010000000474974513, "name": "Adam", "use_ema": false, "weight_decay": null}}}
tensorflow_versiondefault: "2.15.0"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table