Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2015104180
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
JHyunB
2020-12-14 18:30:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a997275a70b591c80dbda1357d31fdc8d2274ac5
a997275a
1 parent
684f9407
소스코드 제출
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
147 additions
and
1 deletions
video-streaming-with-kafka-and-spark/spark/c3d.json
video-streaming-with-kafka-and-spark/spark/classifier.json
video-streaming-with-kafka-and-spark/spark/c3d.json
View file @
a997275
This diff is collapsed. Click to expand it.
video-streaming-with-kafka-and-spark/spark/classifier.json
View file @
a997275
{
"class_name"
:
"Sequential"
,
"config"
:
{
"name"
:
"sequential_1"
,
"layers"
:
[{
"class_name"
:
"Dense"
,
"config"
:
{
"name"
:
"dense_1"
,
"use_bias"
:
true
,
"bias_constraint"
:
null
,
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}},
"kernel_regularizer"
:
{
"class_name"
:
"L1L2"
,
"config"
:
{
"l1"
:
0.0
,
"l2"
:
0.0010000000474974513
}},
"kernel_initializer"
:
{
"class_name"
:
"VarianceScaling"
,
"config"
:
{
"distribution"
:
"normal"
,
"seed"
:
null
,
"mode"
:
"fan_avg"
,
"scale"
:
1.0
}},
"batch_input_shape"
:
[
null
,
4096
],
"activity_regularizer"
:
null
,
"activation"
:
"relu"
,
"kernel_constraint"
:
null
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"bias_regularizer"
:
null
,
"units"
:
512
}},
{
"class_name"
:
"Dropout"
,
"config"
:
{
"name"
:
"dropout_1"
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"seed"
:
null
,
"rate"
:
0.6
,
"noise_shape"
:
null
}},
{
"class_name"
:
"Dense"
,
"config"
:
{
"name"
:
"dense_2"
,
"use_bias"
:
true
,
"bias_constraint"
:
null
,
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}},
"kernel_regularizer"
:
{
"class_name"
:
"L1L2"
,
"config"
:
{
"l1"
:
0.0
,
"l2"
:
0.0010000000474974513
}},
"kernel_initializer"
:
{
"class_name"
:
"VarianceScaling"
,
"config"
:
{
"distribution"
:
"normal"
,
"seed"
:
null
,
"mode"
:
"fan_avg"
,
"scale"
:
1.0
}},
"activity_regularizer"
:
null
,
"activation"
:
"linear"
,
"kernel_constraint"
:
null
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"bias_regularizer"
:
null
,
"units"
:
32
}},
{
"class_name"
:
"Dropout"
,
"config"
:
{
"name"
:
"dropout_2"
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"seed"
:
null
,
"rate"
:
0.6
,
"noise_shape"
:
null
}},
{
"class_name"
:
"Dense"
,
"config"
:
{
"name"
:
"dense_3"
,
"use_bias"
:
true
,
"bias_constraint"
:
null
,
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}},
"kernel_regularizer"
:
{
"class_name"
:
"L1L2"
,
"config"
:
{
"l1"
:
0.0
,
"l2"
:
0.0010000000474974513
}},
"kernel_initializer"
:
{
"class_name"
:
"VarianceScaling"
,
"config"
:
{
"distribution"
:
"normal"
,
"seed"
:
null
,
"mode"
:
"fan_avg"
,
"scale"
:
1.0
}},
"activity_regularizer"
:
null
,
"activation"
:
"sigmoid"
,
"kernel_constraint"
:
null
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"bias_regularizer"
:
null
,
"units"
:
1
}}]},
"keras_version"
:
"2.3.1"
,
"backend"
:
"tensorflow"
}
\ No newline at end of file
{
"class_name"
:
"Sequential"
,
"config"
:{
"name"
:
"sequential_1"
,
"layers"
:[
{
"class_name"
:
"Dense"
,
"config"
:{
"name"
:
"dense_1"
,
"use_bias"
:
true
,
"bias_constraint"
:
null
,
"bias_initializer"
:{
"class_name"
:
"Zeros"
,
"config"
:{
}
},
"kernel_regularizer"
:{
"class_name"
:
"L1L2"
,
"config"
:{
"l1"
:
0.0
,
"l2"
:
0.0010000000474974513
}
},
"kernel_initializer"
:{
"class_name"
:
"VarianceScaling"
,
"config"
:{
"distribution"
:
"normal"
,
"seed"
:
null
,
"mode"
:
"fan_avg"
,
"scale"
:
1.0
}
},
"batch_input_shape"
:[
null
,
4096
],
"activity_regularizer"
:
null
,
"activation"
:
"relu"
,
"kernel_constraint"
:
null
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"bias_regularizer"
:
null
,
"units"
:
512
}
},
{
"class_name"
:
"Dropout"
,
"config"
:{
"name"
:
"dropout_1"
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"seed"
:
null
,
"rate"
:
0.6
,
"noise_shape"
:
null
}
},
{
"class_name"
:
"Dense"
,
"config"
:{
"name"
:
"dense_2"
,
"use_bias"
:
true
,
"bias_constraint"
:
null
,
"bias_initializer"
:{
"class_name"
:
"Zeros"
,
"config"
:{
}
},
"kernel_regularizer"
:{
"class_name"
:
"L1L2"
,
"config"
:{
"l1"
:
0.0
,
"l2"
:
0.0010000000474974513
}
},
"kernel_initializer"
:{
"class_name"
:
"VarianceScaling"
,
"config"
:{
"distribution"
:
"normal"
,
"seed"
:
null
,
"mode"
:
"fan_avg"
,
"scale"
:
1.0
}
},
"activity_regularizer"
:
null
,
"activation"
:
"linear"
,
"kernel_constraint"
:
null
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"bias_regularizer"
:
null
,
"units"
:
32
}
},
{
"class_name"
:
"Dropout"
,
"config"
:{
"name"
:
"dropout_2"
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"seed"
:
null
,
"rate"
:
0.6
,
"noise_shape"
:
null
}
},
{
"class_name"
:
"Dense"
,
"config"
:{
"name"
:
"dense_3"
,
"use_bias"
:
true
,
"bias_constraint"
:
null
,
"bias_initializer"
:{
"class_name"
:
"Zeros"
,
"config"
:{
}
},
"kernel_regularizer"
:{
"class_name"
:
"L1L2"
,
"config"
:{
"l1"
:
0.0
,
"l2"
:
0.0010000000474974513
}
},
"kernel_initializer"
:{
"class_name"
:
"VarianceScaling"
,
"config"
:{
"distribution"
:
"normal"
,
"seed"
:
null
,
"mode"
:
"fan_avg"
,
"scale"
:
1.0
}
},
"activity_regularizer"
:
null
,
"activation"
:
"sigmoid"
,
"kernel_constraint"
:
null
,
"dtype"
:
"float32"
,
"trainable"
:
true
,
"bias_regularizer"
:
null
,
"units"
:
1
}
}
]
},
"keras_version"
:
"2.3.1"
,
"backend"
:
"tensorflow"
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment