Flow
tensorflow.keras.src.engine.sequential.Sequential.25bdf673

tensorflow.keras.src.engine.sequential.Sequential.25bdf673

Visibility: public Uploaded 21-03-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: "Sequential"
configdefault: {"name": "sequential_4"}
layer00_conv2d_24_inputdefault: {"class_name": "InputLayer", "config": {"batch_input_shape": [null, 128, 128, 3], "dtype": "float32", "name": "conv2d_24_input", "ragged": false, "sparse": false}, "module": "keras.layers", "registered_name": null}
layer01_conv2d_24default: {"build_config": {"input_shape": [null, 128, 128, 3]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer02_batch_normalization_26default: {"build_config": {"input_shape": [null, 128, 128, 32]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer03_conv2d_25default: {"build_config": {"input_shape": [null, 128, 128, 32]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer04_batch_normalization_27default: {"build_config": {"input_shape": [null, 128, 128, 32]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer05_max_pooling2d_12default: {"build_config": {"input_shape": [null, 128, 128, 32]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "max_pooling2d_12", "padding": "valid", "pool_size": [2, 2], "strides": [2, 2], "trainable": true}, "module": "keras.layers", "registered_name": null}
layer06_dropout_14default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_14", "noise_shape": null, "rate": 0.2, "seed": null, "trainable": true}, "module": "keras.layers", "registered_name": null}
layer07_conv2d_26default: {"build_config": {"input_shape": [null, 64, 64, 32]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer08_batch_normalization_28default: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer09_conv2d_27default: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer10_batch_normalization_29default: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer11_max_pooling2d_13default: {"build_config": {"input_shape": [null, 64, 64, 64]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "max_pooling2d_13", "padding": "valid", "pool_size": [2, 2], "strides": [2, 2], "trainable": true}, "module": "keras.layers", "registered_name": null}
layer12_dropout_15default: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_15", "noise_shape": null, "rate": 0.3, "seed": null, "trainable": true}, "module": "keras.layers", "registered_name": null}
layer13_conv2d_28default: {"build_config": {"input_shape": [null, 32, 32, 64]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer14_batch_normalization_30default: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer15_conv2d_29default: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer16_batch_normalization_31default: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer17_max_pooling2d_14default: {"build_config": {"input_shape": [null, 32, 32, 128]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "max_pooling2d_14", "padding": "valid", "pool_size": [2, 2], "strides": [2, 2], "trainable": true}, "module": "keras.layers", "registered_name": null}
layer18_dropout_16default: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_16", "noise_shape": null, "rate": 0.4, "seed": null, "trainable": true}, "module": "keras.layers", "registered_name": null}
layer19_conv2d_30default: {"build_config": {"input_shape": [null, 16, 16, 128]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer20_batch_normalization_32default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer21_conv2d_31default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "Conv2D", "config": "relu", "module": "keras.layers", "registered_name": null}
layer22_batch_normalization_33default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "BatchNormalization", "config": [3], "module": "keras.layers", "registered_name": null}
layer23_max_pooling2d_15default: {"build_config": {"input_shape": [null, 16, 16, 256]}, "class_name": "MaxPooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "name": "max_pooling2d_15", "padding": "valid", "pool_size": [2, 2], "strides": [2, 2], "trainable": true}, "module": "keras.layers", "registered_name": null}
layer24_dropout_17default: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_17", "noise_shape": null, "rate": 0.5, "seed": null, "trainable": true}, "module": "keras.layers", "registered_name": null}
layer25_global_average_pooling2d_3default: {"build_config": {"input_shape": [null, 8, 8, 256]}, "class_name": "GlobalAveragePooling2D", "config": {"data_format": "channels_last", "dtype": "float32", "keepdims": false, "name": "global_average_pooling2d_3", "trainable": true}, "module": "keras.layers", "registered_name": null}
layer26_dense_4default: {"build_config": {"input_shape": [null, 256]}, "class_name": "Dense", "config": {"activation": "relu", "activity_regularizer": null, "bias_constraint": null, "bias_initializer": {"class_name": "Zeros", "config": {}, "module": "keras.initializers", "registered_name": null}, "bias_regularizer": null, "dtype": "float32", "kernel_constraint": null, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "module": "keras.initializers", "registered_name": null}, "kernel_regularizer": {"class_name": "L2", "config": {"l2": 9.999999747378752e-05}, "module": "keras.regularizers", "registered_name": null}, "name": "dense_4", "trainable": true, "units": 192, "use_bias": true}, "module": "keras.layers", "registered_name": null}
layer27_batch_normalization_34default: {"build_config": {"input_shape": [null, 192]}, "class_name": "BatchNormalization", "config": [1], "module": "keras.layers", "registered_name": null}
layer28_dropout_18default: {"build_config": {"input_shape": [null, 192]}, "class_name": "Dropout", "config": {"dtype": "float32", "name": "dropout_18", "noise_shape": null, "rate": 0.25, "seed": null, "trainable": true}, "module": "keras.layers", "registered_name": null}
layer29_dense_5default: {"build_config": {"input_shape": [null, 192]}, "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}, "module": "keras.layers", "registered_name": null}
optimizerdefault: {"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": true, "learning_rate": 0.0010000000474974513, "momentum": 0.0, "name": "RMSprop", "rho": 0.9, "use_ema": false, "weight_decay": null}}}
tensorflow_versiondefault: "2.15.0"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table