Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J-02
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J-02
21_22-J-02
Commits
7fccd7dc
Commit
7fccd7dc
authored
Apr 10, 2022
by
NaweenTharuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
json updated
parent
5de4f5bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Presently/presently/users/models/model8723.json
Presently/presently/users/models/model8723.json
+1
-0
No files found.
Presently/presently/users/models/model8723.json
0 → 100644
View file @
7fccd7dc
{
"class_name"
:
"Sequential"
,
"config"
:
{
"name"
:
"sequential"
,
"layers"
:
[{
"class_name"
:
"InputLayer"
,
"config"
:
{
"batch_input_shape"
:
[
null
,
339
,
15
],
"dtype"
:
"float32"
,
"sparse"
:
false
,
"ragged"
:
false
,
"name"
:
"lstm_input"
}},
{
"class_name"
:
"LSTM"
,
"config"
:
{
"name"
:
"lstm"
,
"trainable"
:
true
,
"batch_input_shape"
:
[
null
,
339
,
15
],
"dtype"
:
"float32"
,
"return_sequences"
:
true
,
"return_state"
:
false
,
"go_backwards"
:
false
,
"stateful"
:
false
,
"unroll"
:
false
,
"time_major"
:
false
,
"units"
:
64
,
"activation"
:
"tanh"
,
"recurrent_activation"
:
"sigmoid"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}},
"recurrent_initializer"
:
{
"class_name"
:
"Orthogonal"
,
"config"
:
{
"gain"
:
1.0
,
"seed"
:
null
}},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}},
"unit_forget_bias"
:
true
,
"kernel_regularizer"
:
null
,
"recurrent_regularizer"
:
null
,
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"recurrent_constraint"
:
null
,
"bias_constraint"
:
null
,
"dropout"
:
0.0
,
"recurrent_dropout"
:
0.0
,
"implementation"
:
2
}},
{
"class_name"
:
"LSTM"
,
"config"
:
{
"name"
:
"lstm_1"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"return_sequences"
:
false
,
"return_state"
:
false
,
"go_backwards"
:
false
,
"stateful"
:
false
,
"unroll"
:
false
,
"time_major"
:
false
,
"units"
:
64
,
"activation"
:
"tanh"
,
"recurrent_activation"
:
"sigmoid"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}},
"recurrent_initializer"
:
{
"class_name"
:
"Orthogonal"
,
"config"
:
{
"gain"
:
1.0
,
"seed"
:
null
}},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}},
"unit_forget_bias"
:
true
,
"kernel_regularizer"
:
null
,
"recurrent_regularizer"
:
null
,
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"recurrent_constraint"
:
null
,
"bias_constraint"
:
null
,
"dropout"
:
0.0
,
"recurrent_dropout"
:
0.0
,
"implementation"
:
2
}},
{
"class_name"
:
"Dense"
,
"config"
:
{
"name"
:
"dense"
,
"trainable"
:
true
,
"dtype"
:
"float32"
,
"units"
:
8
,
"activation"
:
"softmax"
,
"use_bias"
:
true
,
"kernel_initializer"
:
{
"class_name"
:
"GlorotUniform"
,
"config"
:
{
"seed"
:
null
}},
"bias_initializer"
:
{
"class_name"
:
"Zeros"
,
"config"
:
{}},
"kernel_regularizer"
:
null
,
"bias_regularizer"
:
null
,
"activity_regularizer"
:
null
,
"kernel_constraint"
:
null
,
"bias_constraint"
:
null
}}]},
"keras_version"
:
"2.8.0"
,
"backend"
:
"tensorflow"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment