Skip to content

Commit

Permalink
Updates and fixes based on gpuNUFFT
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Feb 11, 2025
2 parents 2f515d6 + e4df3aa commit 8ac1159
Show file tree
Hide file tree
Showing 6 changed files with 999 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build-book:
name: Build Jupyter-book
runs-on: cpu
runs-on: gpu

steps:
- name: Checkout code
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
jupyter-book
matplotlib
numpy<2.0
finufft
mri-nufft
mri-nufft[finufft,cufinufft,gpunufft]
pyWavelets
brainweb-dl
pysap-mri
Expand Down
269 changes: 178 additions & 91 deletions src/11.Cartesian_SelfCalibrated_CS-pMRI_recon.ipynb

Large diffs are not rendered by default.

28 changes: 13 additions & 15 deletions src/12.non-Cartesian_SelfCalibrated_CS-pMRI_recon.ipynb

Large diffs are not rendered by default.

805 changes: 805 additions & 0 deletions src/14.example_fastMRI_Unet.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ chapters:
- file: 11.Cartesian_SelfCalibrated_CS-pMRI_recon.ipynb
- file: 12.non-Cartesian_SelfCalibrated_CS-pMRI_recon.ipynb
- file: 13.Cartesian_Calibrationless_CS-pMRI_recon.ipynb
- file: 14.example_fastMRI_Unet.ipynb

0 comments on commit 8ac1159

Please sign in to comment.