Skip to content

Instantly share code, notes, and snippets.

View pignuante's full-sized avatar
😭
I may be slow to respond.

Pignu pignuante

😭
I may be slow to respond.
View GitHub Profile
@pignuante
pignuante / model_summary.txt
Created August 16, 2018 06:53 — forked from bzamecnik/model_summary.txt
Residual LSTM in Keras
____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_1 (InputLayer) (None, 32, 10) 0
____________________________________________________________________________________________________
lstm_1 (LSTM) (None, 32, 10) 840 input_1[0][0]
____________________________________________________________________________________________________
add_1 (Add) (None, 32, 10) 0 input_1[0][0]
lstm_1[0][0]
____________________________________________________________________________________________________