-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
torch_radon_cuda.forward() method returns tensors with all zero #38
Comments
I have the same problem. Did you solve this problem ? |
not yet.. |
I have the same problem. Did you solve this problem ? |
Same problem! |
解决了吗 |
请问你解决了吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your excellent work on this project, but I ran into some problems and wanted to confirm with you.
I have followed your documentation as:
After I run these commands,the terminal displays these commands
and I use
python
andimport torch
andimport torch_radon_cuda
,The program reports no errors.But,when I use :
I found that the
pro
here is a tensor with all zero, I also converted this tensor into a PIL image to save, the picture is all black.I want to know where is the problem.
Hope for your reply
The text was updated successfully, but these errors were encountered: