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

How about the time complexity of DCRN, I have run it with GPU and I found It's speed is slowly #5

Open
yuxiaokang-source opened this issue Oct 1, 2022 · 1 comment
Labels
question Further information is requested

Comments

@yuxiaokang-source
Copy link

No description provided.

@yueliu1999
Copy link
Owner

I also find this problem in my experiments. However, the training process would not bring lots of time costs since they are all performed on the GPU. However, I observe that the K-means algorithm in scikit-learn package is running on the CPU, leading to higher time costs. Maybe you can move the K-means algorithm to the GPU to speed up DCRN. Some implements of K-means on GPU can be found in the following links.

https://github.com/yueliu1999/Awesome-Deep-Graph-Clustering/blob/main/dgc/clustering/kmeans_gpu.py

https://github.com/subhadarship/kmeans_pytorch

https://github.com/NVIDIA/kmeans

Repository owner deleted a comment from zongjiancai Oct 1, 2022
@yueliu1999 yueliu1999 added the question Further information is requested label Oct 19, 2022
Repository owner deleted a comment from zongjiancai Apr 20, 2023
Repository owner deleted a comment from zongjiancai May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants