You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the function works, butI get the following RuntimeError when I evaluate the resulting CatLinearOperator: Representation of a LazyTensor should consist only of Tensors.
Discussed in #78
Originally posted by AndreaBraschi September 13, 2023
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
The text was updated successfully, but these errors were encountered: