Skip to content

Instantly share code, notes, and snippets.

@WillKoehrsen
Created October 3, 2018 19:12
Show Gist options
  • Save WillKoehrsen/0da47c90a2c95e49127ad33ee4a26b78 to your computer and use it in GitHub Desktop.
Save WillKoehrsen/0da47c90a2c95e49127ad33ee4a26b78 to your computer and use it in GitHub Desktop.
__________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
==================================================================================================
book (InputLayer) (None, 1) 0
__________________________________________________________________________________________________
link (InputLayer) (None, 1) 0
__________________________________________________________________________________________________
book_embedding (Embedding) (None, 1, 50) 1851000 book[0][0]
__________________________________________________________________________________________________
link_embedding (Embedding) (None, 1, 50) 2087900 link[0][0]
__________________________________________________________________________________________________
dot_product (Dot) (None, 1, 1) 0 book_embedding[0][0]
link_embedding[0][0]
__________________________________________________________________________________________________
reshape_1 (Reshape) (None, 1) 0 dot_product[0][0]
==================================================================================================
Total params: 3,938,900
Trainable params: 3,938,900
Non-trainable params: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment