beringresearch / ivis

Dimensionality reduction in very large datasets using Siamese Networks
https://beringresearch.github.io/ivis/
Apache License 2.0
330 stars 43 forks source link

fix 'zero chunk size' error on many-core machines #90

Closed escherba closed 3 years ago

escherba commented 3 years ago

This fixes an error one can sometimes get when processing small-ish data sets (~50 samples) on many-core machines (>=64 cores).

Szubie commented 3 years ago

Thanks for the fix, looks good to me.