-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Thank you very much for releasing the code for your paper!
Not serious, but I encounter some scalability issues at pairwise distance computation for > 10k points due to create_distance_matrix graph_utils.py L8.
Using pdist resolved my issue. Could also do numpy vectorize/broadcasting/einsum to avoid sp dependency.
Another "nice-to-have" would be preservation of kernel sparsity (i.e. no dense nxn matrices in memory).
Metadata
Metadata
Assignees
Labels
No labels