kmeans_pytorch icon indicating copy to clipboard operation
kmeans_pytorch copied to clipboard

Can input like is (batch,node,feature)?

Open 280777510 opened this issue 2 years ago • 0 comments

Hello, GPU-accelerated version of Kmeans, can pass in a tensor whose shape is 3 dimensional? For example, (3,758,32) is (batch,node,feature), and the batch is expected to be parallel.

280777510 avatar Oct 03 '22 12:10 280777510