Representation of a LinearOperator should consist only of Tensors #78
Unanswered
AndreaBraschi
asked this question in
Q&A
Replies: 1 comment
-
Hmm I think this might actually be a bug on our end... lets convert this to an issue. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've written a function to concatenate 2 square
LinearOperator
objects with different shapes:the function works, butI get the following
RuntimeError
when I evaluate the resultingCatLinearOperator
:Representation of a LazyTensor should consist only of Tensors
.You can evaluate the function yourself:
I start to believe that the mistake is in how I use the
ZeroLinearOperator
object?Any help or suggestion will be greatly appreciated.
Many thanks,
Andrea
Beta Was this translation helpful? Give feedback.
All reactions