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
Hehe, ugh - this one is super annoying and I'm also not sure where is the best place to fix it
I think all tensors generated inside the function should be made compatible with the input tensor. The reason I'm not 100% here is that precision is important when accumulating so originally I was forcing the accumulation to happen in float64...
Tried to run the "example" in
projection_backprojection_cycle.py
.After adjusting it to make it run on some local data, I get the following error:
I'm not sure I get where the problem needs to be fixed.
The text was updated successfully, but these errors were encountered: