Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Two bugs in batch-parallel clustering: initialization limited to 2^24 elements per MPI-process, int32/int64-datatype-mismatch in labels #1592

Closed
mrfh92 opened this issue Aug 1, 2024 · 1 comment · Fixed by #1593
Assignees
Labels
bug Something isn't working cluster

Comments

@mrfh92
Copy link
Collaborator

mrfh92 commented Aug 1, 2024

What happened?

  • output labels have Heat dtype int32, but the local torch arrays have dtype int64
  • k-Means++ initialization fails for 2^24 elements on each MPI-process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cluster
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant