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 verbose option to control if showing the log info on screen. (Pull request #6 , thanks to scottgigante-immunai)

- Python
Published by yihming over 4 years ago

harmony-pytorch - 0.1.6

  • API change: In function harmonize, argument n_jobs_kmeans is changed to n_jobs.
    • In CPU mode, now both K-Means initialization and torch computation use number of threads set by n_jobs.
    • In GPU mode, n_jobs only affects K-Means step.
  • Enforce scikit-learn v0.23 or later in dependency.

- Python
Published by yihming about 5 years ago