Recent Releases of harmony-pytorch
harmony-pytorch - 0.1.8
Add support for MPS backend on Apple Silicon machines. (PR https://github.com/lilab-bcb/harmony-pytorch/pull/9, thanks to @mbruhns )
- Python
Published by yihming about 2 years ago
harmony-pytorch - 0.1.7
- API change:
- Add
verboseoption to control if showing the log info on screen. (Pull request #6 , thanks to scottgigante-immunai)
- Add
- Python
Published by yihming over 4 years ago
harmony-pytorch - 0.1.6
- API change: In function
harmonize, argumentn_jobs_kmeansis changed ton_jobs.- In CPU mode, now both K-Means initialization and torch computation use number of threads set by
n_jobs. - In GPU mode,
n_jobsonly affects K-Means step.
- In CPU mode, now both K-Means initialization and torch computation use number of threads set by
- Enforce
scikit-learnv0.23 or later in dependency.
- Python
Published by yihming about 5 years ago