Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DeepPPI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Florian RICHOUX
DeepPPI
Commits
c116b949
Commit
c116b949
authored
Jan 06, 2019
by
Florian RICHOUX
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix LSTM32 2conv model
parent
3466fed1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
lstm32_2conv3_2dense_shared.png
keras/models/figs/lstm32_2conv3_2dense_shared.png
+0
-0
lstm32_2conv3_2dense_shared_summary.txt
keras/models/figs/lstm32_2conv3_2dense_shared_summary.txt
+43
-0
No files found.
keras/models/figs/lstm32_2conv3_2dense_shared.png
0 → 100644
View file @
c116b949
116 KB
keras/models/figs/lstm32_2conv3_2dense_shared_summary.txt
0 → 100644
View file @
c116b949
__________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
==================================================================================================
protein1 (InputLayer) (None, None, 20) 0
__________________________________________________________________________________________________
protein2 (InputLayer) (None, None, 20) 0
__________________________________________________________________________________________________
conv1d_1 (Conv1D) (None, None, 5) 2005 protein1[0][0]
protein2[0][0]
__________________________________________________________________________________________________
max_pooling1d_1 (MaxPooling1D) (None, None, 5) 0 conv1d_1[0][0]
conv1d_1[1][0]
__________________________________________________________________________________________________
batch_normalization_1 (BatchNor (None, None, 5) 20 max_pooling1d_1[0][0]
max_pooling1d_1[1][0]
__________________________________________________________________________________________________
conv1d_2 (Conv1D) (None, None, 5) 505 batch_normalization_1[0][0]
batch_normalization_1[1][0]
__________________________________________________________________________________________________
max_pooling1d_2 (MaxPooling1D) (None, None, 5) 0 conv1d_2[0][0]
conv1d_2[1][0]
__________________________________________________________________________________________________
batch_normalization_2 (BatchNor (None, None, 5) 20 max_pooling1d_2[0][0]
max_pooling1d_2[1][0]
__________________________________________________________________________________________________
lstm_1 (LSTM) (None, 32) 4864 batch_normalization_2[0][0]
batch_normalization_2[1][0]
__________________________________________________________________________________________________
concatenate_1 (Concatenate) (None, 64) 0 lstm_1[0][0]
lstm_1[1][0]
__________________________________________________________________________________________________
dense_1 (Dense) (None, 25) 1625 concatenate_1[0][0]
__________________________________________________________________________________________________
batch_normalization_3 (BatchNor (None, 25) 100 dense_1[0][0]
__________________________________________________________________________________________________
dense_2 (Dense) (None, 1) 26 batch_normalization_3[0][0]
__________________________________________________________________________________________________
activation_1 (Activation) (None, 1) 0 dense_2[0][0]
==================================================================================================
Total params: 9,165
Trainable params: 9,095
Non-trainable params: 70
__________________________________________________________________________________________________
Florian RICHOUX
@richoux-f
mentioned in commit
5b2f1fef
·
Jan 06, 2019
mentioned in commit
5b2f1fef
mentioned in commit 5b2f1fefd32cef76fbec6ec66a59c51f830c2e8a
Toggle commit list
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