umap
umap copied to clipboard
The process exited without prompting any errors
Hello! I seem to have encountered a memory overflow issue when using your UMP algorithm. My input is 26000 64 dimensional vectors, and metric uses cosine, n_ neighbors=8 and n_ components=2, When executing UMAP. fit_ transform(),there seems to have been a memory overflow error during transformer(). But n_ neighbors set larger, such as 25, so they can run normally What's even more interesting is that another set of data with the same specifications did not show such an error. It's really strange. May I ask your opinion?