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
Maybe check the type of your input. I got this problem when I fed my array as np.ndarray, but after converting it to floatTypetorch.Tensor everything ran fine.
Got error:
AttributeError: 'RadonFanbeam' object has no attribute 'noise_generator'
though I don't call noise_generator
The text was updated successfully, but these errors were encountered: