Created
June 8, 2020 04:06
-
-
Save eustin/be5212e1a0b2e4f39051357b7ec178c7 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
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