Flow
tensorflow.keras.src.engine.functional.Functional.fe131630

tensorflow.keras.src.engine.functional.Functional.fe131630

Visibility: public Uploaded 13-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_2", 0, 0]], "name": "model_1", "output_layers": [["dense_5", 0, 0]], "trainable": true}
layer00_input_2default: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 128, 128, 3], "dtype": "float32", "name": "input_2", "ragged": false, "sparse": false}, "inbound_nodes": [], "module": "keras.layers", "name": "input_2", "registered_name": null}
layer01_conv1default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["input_2", 0, 0, {}]]], "module": "keras.layers", "name": "conv1", "registered_name": null}
layer02_conv1_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv1", 0, 0, {}]]], "module": "keras.layers", "name": "conv1_bn", "registered_name": null}
layer03_conv1_reludefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv1_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv1_relu", "registered_name": null}
layer04_conv_dw_1default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_1", "registered_name": null}
layer05_conv_dw_1_bndefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_1", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_1_bn", "registered_name": null}
layer06_conv_dw_1_reludefault: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_1_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_1_relu", "registered_name": null}
layer07_conv_pw_1default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_1", "registered_name": null}
layer08_conv_pw_1_bndefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_1", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_1_bn", "registered_name": null}
layer09_conv_pw_1_reludefault: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_1_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_1_relu", "registered_name": null}
layer10_conv_pad_2default: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "conv_pad_2", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["conv_pw_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_2", "registered_name": null}
layer11_conv_dw_2default: {"build_config": {"input_shape": [null, 65, 65, 64]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pad_2", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_2", "registered_name": null}
layer12_conv_dw_2_bndefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_2", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_2_bn", "registered_name": null}
layer13_conv_dw_2_reludefault: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_2_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_2_relu", "registered_name": null}
layer14_conv_pw_2default: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_2", "registered_name": null}
layer15_conv_pw_2_bndefault: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_2", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_2_bn", "registered_name": null}
layer16_conv_pw_2_reludefault: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_2_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_2_relu", "registered_name": null}
layer17_conv_dw_3default: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_2_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_3", "registered_name": null}
layer18_conv_dw_3_bndefault: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_3", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_3_bn", "registered_name": null}
layer19_conv_dw_3_reludefault: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_3_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_3_relu", "registered_name": null}
layer20_conv_pw_3default: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_3_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_3", "registered_name": null}
layer21_conv_pw_3_bndefault: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_3", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_3_bn", "registered_name": null}
layer22_conv_pw_3_reludefault: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_3_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_3_relu", "registered_name": null}
layer23_conv_pad_4default: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "conv_pad_4", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["conv_pw_3_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_4", "registered_name": null}
layer24_conv_dw_4default: {"build_config": {"input_shape": [null, 33, 33, 128]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pad_4", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_4", "registered_name": null}
layer25_conv_dw_4_bndefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_4", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_4_bn", "registered_name": null}
layer26_conv_dw_4_reludefault: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_4_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_4_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_4_relu", "registered_name": null}
layer27_conv_pw_4default: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_4_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_4", "registered_name": null}
layer28_conv_pw_4_bndefault: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_4", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_4_bn", "registered_name": null}
layer29_conv_pw_4_reludefault: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_4_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_4_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_4_relu", "registered_name": null}
layer30_conv_dw_5default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_4_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_5", "registered_name": null}
layer31_conv_dw_5_bndefault: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_5", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_5_bn", "registered_name": null}
layer32_conv_dw_5_reludefault: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_5_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_5_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_5_relu", "registered_name": null}
layer33_conv_pw_5default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_5_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_5", "registered_name": null}
layer34_conv_pw_5_bndefault: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_5", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_5_bn", "registered_name": null}
layer35_conv_pw_5_reludefault: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_5_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_5_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_5_relu", "registered_name": null}
layer36_conv_pad_6default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "conv_pad_6", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["conv_pw_5_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_6", "registered_name": null}
layer37_conv_dw_6default: {"build_config": {"input_shape": [null, 17, 17, 256]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pad_6", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_6", "registered_name": null}
layer38_conv_dw_6_bndefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_6", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_6_bn", "registered_name": null}
layer39_conv_dw_6_reludefault: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_6_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_6_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_6_relu", "registered_name": null}
layer40_conv_pw_6default: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_6_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_6", "registered_name": null}
layer41_conv_pw_6_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_6", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_6_bn", "registered_name": null}
layer42_conv_pw_6_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_6_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_6_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_6_relu", "registered_name": null}
layer43_conv_dw_7default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_6_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_7", "registered_name": null}
layer44_conv_dw_7_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_7", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_7_bn", "registered_name": null}
layer45_conv_dw_7_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_7_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_7_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_7_relu", "registered_name": null}
layer46_conv_pw_7default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_7_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_7", "registered_name": null}
layer47_conv_pw_7_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_7", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_7_bn", "registered_name": null}
layer48_conv_pw_7_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_7_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_7_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_7_relu", "registered_name": null}
layer49_conv_dw_8default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_7_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_8", "registered_name": null}
layer50_conv_dw_8_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_8", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_8_bn", "registered_name": null}
layer51_conv_dw_8_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_8_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_8_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_8_relu", "registered_name": null}
layer52_conv_pw_8default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_8_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_8", "registered_name": null}
layer53_conv_pw_8_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_8", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_8_bn", "registered_name": null}
layer54_conv_pw_8_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_8_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_8_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_8_relu", "registered_name": null}
layer55_conv_dw_9default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_8_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_9", "registered_name": null}
layer56_conv_dw_9_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_9", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_9_bn", "registered_name": null}
layer57_conv_dw_9_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_9_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_9_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_9_relu", "registered_name": null}
layer58_conv_pw_9default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_9_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_9", "registered_name": null}
layer59_conv_pw_9_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_9", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_9_bn", "registered_name": null}
layer60_conv_pw_9_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_9_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_9_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_9_relu", "registered_name": null}
layer61_conv_dw_10default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_9_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_10", "registered_name": null}
layer62_conv_dw_10_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_10", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_10_bn", "registered_name": null}
layer63_conv_dw_10_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_10_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_10_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_10_relu", "registered_name": null}
layer64_conv_pw_10default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_10_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_10", "registered_name": null}
layer65_conv_pw_10_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_10", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_10_bn", "registered_name": null}
layer66_conv_pw_10_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_10_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_10_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_10_relu", "registered_name": null}
layer67_conv_dw_11default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_10_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_11", "registered_name": null}
layer68_conv_dw_11_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_11", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_11_bn", "registered_name": null}
layer69_conv_dw_11_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_11_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_dw_11_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_11_relu", "registered_name": null}
layer70_conv_pw_11default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_11_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_11", "registered_name": null}
layer71_conv_pw_11_bndefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_11", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_11_bn", "registered_name": null}
layer72_conv_pw_11_reludefault: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_11_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": false}, "inbound_nodes": [[["conv_pw_11_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_11_relu", "registered_name": null}
layer73_conv_pad_12default: {"build_config": {"input_shape": [null, 8, 8, 512]}, "class_name": "ZeroPadding2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "conv_pad_12", "padding": [[0, 1], [0, 1]], "trainable": false}, "inbound_nodes": [[["conv_pw_11_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_12", "registered_name": null}
layer74_conv_dw_12default: {"build_config": {"input_shape": [null, 9, 9, 512]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pad_12", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_12", "registered_name": null}
layer75_conv_dw_12_bndefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_12", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_12_bn", "registered_name": null}
layer76_conv_dw_12_reludefault: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_12_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": true}, "inbound_nodes": [[["conv_dw_12_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_12_relu", "registered_name": null}
layer77_conv_pw_12default: {"build_config": {"input_shape": [null, 4, 4, 512]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_12_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_12", "registered_name": null}
layer78_conv_pw_12_bndefault: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_12", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_12_bn", "registered_name": null}
layer79_conv_pw_12_reludefault: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_12_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": true}, "inbound_nodes": [[["conv_pw_12_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_12_relu", "registered_name": null}
layer80_conv_dw_13default: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "DepthwiseConv2D", "config": "linear", "inbound_nodes": [[["conv_pw_12_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_13", "registered_name": null}
layer81_conv_dw_13_bndefault: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_dw_13", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_13_bn", "registered_name": null}
layer82_conv_dw_13_reludefault: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_dw_13_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": true}, "inbound_nodes": [[["conv_dw_13_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_13_relu", "registered_name": null}
layer83_conv_pw_13default: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["conv_dw_13_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_13", "registered_name": null}
layer84_conv_pw_13_bndefault: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "BatchNormalization", "config": [3], "inbound_nodes": [[["conv_pw_13", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_13_bn", "registered_name": null}
layer85_conv_pw_13_reludefault: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "ReLU", "config": {"dtype": "float32", "max_value": 6.0, "name": "conv_pw_13_relu", "negative_slope": 0.0, "threshold": 0.0, "trainable": true}, "inbound_nodes": [[["conv_pw_13_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_13_relu", "registered_name": null}
layer86_global_average_pooling2d_1default: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_1", "trainable": true}, "inbound_nodes": [[["conv_pw_13_relu", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d_1", "registered_name": null}
layer87_dense_3default: {"build_config": {"input_shape": [null, 1024]}, "class_name": "Dense", "config": {"activation": "relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_3", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["global_average_pooling2d_1", 0, 0, {}]]], "module": "keras.layers", "name": "dense_3", "registered_name": null}
layer88_batch_normalization_2default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dense_3", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_2", "registered_name": null}
layer89_dropout_2default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_2", "noise_shape": null, "rate": 0.5, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_2", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_2", "registered_name": null}
layer90_dense_4default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dense", "config": {"activation": "relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": null, "name": "dense_4", "trainable": true, "units": 512, "use_bias": true}, "inbound_nodes": [[["dropout_2", 0, 0, {}]]], "module": "keras.layers", "name": "dense_4", "registered_name": null}
layer91_batch_normalization_3default: {"build_config": {"input_shape": [null, 512]}, "class_name": "BatchNormalization", "config": [1], "inbound_nodes": [[["dense_4", 0, 0, {}]]], "module": "keras.layers", "name": "batch_normalization_3", "registered_name": null}
layer92_dropout_3default: {"build_config": {"input_shape": [null, 512]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_3", "noise_shape": null, "rate": 0.5, "seed": null, "trainable": true}, "inbound_nodes": [[["batch_normalization_3", 0, 0, {}]]], "module": "keras.layers", "name": "dropout_3", "registered_name": null}
layer93_dense_5default: {"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_5", "trainable": true, "units": 67, "use_bias": true}, "inbound_nodes": [[["dropout_3", 0, 0, {}]]], "module": "keras.layers", "name": "dense_5", "registered_name": null}
optimizerdefault: {"loss": "categorical_crossentropy", "metrics": [], "optimizer_config": {"class_name": "RMSprop", "config": {"centered": false, "decay": 0.0, "epsilon": 1e-07, "learning_rate": 0.001, "momentum": 0.0, "name": "RMSprop", "rho": 0.9}}}
tensorflow_versiondefault: "2.15.0"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table