-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch ML examples to integrated X-ray transform (#562)
* Bump maximum jaxlib/jax version and resolve some errors and warnings * Handle get_backend change in jax 0.4.33 * Update checkpoint interface * Remove unserializable partial functool from checkpoint * Update orbax-checkpoint version constraint * Switch from astra to scico 2D projector * Renamed MoDL and ODP CT examples * Minor edits * Bug fix * Choose parameters so that astra and scico projectors are equivalent * Better choice of det_count parameter * Fix test * Improve installation instructions * Improve warning in DnCNN function prox docs * Typo fix * Bump copyright year * Resolve typing error * Add filtered back projection for 2D projector * Update change summary * Docstring fixes * Resolve errors in jitting method * Switch to scico projector for CT training data generation * Rename example * Rename example * Add conditional in case of prior ray.init * Bug fix * Trivial edit * Bug fix * Improve consistency with similar examples * Bug fix * Typo fix * Remove astra import test * Bug fix * Some improvements * Update example index * Update secondary indices * Update submodule * Recent version of orbax-checkpoint not available via conda * Remove mamba * Minor change * Remove mamba * Fix string syntax * Remove code that breaks notebook generation script * Bump jaxlib/jax max version * Fix script * Change default matplotlib backend selection * Update submodule * Clean up * Improve tests * Improve mask mechanism * Improve docs * Minor docs edit * Update submodule * Typing fixes * Avoid mismatch with declared linop dtype * Address review comment * Another search/replace error fix * Update submodule --------- Co-authored-by: crstngc <[email protected]> Co-authored-by: Brendt Wohlberg <[email protected]>
- Loading branch information
1 parent
0dd2f57
commit 31c20a3
Showing
21 changed files
with
93 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule data
updated
17 files
+0 −183 | notebooks/ct_astra_datagen_foam2.ipynb | |
+0 −753 | notebooks/ct_astra_modl_train_foam2.ipynb | |
+0 −915 | notebooks/ct_astra_odp_train_foam2.ipynb | |
+0 −610 | notebooks/ct_astra_unet_train_foam2.ipynb | |
+203 −0 | notebooks/ct_datagen_foam2.ipynb | |
+1,032 −0 | notebooks/ct_modl_train_foam2.ipynb | |
+376 −892 | notebooks/ct_multi_tv_admm.ipynb | |
+1,101 −0 | notebooks/ct_odp_train_foam2.ipynb | |
+76 −78 | notebooks/ct_projector_comparison_2d.ipynb | |
+75 −75 | notebooks/ct_projector_comparison_3d.ipynb | |
+70 −70 | notebooks/ct_tv_admm.ipynb | |
+632 −0 | notebooks/ct_unet_train_foam2.ipynb | |
+36 −36 | notebooks/deconv_datagen_foam1.ipynb | |
+321 −156 | notebooks/deconv_modl_train_foam1.ipynb | |
+278 −167 | notebooks/deconv_odp_train_foam1.ipynb | |
+229 −141 | notebooks/denoise_dncnn_train_bsds.ipynb | |
+13 −13 | notebooks/index.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.