Skip to content

Instantly share code, notes, and snippets.

@eustin
Created June 8, 2020 04:32
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 eustin/07b39fb2013ace639fd978bda2958d44 to your computer and use it in GitHub Desktop.
Save eustin/07b39fb2013ace639fd978bda2958d44 to your computer and use it in GitHub Desktop.
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