Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LCB Cipher
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neural-LCB
LCB Cipher
Commits
f0d8e3ae
Commit
f0d8e3ae
authored
Aug 10, 2023
by
Indrakanti Aishwarya
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
e2464211
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Secure LCB/FINAL_SECURE_20_depth_3.json
+1388
-0
1388 additions, 0 deletions
Secure LCB/FINAL_SECURE_20_depth_3.json
with
1388 additions
and
0 deletions
Secure LCB/FINAL_SECURE_20_depth_3.json
0 → 100644
+
1388
−
0
View file @
f0d8e3ae
{
"class_name"
:
"Functional"
,
"config"
:
{
"name"
:
"model_2"
,
"layers"
:
[
{
"class_name"
:
"InputLayer"
,
"config"
:
{
"batch_input_shape"
:
[
null
,
64
],
"dtype"
:
"float32"
,
"sparse"
:
false
,
"ragged"
:
false
,
"name"
:
"input_3"
},
"name"
:
"input_3"
,
"inbound_nodes"
:
[]
},
{
"class_name"
:
"Reshape"
,
"config"
:
{
"name"
:
"reshape_2"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"target_shape"
:
[
4
,
16
]
},
"name"
:
"reshape_2"
,
"inbound_nodes"
:
[
[
[
"input_3"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Permute"
,
"config"
:
{
"name"
:
"permute_2"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"dims"
:
[
2
,
1
]
},
"name"
:
"permute_2"
,
"inbound_nodes"
:
[
[
[
"reshape_2"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Conv1D"
,
"config"
:
{
"name"
:
"conv1d_14"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"filters"
:
32
,
"kernel_size"
:
[
1
],
"strides"
:
[
1
],
"padding"
:
"same"
,
"data_format"
:
"channels_last"
,
"dilation_rate"
:
[
1
],
"groups"
:
1
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"conv1d_14"
,
"inbound_nodes"
:
[
[
[
"permute_2"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_18"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
2
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_18"
,
"inbound_nodes"
:
[
[
[
"conv1d_14"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_18"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_18"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_18"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Conv1D"
,
"config"
:
{
"name"
:
"conv1d_15"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"filters"
:
32
,
"kernel_size"
:
[
3
],
"strides"
:
[
1
],
"padding"
:
"same"
,
"data_format"
:
"channels_last"
,
"dilation_rate"
:
[
1
],
"groups"
:
1
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"conv1d_15"
,
"inbound_nodes"
:
[
[
[
"activation_18"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_19"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
2
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_19"
,
"inbound_nodes"
:
[
[
[
"conv1d_15"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_19"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_19"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_19"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Conv1D"
,
"config"
:
{
"name"
:
"conv1d_16"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"filters"
:
32
,
"kernel_size"
:
[
3
],
"strides"
:
[
1
],
"padding"
:
"same"
,
"data_format"
:
"channels_last"
,
"dilation_rate"
:
[
1
],
"groups"
:
1
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"conv1d_16"
,
"inbound_nodes"
:
[
[
[
"activation_19"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_20"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
2
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_20"
,
"inbound_nodes"
:
[
[
[
"conv1d_16"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_20"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_20"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_20"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dropout"
,
"config"
:
{
"name"
:
"dropout_10"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"rate"
:
0.5
,
"noise_shape"
:
null
,
"seed"
:
null
},
"name"
:
"dropout_10"
,
"inbound_nodes"
:
[
[
[
"activation_20"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Add"
,
"config"
:
{
"name"
:
"add_6"
,
"trainable"
:
true
,
"dtype"
:
"float32"
},
"name"
:
"add_6"
,
"inbound_nodes"
:
[
[
[
"activation_18"
,
0
,
0
,
{}
],
[
"dropout_10"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Conv1D"
,
"config"
:
{
"name"
:
"conv1d_17"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"filters"
:
32
,
"kernel_size"
:
[
3
],
"strides"
:
[
1
],
"padding"
:
"same"
,
"data_format"
:
"channels_last"
,
"dilation_rate"
:
[
1
],
"groups"
:
1
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"conv1d_17"
,
"inbound_nodes"
:
[
[
[
"add_6"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_21"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
2
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_21"
,
"inbound_nodes"
:
[
[
[
"conv1d_17"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_21"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_21"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_21"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Conv1D"
,
"config"
:
{
"name"
:
"conv1d_18"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"filters"
:
32
,
"kernel_size"
:
[
3
],
"strides"
:
[
1
],
"padding"
:
"same"
,
"data_format"
:
"channels_last"
,
"dilation_rate"
:
[
1
],
"groups"
:
1
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"conv1d_18"
,
"inbound_nodes"
:
[
[
[
"activation_21"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_22"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
2
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_22"
,
"inbound_nodes"
:
[
[
[
"conv1d_18"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_22"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_22"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_22"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dropout"
,
"config"
:
{
"name"
:
"dropout_11"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"rate"
:
0.5
,
"noise_shape"
:
null
,
"seed"
:
null
},
"name"
:
"dropout_11"
,
"inbound_nodes"
:
[
[
[
"activation_22"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Add"
,
"config"
:
{
"name"
:
"add_7"
,
"trainable"
:
true
,
"dtype"
:
"float32"
},
"name"
:
"add_7"
,
"inbound_nodes"
:
[
[
[
"add_6"
,
0
,
0
,
{}
],
[
"dropout_11"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Conv1D"
,
"config"
:
{
"name"
:
"conv1d_19"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"filters"
:
32
,
"kernel_size"
:
[
3
],
"strides"
:
[
1
],
"padding"
:
"same"
,
"data_format"
:
"channels_last"
,
"dilation_rate"
:
[
1
],
"groups"
:
1
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"conv1d_19"
,
"inbound_nodes"
:
[
[
[
"add_7"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_23"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
2
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_23"
,
"inbound_nodes"
:
[
[
[
"conv1d_19"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_23"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_23"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_23"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Conv1D"
,
"config"
:
{
"name"
:
"conv1d_20"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"filters"
:
32
,
"kernel_size"
:
[
3
],
"strides"
:
[
1
],
"padding"
:
"same"
,
"data_format"
:
"channels_last"
,
"dilation_rate"
:
[
1
],
"groups"
:
1
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"conv1d_20"
,
"inbound_nodes"
:
[
[
[
"activation_23"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_24"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
2
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_24"
,
"inbound_nodes"
:
[
[
[
"conv1d_20"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_24"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_24"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_24"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dropout"
,
"config"
:
{
"name"
:
"dropout_12"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"rate"
:
0.5
,
"noise_shape"
:
null
,
"seed"
:
null
},
"name"
:
"dropout_12"
,
"inbound_nodes"
:
[
[
[
"activation_24"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Add"
,
"config"
:
{
"name"
:
"add_8"
,
"trainable"
:
true
,
"dtype"
:
"float32"
},
"name"
:
"add_8"
,
"inbound_nodes"
:
[
[
[
"add_7"
,
0
,
0
,
{}
],
[
"dropout_12"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Flatten"
,
"config"
:
{
"name"
:
"flatten_2"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"data_format"
:
"channels_last"
},
"name"
:
"flatten_2"
,
"inbound_nodes"
:
[
[
[
"add_8"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dense"
,
"config"
:
{
"name"
:
"dense_6"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"units"
:
64
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"dense_6"
,
"inbound_nodes"
:
[
[
[
"flatten_2"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_25"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
1
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_25"
,
"inbound_nodes"
:
[
[
[
"dense_6"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_25"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_25"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_25"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dropout"
,
"config"
:
{
"name"
:
"dropout_13"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"rate"
:
0.5
,
"noise_shape"
:
null
,
"seed"
:
null
},
"name"
:
"dropout_13"
,
"inbound_nodes"
:
[
[
[
"activation_25"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dense"
,
"config"
:
{
"name"
:
"dense_7"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"units"
:
64
,
"activation"
:
"linear"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"dense_7"
,
"inbound_nodes"
:
[
[
[
"dropout_13"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dropout"
,
"config"
:
{
"name"
:
"dropout_14"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"rate"
:
0.5
,
"noise_shape"
:
null
,
"seed"
:
null
},
"name"
:
"dropout_14"
,
"inbound_nodes"
:
[
[
[
"dense_7"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"BatchNormalization"
,
"config"
:
{
"name"
:
"batch_normalization_26"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"axis"
:
[
1
],
"momentum"
:
0.99
,
"epsilon"
:
0.001
,
"center"
:
true
,
"scale"
:
true
,
"beta_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"gamma_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"moving_mean_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"moving_variance_initializer"
:
{
"class_name"
:
"Ones"
,
"config"
:
{}
},
"beta_regularizer"
:
null
,
"gamma_regularizer"
:
null
,
"beta_constraint"
:
null
,
"gamma_constraint"
:
null
},
"name"
:
"batch_normalization_26"
,
"inbound_nodes"
:
[
[
[
"dropout_14"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Activation"
,
"config"
:
{
"name"
:
"activation_26"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"activation"
:
"relu"
},
"name"
:
"activation_26"
,
"inbound_nodes"
:
[
[
[
"batch_normalization_26"
,
0
,
0
,
{}
]
]
]
},
{
"class_name"
:
"Dense"
,
"config"
:
{
"name"
:
"dense_8"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"units"
:
1
,
"activation"
:
"sigmoid"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}
},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}
},
"kernel_regularizer"
:
{
"class_name"
:
"L2"
,
"config"
:
{
"l2"
:
7.000000186963007e-05
}
},
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
},
"name"
:
"dense_8"
,
"inbound_nodes"
:
[
[
[
"activation_26"
,
0
,
0
,
{}
]
]
]
}
],
"input_layers"
:
[
[
"input_3"
,
0
,
0
]
],
"output_layers"
:
[
[
"dense_8"
,
0
,
0
]
]
},
"keras_version"
:
"2.11.0"
,
"backend"
:
"tensorflow"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment