Skip to content

Instantly share code, notes, and snippets.

@hohl
Created May 22, 2020 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hohl/8befac56b7137b1c54ca73735f1058f9 to your computer and use it in GitHub Desktop.
Save hohl/8befac56b7137b1c54ca73735f1058f9 to your computer and use it in GitHub Desktop.
Model: "model"
__________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
==================================================================================================
x1 (InputLayer) [(None, 50)] 0
__________________________________________________________________________________________________
embedding (Embedding) (None, 50, 10) 10000 x1[0][0]
__________________________________________________________________________________________________
flatten (Flatten) (None, 500) 0 embedding[0][0]
__________________________________________________________________________________________________
x2 (InputLayer) [(None, 1)] 0
__________________________________________________________________________________________________
concatenate (Concatenate) (None, 501) 0 flatten[0][0]
x2[0][0]
__________________________________________________________________________________________________
dense (Dense) (None, 1) 502 concatenate[0][0]
==================================================================================================
Total params: 10,502
Trainable params: 10,502
Non-trainable params: 0
__________________________________________________________________________________________________
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment