fzimmermann89 / epgtorch

EPG Functions for differentiable MRI simulation with pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple EPG MRI Simulation for pytorch

  • Main function are FSE_signal and MRF_Signal
  • Parameters should be broadcastable in leading batch dimensions
  • All tensor inputs should work with autograd
  • Calculation will run in parallel along batch dimensions. This might cause OOM issues for large batches.

About

EPG Functions for differentiable MRI simulation with pytorch

License:MIT License


Languages

Language:Python 100.0%