compatible versions of PyTorch and torchkbnufft. #59
RaziehEmami1
started this conversation in
General
Replies: 2 comments 8 replies
-
I think it should work with PyTorch 1.10. We test using PyTorch 1.10 in our continuous integration. Could you try installing from master and seeing if you still have the fft error?
|
Beta Was this translation helpful? Give feedback.
7 replies
-
Hi,
Thanks a lot for your kind helps. Yes, it is working now.
The new complain goes to the other lines of the code, as they seem to be renamed in the newer version
from torchkbnufft.mri.dcomp_calc import calculate_radial_dcomp_pytorch
from torchkbnufft.math import absolute
from torch.utils.data import DataLoader, Dataset
I was wondering may I ask your opinion about them, please?
Here is the error:
from torchkbnufft.mri.dcomp_calc import calculate_radial_dcomp_pytorch
ModuleNotFoundError: No module named 'torchkbnufft.mri'
Thanks a lot,
Razi
… On Apr 7, 2022, at 9:39 AM, Matthew Muckley ***@***.***> wrote:
Hello @RaziehEmami1 <https://www.google.com/url?q=https://github.com/RaziehEmami1&source=gmail-imap&ust=1649943569000000&usg=AOvVaw0WS1ORZsZ4xBaF2FD6NWll>, there is no AdjKbNufft in the package. That class is called KbNufftAdjoint (possibly renamed in a past version).
—
Reply to this email directly, view it on GitHub <https://www.google.com/url?q=https://github.com/mmuckley/torchkbnufft/discussions/59%23discussioncomment-2523820&source=gmail-imap&ust=1649943569000000&usg=AOvVaw00iNjPvR5yC8oAgQSZ_RED>, or unsubscribe <https://www.google.com/url?q=https://github.com/notifications/unsubscribe-auth/AMG6ZJA6BJVAG4CZYPUHNCTVD3QQZANCNFSM5SUGXNZA&source=gmail-imap&ust=1649943569000000&usg=AOvVaw3knS3Ff_SW_3kilhqu0m5a>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to make a image using torch version 1.10.0 in CUDA and I am hoping to use torchkbnufft as a part of the analysis. I was wondering what is the compatible version of this with torchkbnufft. Otherwise the code crashes and is unable to call fft. I am currently trying torchkbnnufft== 1.3.0 in my remote builder.
Thanks a lot in advance.
RE.
Beta Was this translation helpful? Give feedback.
All reactions