-
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.
* Update train state definition * Fix cases where no checkpoint should be expected * Remove TF dependence in apply from checkpoint * Update docstrings * Add checkpoint exception test * Pass state when reading checkpoint * Update checkpoint tests * Update apply from checkpointing and corresponding tests * Remove print from test * Fix apply from checkpoints and update docstrings * Update checkpoint filenames in modl example scripts * Use definition of Traversal from Flax while it is available * Manage case where no last step is found in checkpointing * Add checkpointing flag to MoDL examples * Add checkpointing flag to CT unet and odp examples * Add checkpointing flag to dncnn example * Add checkpointing flag to deconv odp example * Bump maximum flax version * Resolve TracerBoolConversionError in linop power_iteration * Udpate data submodule * Revert to non-jittable power_iteration linop _util * Use jittable power iteration in flax inverse models * Update data module * Fix mypy scico flax errors * Update submodule * Edit example scripts descriptions * Edit docstring * Edit description * Edit docstring * Add entry to CHANGES.rst * Update docstring description * Update submodule --------- Co-authored-by: Cristina Garcia-Cardona <[email protected]> Co-authored-by: Brendt Wohlberg <[email protected]>
- Loading branch information
1 parent
021d904
commit e378d7a
Showing
19 changed files
with
449 additions
and
304 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
6 files
+168 −153 | notebooks/ct_astra_modl_train_foam2.ipynb | |
+317 −135 | notebooks/ct_astra_odp_train_foam2.ipynb | |
+229 −102 | notebooks/ct_astra_unet_train_foam2.ipynb | |
+227 −126 | notebooks/deconv_modl_train_foam1.ipynb | |
+218 −118 | notebooks/deconv_odp_train_foam1.ipynb | |
+172 −88 | notebooks/denoise_dncnn_train_bsds.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
Oops, something went wrong.