123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550 |
- {
- "Conv1D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same", "causal"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "Conv2D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "Conv3D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "SeparableConv1D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same", "causal"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "depth_multiplier": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "depthwise_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "pointwise_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "depthwise_regularizer": ["l1", "l2"],
- "pointwise_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "depthwise_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "pointwise_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "trainable": [true, false]
- },
- "SeparableConv2D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "depth_multiplier": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "depthwise_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "pointwise_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "depthwise_regularizer": ["l1", "l2"],
- "pointwise_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "depthwise_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "pointwise_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "DepthwiseConv1D": {
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "depth_multiplier": [0],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "depthwise_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "depthwise_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "depthwise_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "DepthwiseConv2D": {
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "depth_multiplier": [0],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "depthwise_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "depthwise_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "depthwise_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "Conv2DTranspose": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "output_padding": [0, null],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "Conv3DTranspose": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "output_padding": [0, null],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "MaxPooling1D": {
- "pool_size": [0],
- "strides": [0, null],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"]
- },
- "MaxPooling2D": {
- "pool_size": [0],
- "strides": [0, null],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"]
- },
- "MaxPooling3D": {
- "pool_size": [0],
- "strides": [0, null],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"]
- },
- "AveragePooling1D": {
- "pool_size": [0],
- "strides": [0, null],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"]
- },
- "AveragePooling2D": {
- "pool_size": [0],
- "strides": [0, null],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"]
- },
- "AveragePooling3D": {
- "pool_size": [0],
- "strides": [0, null],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"]
- },
- "GlobalMaxPooling1D": {
- "data_format": ["channels_first", "channels_last"],
- "keepdims": [true, false]
- },
- "GlobalMaxPooling2D": {
- "data_format": ["channels_first", "channels_last"],
- "keepdims": [true, false]
- },
- "GlobalMaxPooling3D": {
- "data_format": ["channels_first", "channels_last"],
- "keepdims": [true, false]
- },
- "GlobalAveragePooling1D": {
- "data_format": ["channels_first", "channels_last"],
- "keepdims": [true, false]
- },
- "GlobalAveragePooling2D": {
- "data_format": ["channels_first", "channels_last"],
- "keepdims": [true, false]
- },
- "GlobalAveragePooling3D": {
- "data_format": ["channels_first", "channels_last"],
- "keepdims": [true, false]
- },
- "LSTM": {
- "units": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear", null],
- "recurrent_activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear", null],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "recurrent_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "unit_forget_bias": [true, false],
- "kernel_regularizer": ["l1", "l2"],
- "recurrent_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "recurrent_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "dropout": [0],
- "recurrent_dropout": [0],
- "return_sequences": [true, false],
- "return_state": [true, false],
- "go_backwards": [true, false],
- "stateful": [true, false],
- "unroll": [true, false]
- },
- "GRU": {
- "units": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "recurrent_activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "recurrent_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "recurrent_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "recurrent_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "dropout": [0],
- "recurrent_dropout": [0],
- "return_sequences": [true, false],
- "return_state": [true, false],
- "go_backwards": [true, false],
- "stateful": [true, false],
- "unroll": [true, false],
- "reset_after": [true, false]
- },
- "SimpleRNN": {
- "units": [0],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "recurrent_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "recurrent_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "recurrent_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "dropout": [0],
- "recurrent_dropout": [0],
- "return_sequences": [true, false],
- "return_state": [true, false],
- "go_backwards": [true, false],
- "stateful": [true, false],
- "unroll": [true, false]
- },
- "TimeDistributed": {
- },
- "Bidirectional": {
- "merge_mode": ["sum", "mul", "concat", "ave", null]
- },
- "ConvLSTM1D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "recurrent_activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "recurrent_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "unit_forget_bias": [true, false],
- "kernel_regularizer": ["l1", "l2"],
- "recurrent_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "recurrent_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "return_sequences": [true, false],
- "return_state": [true, false],
- "go_backwards": [true, false],
- "stateful": [true, false],
- "dropout": [0],
- "recurrent_dropout": [0]
- },
- "ConvLSTM2D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "recurrent_activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "recurrent_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "unit_forget_bias": [true, false],
- "kernel_regularizer": ["l1", "l2"],
- "recurrent_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "recurrent_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "return_sequences": [true, false],
- "return_state": [true, false],
- "go_backwards": [true, false],
- "stateful": [true, false],
- "dropout": [0],
- "recurrent_dropout": [0]
- },
- "ConvLSTM3D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"],
- "dilation_rate": [0],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "recurrent_activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "recurrent_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "unit_forget_bias": [true, false],
- "kernel_regularizer": ["l1", "l2"],
- "recurrent_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "recurrent_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "return_sequences": [true, false],
- "return_state": [true, false],
- "go_backwards": [true, false],
- "stateful": [true, false],
- "dropout": [0],
- "recurrent_dropout": [0]
- },
- "BatchNormalization": {
- "axis": [-1, -2],
- "momentum": [0],
- "epsilon": [0],
- "center": [true, false],
- "scale": [true, false],
- "beta_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "gamma_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "moving_mean_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "moving_variance_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "beta_regularizer": ["l1", "l2"],
- "gamma_regularizer": ["l1", "l2"],
- "beta_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "gamma_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "LayerNormalization": {
- "axis": [-1, -2],
- "epsilon": [0],
- "center": [true, false],
- "scale": [true, false],
- "beta_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "gamma_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "beta_regularizer": ["l1", "l2"],
- "gamma_regularizer": ["l1", "l2"],
- "beta_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "gamma_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "Dropout": {
- },
- "SpatialDropout1D": {},
- "SpatialDropout2D": {
- },
- "SpatialDropout3D": {
- },
- "GaussianDropout": {},
- "GaussianNoise": {
- "stddev": [0]
- },
- "ActivityRegularization": {
- "l1": [0],
- "l2": [0]
- },
- "AlphaDropout": {},
- "Flatten": {
- "data_format": ["channels_first", "channels_last"]
- },
- "RepeatVector": {
- "n": [0]
- },
- "Permute": {},
- "Cropping1D": {
- "cropping": [0]
- },
- "Cropping2D": {
- "cropping": [0]
- },
- "Cropping3D": {
- "cropping": [0]
- },
- "UpSampling1D": {
- "size": [2, 3]
- },
- "UpSampling2D": {
- "data_format": ["channels_first", "channels_last"],
- "interpolation": ["nearest", "bilinear"]
- },
- "UpSampling3D": {
- "data_format": ["channels_first", "channels_last"]
- },
- "ZeroPadding1D": {
- "padding": [0]
- },
- "ZeroPadding2D": {
- "padding": [0],
- "data_format": ["channels_first", "channels_last"]
- },
- "ZeroPadding3D": {
- "padding": [0]
- },
- "Concatenate": {
- "axis": [-1, -2]
- },
- "Average": {},
- "Maximum": {},
- "Minimum": {},
- "Add": {},
- "Subtract": {},
- "Multiply": {},
- "Dot": {
- "normalize": [true, false]
- },
- "ReLU": {
- "max_value": [0],
- "negative_slope": [0],
- "threshold": [0]
- },
- "Softmax": {
- "axis": [-1, -2]
- },
- "LeakyReLU": {
- "alpha": [0]
- },
- "PReLU": {
- "shared_axes": [-1, -2],
- "alpha_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "alpha_regularizer": ["l1", "l2"],
- "alpha_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "ELU": {
- "alpha": [0]
- },
- "ThresholdedReLU": {
- "theta": [0]
- },
- "LocallyConnected1D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid"],
- "data_format": ["channels_first", "channels_last"],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- },
- "LocallyConnected2D": {
- "filters": [0],
- "kernel_size": [0],
- "strides": [0],
- "padding": ["valid", "same"],
- "data_format": ["channels_first", "channels_last"],
- "activation": ["softmax", "elu", "selu", "softplus", "softsign", "relu", "tanh", "sigmoid", "hard_sigmoid", "exponential", "linear"],
- "use_bias": [true, false],
- "kernel_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling",
- "Orthogonal", "lecun_uniform", "glorot_normal", "glorot_uniform", "he_normal", "lecun_normal", "Identity"],
- "bias_initializer": ["Zeros", "Ones", "Constant", "RandomNormal", "RandomUniform", "TruncatedNormal", "VarianceScaling", "Orthogonal", "glorot_normal", "glorot_uniform", "he_normal", "he_uniform", "lecun_normal", "lecun_uniform", "Identity"],
- "kernel_regularizer": ["l1", "l2"],
- "bias_regularizer": ["l1", "l2"],
- "activity_regularizer": ["l1", "l2"],
- "kernel_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"],
- "bias_constraint": ["Constraint", "MaxNorm", "MinMaxNorm", "NonNeg", "UnitNorm"]
- }
- }
|