-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable torch * Move to device * Change skip reason * Set use_gpu flag to true * Add torch_utils import * Add float conversion * Fix float conversion in test * Remove for loop in CSLS * Remove more for loops * Enable torch sorting and adapt test * Use tolerance * Adapt tolerance * Adapt local scaling for torch * Forgot variable rename * Adapt Mutual proximity * Use indices not dist * Add print * Adapted fit in MP * Use std for torch * Remove ddof * Adapt tolerance * Add torch support for dissimlocal * Change metric in test * Change metric everywhere * Use torch for euclidean if needed for faiss * Use torch row_norm * Remove unnecessary variable switch * Set knn * Add prints * Fixed DisSimLocal Torch bug * Refactor code deduplication DisSimLocal * Fix MP and cleanup * Cleanup incompatible type hints for py3.8 and remove autofaiss mentions * Added possibility to show available NN and HR * Adapted Changelog
- Loading branch information
Showing
25 changed files
with
697 additions
and
171 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
Oops, something went wrong.