Skip to content

Instantly share code, notes, and snippets.

@eustin
Created June 8, 2020 04:06
Show Gist options
  • Save eustin/be5212e1a0b2e4f39051357b7ec178c7 to your computer and use it in GitHub Desktop.
Save eustin/be5212e1a0b2e4f39051357b7ec178c7 to your computer and use it in GitHub Desktop.
relevance_grades = tf.constant([
[3.0, 2.0, 2.0, 2.0, 1.0],
[3.0, 3.0, 1.0, 1.0, 0.0]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment