-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] Debug convolutional methods that compute barycenters to work wi…
…th different devices. (#533) * [FEAT] Add the parameter 'type_as' to the backends * [TEST] add tests for the 'type_as' backends * [DEBUG] Debug dtype in pytorch * [FIX] Add type_as every time linspace is called * [TEST] Add test for the convolutional_barycenter2d algorithms (they are the only ones use linspace) * [DEBUG] PEP 8 * [DOC] Add the new changes to RELEASES.md * [REFACTOR] Minor refactor that checks the GPU on the last line * [DEBUG] pep8 * [REFACTOR] Add a function to generalize the creation of random images * [REFACTOR] Mantain th same style as before * Update gitignore --------- Co-authored-by: Francisco Muñoz <fmunoz@ug.uchile.cl>
- Loading branch information
Showing
6 changed files
with
299 additions
and
65 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
Oops, something went wrong.