-
![image](https://github.com/user-attachments/assets/c6b4d2ea-11c6-40df-8158-a539790e0ab8)
Hi everyone,
I’m reproducing the ReKep experiment with a Realsense RGB-D camera(d435) , but I'm encounteri…
-
Hello,
I am trying to use the kmcuda package for kmeans clustering in R.
I have succesfully installed the packages on our AWS p2.xlarge instance using the manual here on GitHub and succesfully ran…
-
I get the following output (using `verbosity=3`) when running kmeans_cuda from python on a certain input (attached here):
```
performing kmeans++...
kmeans++: dump 292 64 0x564e90a8e000
kmeans++: …
-
Implement sentence_tagging in tagger.py
-
-
I have a `cudaMemcpy failed` that pops up randomly when my init is `k-means++`. Full log:
> INFO:quantise:Processing slice 51/128
arguments: 1 0x7ffed93d5414 0.010 0.10 0 124557 4 8192 0 0 0 2 0x2…
-
Hi!
I was trying to apply kmeans for big data and i was really surprised from the capability of your library for this task!
I was trying to implement kmeans with more advance initializations. *…
-
Hello,
As stated in the in title, using a small number of vertices per convex hull does not cover the whole mesh. Is there any way to mitigate that issue?
As you can see in the picture. We still…
-
I'm getting the "cudaMemcpy failed" error w/o any other information despite verbose=2 mode. I have rather big dataset (100k instances) trying to find k=10k clusters. CUDA memory use doesn't go above 6…
-
Hey there,
I've got the following problem: I'm trying to identify the optimal number of clusters for my data. Therefore I run the KMeans (DTW) algorithm with different values for "n_clusters", whil…