You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: