tensorflow-nufft icon indicating copy to clipboard operation
tensorflow-nufft copied to clipboard

Fast, Native Non-Uniform Fast Fourier Transform for TensorFlow

Results 5 tensorflow-nufft issues
Sort by recently updated
recently updated
newest added

I am trying to install the package via pip as mentioned. I checked that my Tensorflow version is 2.10 and supported. However I keep getting the error message "ERROR: Could...

Even after a lot of efforts, we still seem to face NaN issues and sadly this seems to be verry erratic and random. I dont have a repro test at...

bug
documentation
enhancement

I feel it will help a lot to have scaling coded up inside the nufft operator, similar to https://github.com/chaithyagr/tfkbnufft/blob/da8de17bc5cb738d11150662d0876bec9efb54d8/tfkbnufft/nufft/fft_functions.py#L159 and https://github.com/chaithyagr/tfkbnufft/blob/da8de17bc5cb738d11150662d0876bec9efb54d8/tfkbnufft/nufft/fft_functions.py#L197 as it will help a lot to make sure...