-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented grid_sample and a bit of memory managment * formatted using black * Remove obsolete nan operations * Add more comments * Ensure mask is torch.float32 * Fix argument error * Make argument names consistent with PyTorch * Update README * Update metrics tutorial * Fix grid_sample indexing * Update README.md * Rerun tutorials with new Siddon's implementation * Reuse inplace ops and remove unecessary gradient calculation for grid_sample * Bump version --------- Co-authored-by: Vivek Gopalakrishnan <[email protected]>
- Loading branch information
1 parent
858bb1a
commit e04e1d8
Showing
14 changed files
with
325 additions
and
355 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.4.0" | ||
__version__ = "0.4.1" |
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.