-
Hi, I have defined a scaleKernel which returns a covariance tensor as type LazyEvaluatedKernelTensor. I was wondering if there is a way that I can print out this matrix? I looked through the code but cannot find anything (maybe I miss it). Thank you so much!! |
Beta Was this translation helpful? Give feedback.
Answered by
Balandat
Oct 28, 2022
Replies: 1 comment 4 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
gpleiss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
to_dense()
to make it into a standard tensor.