Skip to content

Commit

Permalink
Update the iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Feb 10, 2025
1 parent 56854b9 commit 043a5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/10.non-Cartesian_CS_image_recon.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
"image_rec, costs, metrics = reconstructor.reconstruct(\n",
" kspace_data=kspace_obs,\n",
" optimization_alg='condatvu',\n",
" num_iterations=200,\n",
" num_iterations=100,\n",
")\n",
"plt.imshow(np.abs(image_rec), cmap='gray')\n",
"recon_ssim = ssim(image_rec, image)\n",
Expand Down
2 changes: 1 addition & 1 deletion src/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logo: MRI-ACQ-RECON-LOGO.png
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: cache
timeout: 300
timeout: 500

# Define the name of the latex output file for PDF builds
latex:
Expand Down

0 comments on commit 043a5f3

Please sign in to comment.