zaccharieramzi / tfkbnufft

A robust, easy-to-deploy non-uniform Fast Fourier Transform in TensorFlow.
MIT License
30 stars 5 forks source link

Unknown traj shape #17

Closed zaccharieramzi closed 4 years ago

zaccharieramzi commented 4 years ago

This PR allows to use tfkbnufft with trajectories whose shape (i.e. number of sample points) is not known at tracing time. The number of dimension (i.e. 2D or 3D) should be known at tracing however.

This should fix https://github.com/zaccharieramzi/fastmri-reproducible-benchmark/issues/76.