Created
June 8, 2020 04:32
-
-
Save eustin/07b39fb2013ace639fd978bda2958d44 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
scores = tf.keras.layers.Dense(units=1, activation='linear') | |
scores_out = scores(dense_1_out) | |
print(scores_out) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment