Releases: lilab-bcb/harmony-pytorch
Releases · lilab-bcb/harmony-pytorch
0.1.8
0.1.7
0.1.6
- API change: In function
harmonize
, argumentn_jobs_kmeans
is 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_jobs
only affects K-Means step.
- In CPU mode, now both K-Means initialization and torch computation use number of threads set by
- Enforce
scikit-learn
v0.23 or later in dependency.