Replies: 3 comments 4 replies
-
For example, Console.WriteLine(tensor(new float[] { 0, 1, 2, 3, 4, 5, 6 })); prints data = [0, 1, 2, 3, 4, 5, 6], size = [7], type = Float32, device = cpu |
Beta Was this translation helpful? Give feedback.
0 replies
-
tensor.ToString(bool) supports that but, thats not look pretty |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In current,
Prints
[7], type = Float32, device = cpu
But In pytorch, printing tensor show its value.
Suggestion: make tensor.ToString() to show its value also.
Beta Was this translation helpful? Give feedback.
All reactions