-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Smaps update and prevent saving trajectory for autodiff (#156)
* cufinufft and gpunufft smaps support update * Add smaps update tests for cufinufft and gpunuft * No need to save traj variable if differenciation wrt trajectory is not performed * add the case when differenciation is wrt to trajectory and not data to autodiff * Corrections for PR comments * Changes for ruff checks * Get rid of saving trajectory * Fix data * Update tests/operators/test_update.py * Update tests/operators/test_update.py Co-authored-by: Pierre-Antoine Comby <[email protected]> * Run examples on tests on nodes * Update test-ci.yml * Update tests/operators/test_update.py Co-authored-by: Pierre-Antoine Comby <[email protected]> * Update tests/operators/test_update.py Co-authored-by: Pierre-Antoine Comby <[email protected]> * Update tests/operators/test_update.py Co-authored-by: Pierre-Antoine Comby <[email protected]> * Added autodiff changes as per suggestions * fix indent * revert * Fixed * add shape check in smaps setters * Use direct self.smaps * Fixes in codes and * Call super * All fixed hopefully * Fixed cufinufft * Fixed source * Fixed cufinufft * Added new operator * Add checks after setting smaps * Update * Remove unwanted print * Skip testing with tensorflow * Move to check shapes and stop installing torch * Black * Fix style * remove * remove * restart * Fix * Remove tensorlfow * undo remove --------- Co-authored-by: Chaithya G R <[email protected]> Co-authored-by: Pierre-Antoine Comby <[email protected]>
- Loading branch information
1 parent
ff82504
commit 4236497
Showing
8 changed files
with
174 additions
and
62 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
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
Oops, something went wrong.