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
I tried to compile it from the source and after fixing a few typos in the C++ code (I solved a conflict with "cudafp16.h" (by removing using namespace std; and change it to std:: xxxx instead ). After all this, I made it work on my EC2 environment.
However, I hope the author could solve these issues.
I tried to compile it from the source and after fixing a few typos in the C++ code (I solved a conflict with "cudafp16.h" (by removing using namespace std; and change it to std:: xxxx instead ). After all this, I made it work on my EC2 environment. However, I hope the author could solve these issues.
Hi there,
I encountered an error saying " Import Exception" after install it via "wget -qO- https://raw.githubusercontent.com/matteo-ronchetti/torch-radon/master/auto_install.py | python -". The main problem seems to be the missing import of "torch_radon_cuda".
There is a code in torch_radon/init.py
try:
import torch_radon_cuda
from torch_radon_cuda import RaysCfg
except Exception as e:
print("Importing exception")
However, the file "torch_radon_cuda" is completely missing.
Could you have a look at this?
Thanks!
Best,
Di
The text was updated successfully, but these errors were encountered: