Created
October 3, 2018 19:12
-
-
Save WillKoehrsen/0da47c90a2c95e49127ad33ee4a26b78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__________________________________________________________________________________________________ | |
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