backend | | default: "tensorflow" |
class_name | | default: "Functional" |
config | | default: {"input_layers": [["input_1", 0, 0]], "name": "model", "output_layers": [["dense", 0, 0]], "trainable": true} |
layer00_input_1 | | default: {"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} |
layer01_conv1 | | default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Conv2D", "config": "linear", "inbound_nodes": [[["input_1", 0, 0, {}]]], "module": "keras.layers", "name": "conv1", "registered_name": null} |
layer02_conv1_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv1_relu", "registered_name": null} |
layer04_conv_dw_1 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_1_relu", "registered_name": null} |
layer07_conv_pw_1 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_1_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_1_relu", "registered_name": null} |
layer10_conv_pad_2 | | default: {"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": true}, "inbound_nodes": [[["conv_pw_1_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_2", "registered_name": null} |
layer11_conv_dw_2 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_2_relu", "registered_name": null} |
layer14_conv_pw_2 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_2_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_2_relu", "registered_name": null} |
layer17_conv_dw_3 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_3_relu", "registered_name": null} |
layer20_conv_pw_3 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_3_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_3_relu", "registered_name": null} |
layer23_conv_pad_4 | | default: {"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": true}, "inbound_nodes": [[["conv_pw_3_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_4", "registered_name": null} |
layer24_conv_dw_4 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_4_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_4_relu", "registered_name": null} |
layer27_conv_pw_4 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_4_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_4_relu", "registered_name": null} |
layer30_conv_dw_5 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_5_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_5_relu", "registered_name": null} |
layer33_conv_pw_5 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_5_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_5_relu", "registered_name": null} |
layer36_conv_pad_6 | | default: {"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": true}, "inbound_nodes": [[["conv_pw_5_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_6", "registered_name": null} |
layer37_conv_dw_6 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_6_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_6_relu", "registered_name": null} |
layer40_conv_pw_6 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_6_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_6_relu", "registered_name": null} |
layer43_conv_dw_7 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_7_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_7_relu", "registered_name": null} |
layer46_conv_pw_7 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_7_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_7_relu", "registered_name": null} |
layer49_conv_dw_8 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_8_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_8_relu", "registered_name": null} |
layer52_conv_pw_8 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_8_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_8_relu", "registered_name": null} |
layer55_conv_dw_9 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_9_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_9_relu", "registered_name": null} |
layer58_conv_pw_9 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_9_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_9_relu", "registered_name": null} |
layer61_conv_dw_10 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_10_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_10_relu", "registered_name": null} |
layer64_conv_pw_10 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_10_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_10_relu", "registered_name": null} |
layer67_conv_dw_11 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_dw_11_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_dw_11_relu", "registered_name": null} |
layer70_conv_pw_11 | | default: {"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_bn | | default: {"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_relu | | default: {"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": true}, "inbound_nodes": [[["conv_pw_11_bn", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pw_11_relu", "registered_name": null} |
layer73_conv_pad_12 | | default: {"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": true}, "inbound_nodes": [[["conv_pw_11_relu", 0, 0, {}]]], "module": "keras.layers", "name": "conv_pad_12", "registered_name": null} |
layer74_conv_dw_12 | | default: {"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_bn | | default: {"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_relu | | default: {"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_12 | | default: {"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_bn | | default: {"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_relu | | default: {"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_13 | | default: {"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_bn | | default: {"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_relu | | default: {"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_13 | | default: {"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_bn | | default: {"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_relu | | default: {"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 | | default: {"build_config": {"input_shape": [null, 4, 4, 1024]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d", "trainable": true}, "inbound_nodes": [[["conv_pw_13_relu", 0, 0, {}]]], "module": "keras.layers", "name": "global_average_pooling2d", "registered_name": null} |
layer87_dropout | | default: {"build_config": {"input_shape": [null, 1024]}, "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} |
layer88_dense | | default: {"build_config": {"input_shape": [null, 1024]}, "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} |
optimizer | | default: {"loss": "categorical_crossentropy", "metrics": [], "optimizer_config": {"class_name": "RMSprop", "config": {"centered": false, "clipnorm": null, "clipvalue": null, "ema_momentum": 0.99, "ema_overwrite_frequency": 100, "epsilon": 1e-07, "global_clipnorm": null, "is_legacy_optimizer": false, "jit_compile": false, "learning_rate": 0.0010000000474974513, "momentum": 0.0, "name": "RMSprop", "rho": 0.9, "use_ema": false, "weight_decay": null}}} |
tensorflow_version | | default: "2.15.0" |