Created
August 19, 2018 02:52
-
-
Save omarsar/9e8c6d3a0e27aaf58e381e450dc51a08 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
print(Y0_val) | |
print(Y1_val) | |
### output | |
''' | |
tensor([[-0.9963, -0.9877, 0.9999, -0.1916, 0.3522], | |
[-0.9979, -1.0000, 1.0000, 0.7448, -0.8681], | |
[-0.9988, -1.0000, 1.0000, 0.9714, -0.9952], | |
[ 0.9948, -1.0000, -1.0000, 0.9981, -1.0000]]) | |
tensor([[-0.7492, -1.0000, 1.0000, 0.9997, -0.9985], | |
[-0.9906, -0.5056, 0.0457, -0.2558, 0.9825], | |
[ 0.0144, -1.0000, 0.9983, 0.9698, -0.8716], | |
[ 1.0000, -1.0000, 0.9886, -0.8680, -0.8603]]) | |
''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment